摘要:http://info.borland.com/media/shockwave/delphi2005/d2005sneak.html 去看看delphi2005的新特性有很有意思的 error insight .help insight还有 自动抽取过程 变量自动更名 自动声明变量等特性
......
摘要:
使用cvsnt与wincvs实现cvs的架设
本文是写给希望能够马上通过cvs来进行更好的开发管理的小型团队或个人。相信cvs的绝妙之处大家已经从司徒彦南在前面写的一篇文章中有了一个大概的了解。它的优点我就不在这里进行介绍了,有兴趣的朋友可以参见相关文章:《协作开发中的质量保证技术——并行版本控制、每日构建和交付工程》
......
日历
var diarydays="";//"";
.calendarbigborder { font-family: "arial", "helvetica", "sans-serif", "宋体"; text-decoration: none; width: 170; background-color: #ffffff; font-size: 9pt;border:1px dotted #999; }
.calendartd { font-family: "arial", "helvetica", "sans-serif", "宋体"; font-size: 9pt; color: #000000; background-color: #eeeeee; height: 18px; width: 11%; text-align: center;}
.calendarminput { font-family: "arial", "helvetica", "sans-serif", "宋体"; font-size: 9pt; text-decoration: none; background-color: #ffffff; height: 15px; border: 1px solid #666666; width: 19px; color: #0099ff;}
.calendaryinput { font-family: "arial", "helvetica", "sans-serif", "宋体"; font-size: 9pt; color: #0099ff; text-decoration: none; background-color: #ffffff; height: 15px; width: 34px; border: 1px solid #666666;}
.calendarmonthtitle { font-family: "arial", "helvetica", "sans-serif", "宋体"; font-size: 9pt; font-weight: normal; height: 24px; text-align: center; color: #333333; text-decoration: none; background-color: #eeeeee; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-bottom-style: none; border-top-color: #999999; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #999999;}
....
下一页 摘要:通用存储过程的编写
对数据库的操作基本上就四种:insert、update、delete和select,而update和insert两种操作又可以作简单的合并,这样下来,基本上一个数据表对应三个存储过程便可以完成绝大多数的数据库操作。存储过程命名规则:operate_tablename。比如表order_info对应三个存储过程:addedit_order_info、delete_order_i......