coordinator's planet

叶子 是不会飞翔的翅膀

翅膀 是落在天上的叶子

posts - 83,comments - 250,trackbacks - 5
     摘要: 软件:个人记帐软件0.1版 源代码:PersonalAccount 相关blog:想写个个人记帐软件,各位大虾给点意见吧 个人记帐程序的初步设想 个人记帐软件开发手记(一)经过了20天左右的开发(设计10天左右、编码10天左右),终于把这个软件的雏形完成了。原来的设计是把与账本有关的所有信息都放在一个xml文件里,后来发现用一个xml文件同时对应treeview的树状显示和DataGrid的二维关...  阅读全文
posted @ 2005-08-22 21:37 coordinator 阅读(9225) | 评论 (39)编辑
     摘要: Recently, I'm stuck with three project.The first is course project for P523, Compiler. This one uses scheme to write a compiler for sub-scheme and run on AMD-x86 platform. Scheme is astonishing wield ...  阅读全文
posted @ 2009-03-30 03:58 coordinator 阅读(42) | 评论 (0)编辑
     摘要: Finally, I've decided to split my blog into a daily-life one and a technical one. In that case, this blog is kept updated on my findings and thoughts of technical problems.Actually, I met some strange...  阅读全文
posted @ 2009-02-08 04:51 coordinator 阅读(76) | 评论 (0)编辑
     摘要: 人已在米国IUB,blog转移至http://lzcarl.blogspot.com,定期更新。  阅读全文
posted @ 2008-11-01 12:51 coordinator 阅读(49) | 评论 (1)编辑
     摘要: 留学申请日志今天突然心血来潮,决定对前段时间申请记录一下。这既是个总结,也是怕以后忘了这段珍贵的记忆。由于从第一个电话面试到现在已经过了几个月了,很多事情可能记得不清楚,就凭个印象了,以后的一定好好记录。本人条件硕士在读计算机软件与理论方向本科GPA 3.1 研究生GPA 3.1 (有两个C,事后证明研究生的C确实要了命)G:480+750+4.0T:98 (口语20)paper: 1 accep...  阅读全文
posted @ 2008-03-09 01:10 coordinator 阅读(401) | 评论 (3)编辑
     摘要: (转)ORACLE中的常用函数
转自 http://edu.chinaz.com/Get/Database/Oracle/059301006107324955.asp  阅读全文
posted @ 2007-11-08 13:28 coordinator 阅读(234) | 评论 (0)编辑
     摘要: 第一个工程建立rails工程rails --ruby=path 工程锁在的path修改environment里的database.yml然后做例子重启服务器ruby script\server关闭control c访问地址http://localhost:3000/chinese/listruby script\generate model paper修改db\migrate\新的rb文件,里边加...  阅读全文
posted @ 2007-10-23 21:31 coordinator 阅读(108) | 评论 (0)编辑
     摘要: ORA-01089的处理  阅读全文
posted @ 2007-09-28 13:05 coordinator 阅读(2569) | 评论 (0)编辑
     摘要: 转自师兄的blog
http://genius-ak47.spaces.live.com/blog/cns!17EF22D150005444!119.entry  阅读全文
posted @ 2007-09-27 17:35 coordinator 阅读(379) | 评论 (1)编辑
     摘要: eclipse加载包问题  阅读全文
posted @ 2007-09-08 15:47 coordinator 阅读(301) | 评论 (0)编辑
     摘要: (转)P2P模拟器相关
http://blog.donews.com/dgsheng/archive/2006/03/05/753540.aspx  阅读全文
posted @ 2007-09-08 03:17 coordinator 阅读(747) | 评论 (0)编辑
     摘要: 一次性编译ORACLE中所有对象  阅读全文
posted @ 2007-09-01 12:42 coordinator 阅读(449) | 评论 (1)编辑
     摘要: ORA-01779问题的解决  阅读全文
posted @ 2007-09-01 12:37 coordinator 阅读(1506) | 评论 (0)编辑
     摘要: 惊!秒速5厘米中的一个镜头  阅读全文
posted @ 2007-08-01 23:47 coordinator 阅读(654) | 评论 (1)编辑
     摘要: (转贴)在oracle中处理日期大全  阅读全文
posted @ 2007-06-29 18:56 coordinator 阅读(250) | 评论 (0)编辑
     摘要: 碰到了导入时候的Oracle字符集问题,予以解决  阅读全文
