随笔 - 656  文章 - 1  评论 - 265  阅读 - 321万
05 2009 档案
set_magic_quotes_runtime()和get_magic_quotes_runtime()
摘要:set_magic_quotes_runtime()和get_magic_quotes_runtime() 是针对数据库get_magic_quotes_gpc() 是针对GPC, Get/Post/Cookie来自http://www.5iphp.com/zh-hans/content/325.html来自http://hi.baidu.com/samyucn/blog/item/df14cb3... 阅读全文
posted @ 2009-05-25 16:12 草原和大树 阅读(1664) 评论(0) 推荐(0) 编辑
NET简单发送电子邮件
摘要:using System.Net.Mail; string txtTitle = this.txtTitle.Text; string txtName = this.txtName.Text; string txtEmail = this.txtEmail.Text; string txtTel = this.txtTel.Text; string txtAddress = this.txtAdd... 阅读全文
posted @ 2009-05-14 09:10 草原和大树 阅读(291) 评论(0) 推荐(0) 编辑
远程桌面强行登录DOS命令
摘要:【原因】:远程桌面默认只允许连接2个登陆。再多就会报错。 【办法】:强行登陆远程桌面在本地,开始——运行:mstsc /console /v:ip然后输入用户名,密码。然后打开服务器的任务管理器,注销不在使用的登陆。【防止再次出现的方法】“限制已断开链接的会话存在时间系统默认只要登录就不再断开。因此,我们给它指定一个自动断开的时间即可。可以在Windows 2003 服务器上通过组策略... 阅读全文
posted @ 2009-05-13 14:17 草原和大树 阅读(10840) 评论(0) 推荐(0) 编辑
在ASP.NET 2.0下禁用页面缓存
摘要:Response.Cache.SetCacheability(HttpCacheability.NoCache);Response.Cache.SetNoStore(); <METAhttp-equiv=Pragmacontent=no-cache><METAhttp-equiv=Cache-Controlcontent=no-cache><METAhttp-equi... 阅读全文
posted @ 2009-05-05 15:00 草原和大树 阅读(555) 评论(0) 推荐(0) 编辑
#利用XmlTextReader读取XML节点数据
摘要:xml内容:<?xmlversion="1.0"encoding="utf-8"?><google><googleColorBorder>f6fbff</googleColorBorder><googleColorBG>f6fbff</googleColorBG><googleColorLink>666666<... 阅读全文
posted @ 2009-05-04 14:25 草原和大树 阅读(599) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示