posted @ 2009-04-30 09:21 钟悍 阅读(4091) 评论(2) 推荐(0) 编辑
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->importjava.io.BufferedReader; importjava.io.IOException; importjava.io.InputStreamReader; cla... 阅读全文
摘要:
下面为真正考虑比较全面的JDBC java代码。觉得好的,请帮忙顶下。 importjava.sql.*; publicclassJDBC{ publicstaticvoidmain(String[]args){ Connectionconn=null; Statementstate=null; Resul... 阅读全文
posted @ 2009-04-23 20:19 钟悍 阅读(292) 评论(0) 推荐(0) 编辑
摘要:
在网找的一个代码,经过修改后,我认为更有代表性。因为这个代码到处都是,所以我不知道谁是原创,也就不好标明出处了。希望原作者见谅!Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1classMainThread{2publicstaticvoidmain(String[]args){3Queuequeue=newQueue();4Producerproducer=newProducer(queue);5Consumerconsumer=newC 阅读全文
posted @ 2009-04-23 20:02 钟悍 阅读(289) 评论(0) 推荐(0) 编辑
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> publicclassweiyunsuan{ publicstaticvoidmain(String[]args){ inta=-6;//... 阅读全文
posted @ 2009-04-23 19:07 钟悍 阅读(538) 评论(1) 推荐(0) 编辑
摘要:
在网上以前流传的代码是这样的: classSplitString{ StringSplitStr; intSplitByte; publicSplitString(Stringstr,intbytes){ SplitStr=str; SplitByte=bytes; System.out.p... 阅读全文
posted @ 2009-04-23 17:08 钟悍 阅读(1884) 评论(0) 推荐(0) 编辑
摘要:
1.范围、时间,成本,这三项中哪些是可以由客户控制的? 范围、时间、成本,是项目管理中常说的三角关系。任何一方改变都可能牵扯到其他两方的变动。项目管理的本质,就是在保证质量的前提下,寻求这三者之间的最佳平衡。因为客户是需求方和投资方,客户有权对这三者进行控制,当然客户主要控制范围,即提出他们的需求——项目要实现的功能特性,其次,客户也非常关心能交付的时间和所付出的成本。在满足客户的需求情... 阅读全文
posted @ 2009-04-14 14:31 钟悍 阅读(1370) 评论(0) 推荐(0) 编辑