随笔分类 -  网页

摘要:原文地址:http://www.crifan.com/fixed_problem_sometime_httpwebrequest_getresponse_timeout/【问题】用C#模拟网页登陆,其中去请求几个页面,会发起对应的http的请求request,其中keepAlive设置为true,提... 阅读全文
posted @ 2015-12-17 17:14 亘大 阅读(420) 评论(0) 推荐(0)
摘要:1.在php网页中不能显示汉字解决方法:在meta里加 content="text/html;charset=gb2312"在php代码里加 mysql_query("set name 'gb2312'"); 阅读全文
posted @ 2012-10-25 12:51 亘大 阅读(105) 评论(0) 推荐(0)