摘要: 我测试下 阅读全文
posted @ 2009-05-08 17:44 vidon 阅读(92) 评论(0) 推荐(0)
摘要: ddl.items.insert(0,new listitem("请选择",0)); 阅读全文
posted @ 2009-05-07 16:52 vidon 阅读(137) 评论(0) 推荐(0)
摘要: -- 允许配置高级选项EXEC sp_configure 'show advanced options', 1GO-- 重新配置RECONFIGUREGO-- 启用xp_cmdshellEXEC sp_configure 'xp_cmdshell', 0GO--重新配置RECONFIGUREGO--执行想要的xp_cmdshell语句Exec xp_cmdshell 'query user'GO-... 阅读全文
posted @ 2009-05-06 17:47 vidon 阅读(385) 评论(0) 推荐(0)
摘要: <script type="text/javascript" language="javascript" src="ShowTest.js" charset="gb2312"></script> 这个可以直接转换编码,如果是utf8的格式,同样可以 最常用的方法也是我的小技巧,一般来说,asp.net默认编码是utf8,只需要用记事本打开JS文件,另存为,然后选择相应的编码... 阅读全文
posted @ 2009-05-06 16:13 vidon 阅读(1496) 评论(2) 推荐(1)