12 2008 档案

摘要:ddd 阅读全文
posted @ 2008-12-26 10:35 chenjunbiao 阅读(115) 评论(0) 推荐(0)
摘要:ddd 阅读全文
posted @ 2008-12-26 10:34 chenjunbiao 阅读(80) 评论(0) 推荐(0)
摘要:ddd 阅读全文
posted @ 2008-12-26 10:34 chenjunbiao 阅读(101) 评论(0) 推荐(0)
摘要:ddd 阅读全文
posted @ 2008-12-26 10:33 chenjunbiao 阅读(77) 评论(0) 推荐(0)
摘要:ddd 阅读全文
posted @ 2008-12-26 10:33 chenjunbiao 阅读(107) 评论(0) 推荐(0)
摘要:1、基于配置文件和Reflection的工厂模式 阅读全文
posted @ 2008-12-26 10:31 chenjunbiao 阅读(166) 评论(0) 推荐(0)
摘要:1、类之间的依赖 2、接口依赖 阅读全文
posted @ 2008-12-26 10:26 chenjunbiao 阅读(117) 评论(0) 推荐(0)
摘要:1、在Google App Engine 注册一个应用程序。应用程序注册后会分配给你一下域名,例如:xxx应用程序,分配的就是xxx.appspot.com。 2、Google App Engine的开发使用的Python,所以如果你要在本地进行调试的话,就需要配置本地环境, 可以使用Google提供的SDK中提供的服务器,当然也可以使用iis来运行啦!看一下在IIS7中配置使用Python 。要... 阅读全文
posted @ 2008-12-22 09:32 chenjunbiao 阅读(201) 评论(0) 推荐(0)
摘要:1、安装python-2.5.2.msi 这里没有使用最新的Python3.0 是因为Google App Engree目前服务器运行的是2.5版本。 2、安装ActivePython-2.5.2.2-win32-x86.msi 3、在站点的ISAPI and CGI Restrictions中置C:\Python25\Python.exe %s %s 4、在站点的Handler Map... 阅读全文
posted @ 2008-12-19 22:24 chenjunbiao 阅读(634) 评论(0) 推荐(0)
摘要:一、我喜欢的域名 IdeaCat.cn "点子猫猫","点子喵喵","点子猫", 可用于做交友型点子网。 阅读全文
posted @ 2008-12-15 13:28 chenjunbiao 阅读(171) 评论(0) 推荐(0)
摘要:1、SQL2005中使用NewSequentialID()代替NewID() 在SQL2005/2008中新增加了NewSequentialID()函数来创建uniqueidentifier, 此函数只能用作default value。不过在Management Studio中创建表时会有此bug,略去一些错误提示就行,也能创建成功,另外还可以使用output字句输出。 Code highl... 阅读全文
posted @ 2008-12-15 11:30 chenjunbiao 阅读(202) 评论(0) 推荐(0)