2009年5月19日

Perl中对hash的操作

摘要: Perl Hash Howto 阅读全文

posted @ 2009-05-19 10:58 Joe.W.Chen 阅读(1513) 评论(0) 推荐(0) 编辑

2009年5月8日

Perl连接SQL2005

摘要: 这篇文章主要介绍怎么通过perl 的DBI 模块来操作sql 数据库。本文假设你已经了解了SQL的基本用法和perl 语言。 阅读全文

posted @ 2009-05-08 13:10 Joe.W.Chen 阅读(386) 评论(0) 推荐(0) 编辑

Sql 2005 Database diagram support objects cannot be installed because this database does not have a valid owner

摘要: Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects. 阅读全文

posted @ 2009-05-08 12:59 Joe.W.Chen 阅读(401) 评论(0) 推荐(0) 编辑

2009年5月5日

IsPostBack探讨

摘要: 很多时候,在WebForm的Page_Load事件中,都需要判断当前form是否是IsPostBack。而该属性在什么时候会变化呢,本文给出一些个人的观点 阅读全文

posted @ 2009-05-05 14:46 Joe.W.Chen 阅读(273) 评论(1) 推荐(0) 编辑

在JAVASCRIPT中怎么使用COOKIE?

摘要: cookie 用法 阅读全文

posted @ 2009-05-05 14:19 Joe.W.Chen 阅读(386) 评论(0) 推荐(0) 编辑

aspnet regiis.exe 用法

摘要: aspnet_regiis.exe 用法 阅读全文

posted @ 2009-05-05 14:12 Joe.W.Chen 阅读(3967) 评论(0) 推荐(1) 编辑

Session Shared between two projects

摘要: 我在VS.NET中建了两个Project(同一个solution),这两个project在IIS中分别对应于两个虚拟目录,在这两个项目中如何共享Session? 最好不要使用合并项目的方法和存在数据库中的方法。 阅读全文

posted @ 2009-05-05 14:11 Joe.W.Chen 阅读(165) 评论(0) 推荐(0) 编辑

Response.Redirect和Server.Transfer的区别

摘要: Response.Redirect和Server.Transfer的区别 阅读全文

posted @ 2009-05-05 14:09 Joe.W.Chen 阅读(242) 评论(0) 推荐(0) 编辑

net命令详解

摘要: 许多 Windows NT 网络命令以 net 开始。这些 net 命令有一些公共属性: -通过键入 net /? 可查阅所有可用的 net 命令。 -通过键入 net help 命令可在命令行中获得 net 命令的语法帮助。 阅读全文

posted @ 2009-05-05 14:06 Joe.W.Chen 阅读(1211) 评论(0) 推荐(0) 编辑

ASP.NET编程中static变量作用域

摘要: 在C#中,static变量表示该变量属于类,而不是类的实例。可以说是该类的所有实例共享一个static变量 阅读全文

posted @ 2009-05-05 14:04 Joe.W.Chen 阅读(1996) 评论(0) 推荐(0) 编辑

导航