柚子Nan--回归原点

Everything can be as easy as you like or as complex as you need.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2004年4月25日

摘要: 我以前在一个小公司做,老板教给我们很多思想,当时根本不理解,比如说,射击的步骤:预备——〉瞄准——〉射击但是,软件设计中大可不必如此:)http://www.cnblogs.com/koffer/articles/7578.aspx终于理解了,还是看了原版的The Pragmatic Programmer以后领悟到的 阅读全文

posted @ 2004-04-25 21:46 柚子Nan 阅读(1073) 评论(1) 推荐(0)

摘要: In the long run,especially in a project you are not familiar with.You can use the tracer bullit . It's a rapid and effitive way to find the real requirments and solutions.Maybe in the last year, my bo... 阅读全文

posted @ 2004-04-25 21:41 柚子Nan 阅读(1122) 评论(1) 推荐(0)

摘要: 阅读全文

posted @ 2004-04-25 18:54 柚子Nan 阅读(1749) 评论(0) 推荐(0)

摘要: 以前对于XML如何存储数据很感兴趣,特别是看到一个文章说,可以直接用XML代替SQL server2000用来存储数据和交互数据,目前还在研究之中。终于把如何存取图像到xml的代码搞定:) 读取图像 //定义图像源与目标xml文件 string ImgFileName = @"d:\中国移动暴强广告.JPG"; string XmlFileName = @"D:\img.xml"; XmlT... 阅读全文

posted @ 2004-04-25 13:47 柚子Nan 阅读(4957) 评论(13) 推荐(0)