CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
上一页 1 ··· 434 435 436 437 438 439 440 441 442 ··· 520 下一页

2007年12月17日

摘要: 第21章Collaborative Construction(协同构建)谈到了review和inspection,读起来很有共鸣,让我回想去过去在公司兼职的一段美好时光。 在公司里,项目的代码是共有的,对我们这些兼职学生也不例外。每天上班第一件事,就是update一下,从depot取回最新的code base(我们管这叫sync,这是我们的版本控制软件的命令)。然后每次check in之... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(123) 评论(0) 推荐(0)

摘要: 讨论、下载请前往:http://bbs.ctex.org/forums/index.php?showtopic=31442 ,谢谢!向Word和PowerPoint插入LaTeX公式的小工具 v0.2测试版Inspired by `eqe: Linux LaTeX equation editor' (http://rlehy.free.fr/) and `TexPoint - A Latex ... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(147) 评论(0) 推荐(0)

摘要: 最近需要读写 png 文件,按照以前的办法试验,却发现无法编译zlib 1.2.3。出错信息为:inffas32.asm(594) : error A2070: invalid instruction operands inffas32.asm(596) : error A2070: invalid instruction operands inffas32.asm(610) : error ... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(122) 评论(0) 推荐(0)

摘要: 问题说明:在开发中经常遇到要对“1-2”、“1-15”或“1.2”、“1.15”这样的数据字段进行排序,而这样的字段不能直接通过ORDER BY的方式来排序。解决方法:通过一个用户函数将此类数据字段变成输出成直接可以排序的的字段: CREATE FUNCTION dbo.GetNumberOrderString(@NumberString NVARCHAR(200), --待处理字符@Spl... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(134) 评论(0) 推荐(0)

摘要: By Ben问题说明:有时需要在两个或三个数据库的表中,通过相关关键字,查询获取所需记录集,用一般的SQL查询语句是实现不了的,可通过ACCESS的跨库查询功能实现。解决方法:例如“装材类型”和“装材”两张表是在不同的数据库中的,具体查询方法,如下:@"Select * from 装材类型 as a INNER JOIN [;database=" + AppDomain.CurrentDoma... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(209) 评论(0) 推荐(0)

摘要: By Ben作者的一个软件项目的查询系统需求:有数据表:名称 数量 状态-----------------------产品A 10 进货产品A 20 销售产品B 20 进货 要查询结果为:产品名称 库存数量 -----------------------产品A -10 产品B 20解决方法一:SELECT ... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(91) 评论(0) 推荐(0)

摘要: By Ben致命的错误出现在一个项目实践中: Console.WriteLine(5000.88 + 5000 == 10000.88);结果为False分析: 用"=="来比较两个double应该相等的类型,返回真值完全是不确定的。计算机对浮点数的进行计算的原理是只保证必要精度内正确即可,例如:double a=0.9+0.2;那么只能保证小数点后1位这个精度是正确的,计算机计算这个加法的结... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(90) 评论(0) 推荐(0)

摘要: By Scott Mitchell IntroductionLet's face it, one of the primary tasks we, as Web developers, are faced with is querying data from some data store and allowing users to view and/or manipulate the in... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(117) 评论(0) 推荐(0)

摘要: From http://msdn.microsoft.com/libraryThe following walkthrough demonstrates the use of a custom action and the CustomActionData property to create a database and database table during installation.... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(104) 评论(0) 推荐(0)

摘要: By Ben有关正则表达式 1.只能输入数字和英文的: 2.只能输入数字的: 3.只能输入全角的: 4.只能输入汉字的: Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=131482 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(156) 评论(0) 推荐(0)

上一页 1 ··· 434 435 436 437 438 439 440 441 442 ··· 520 下一页