posted @ 2007-06-29 12:54 coordinator 阅读(677) | 评论 (0)编辑
     摘要: 如何在delphi中操作文件的读与写?我刚开始接触delphi,如何在delphi中操作文件的读与写,哪位朋友指教一下非常感谢!最好来段源码.var f:text;...AssignFile(f,'c:\1.txt');ReWrite(f);Writeln(f,'This is a test');CloseFile(f);...其中Rewrite是新建文件,若换成Reset则为打开文件 Write...  阅读全文
posted @ 2007-04-17 17:42 coordinator 阅读(2178) | 评论 (1)编辑
     摘要: select vs.SQL_TEXT,vs.DISK_READS,Executions from V$SQLAREA vs,v$session s where vs.ADDRESS=s.SQL_ADDRESS and vs.HASH_VALUE=s.SQL_HASH_VALUE and s.sid in (select s.sid from V$SESSION s,V$Process p wher...  阅读全文
posted @ 2007-04-16 21:59 coordinator 阅读(364) | 评论 (0)编辑
     摘要: 武汉地区考的Issue74"The most effective way to communicate an idea or value to large groups of people is through the use of images, not language." 74. 如果想要和一大群人交流思想,最有效的方法是利用图形,而并非语言88"Technologies not only ...  阅读全文
posted @ 2007-04-03 23:03 coordinator 阅读(148) | 评论 (0)编辑
     摘要: Oracle中的数据库链接可以实现跨库查询,但使用的时候常常出现问题,经常莫名其妙的测试不通。其实注意以下几个问题可以避免很多这样的问题。1 链接最好设置成public公用链接,否则用户A不能使用用户B的链接。大家公用一个链接挺好的,不然给不同的应用还要建不同的链接。2 连接串名一定要设成数据库服务器自己的tnsname.ora中的。有时候在A机中开OEM连B机的ORACLE,B要数据库链接到C,...  阅读全文
posted @ 2007-03-07 22:53 coordinator 阅读(425) | 评论 (1)编辑
     摘要: 连Oracle的程序常常抛的一种异常就是违反XXXX约束,每次都要查所属的表,其实可以通过视图ALL_CONSTRAINTS来查到。 SELECT TABLE_NAME FROM ALL_CONSTRAINTS WHERE CONSTRAINT_NAME='XXXX'  阅读全文
posted @ 2006-10-22 22:30 coordinator 阅读(236) | 评论 (0)编辑
     摘要: 转自http://www.itpub.net/315425.html  阅读全文
posted @ 2006-09-23 23:44 coordinator 阅读(486) | 评论 (0)编辑
     摘要: 转自http://www.window07.com/dev/db/Oracle/2006-2-24/k14561.htm  阅读全文
posted @ 2006-09-23 23:38 coordinator 阅读(884) | 评论 (0)编辑
     摘要: 转自http://99927800.spaces.live.com/blog/cns!680f007cd2bfe52!333.entry  阅读全文
posted @ 2006-09-22 23:35 coordinator 阅读(1210) | 评论 (0)编辑
     摘要: 转自(http://www.cnweblog.com/yionline/articles/3585.html)  阅读全文
posted @ 2006-09-22 15:01 coordinator 阅读(552) | 评论 (0)编辑
     摘要: 转自(blog.itpub.net/post/12982/70960)  阅读全文
posted @ 2006-09-21 23:08 coordinator 阅读(1514) | 评论 (0)编辑
     摘要: 私人的项目开发经验(持续更新)  阅读全文
posted @ 2006-09-14 00:22 coordinator 阅读(369) | 评论 (2)编辑
     摘要: Make WinPooch的过程  阅读全文
posted @ 2006-08-29 20:48 coordinator 阅读(1536) | 评论 (7)编辑
     摘要: VSS登陆问题(转)
http://xyching.spaces.live.com/blog/cns!84bc306c1aa65e4f!152.entry  阅读全文
posted @ 2006-08-28 16:22 coordinator 阅读(1742) | 评论 (4)编辑
     摘要: Delphi中的快捷键整理  阅读全文
posted @ 2006-08-25 12:05 coordinator 阅读(1845) | 评论 (1)编辑
     摘要: 本人参与的项目现在正处于维护阶段,由于前期需求或设计存在一些遗留问题,加之客户经常提出需求变更,频繁的修改让人苦不堪言,每次修改之后又要大规模测试,很是麻烦。其中不少需求都是对多步数据库操作中添加或修改其中的某些步骤,比如以前对于记录是直接删除,现在突然提出删除之后要备份到别的表里去;或者以前对于申请单是单纯的审核,现在审核完了还要将其归档转移到别的表,诸如此类。按理说,需求的变更要反应到代码的变...  阅读全文
posted @ 2006-08-24 19:27 coordinator 阅读(1152) | 评论 (10)编辑