posted @ 2005-09-28 11:17
09 2005 档案
摘要:Top 10 Most Attended Breakout Sessions Code Title Attendance City 1 WCI 285 微软下一代操作系统Windows Vista技术揭秘 510 Beijing 2 SDM 200 软件开发项目管理 – 精华再谈 482 Beijing 3 DAT301 XML数据和关系性数据的...
阅读全文
摘要:我在制作AspnetUpload 2.2安装程序的过程中发现用vs.net 2003制作的web 安装包在window 2003 server 安装后不能正常工作,后来发现可以用HTA来制作web安装,于是尝试了一下,效果不错.关键代码是创建虚拟目录,代码如下: var vd = WebRoot.Create("IIsWebVirtualDir", vDirName ) vd.Pa...
阅读全文
posted @ 2005-09-28 10:27
摘要:现在已经开始,早上和dudu及宝玉的照片
阅读全文
posted @ 2005-09-23 10:41
摘要:前几日使用到Javascript的Date初始化一个日期var dt = new Date(2005,8,31)结果发现dt.getDate()为1仔细查了一下Javascript参考才发现,原来如此Versions prior to JavaScript 1.3: new Date()new Date(milliseconds)new Date(dateString)new Date(yr_n...
阅读全文
posted @ 2005-09-21 22:48
摘要:Google Blog Search 出来了,这样以后搜索blog资源就方便多了,也可以提高搜索效率,快去试试吧.
阅读全文
posted @ 2005-09-14 18:47
摘要:ASP.NET “Atlas” is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0. “Atlas” en...
阅读全文
posted @ 2005-09-14 10:24