摘要: <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> 阅读全文
posted @ 2016-03-14 17:21 Neal Caffrey 阅读(254) 评论(0) 推荐(0)
摘要: /// <summary> /// 执行HTTP POST请求。 /// </summary> /// <param name="url">请求地址</param> /// <param name="parameters">请求参数</param> /// <returns>HTTP响应</retu 阅读全文
posted @ 2016-02-26 10:25 Neal Caffrey 阅读(324) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="utf-8" /> <title></title> <script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"></scrip 阅读全文
posted @ 2016-02-19 14:46 Neal Caffrey 阅读(190) 评论(0) 推荐(0)
摘要: Clike Me ! 阅读全文
posted @ 2015-12-18 18:03 Neal Caffrey 阅读(199) 评论(0) 推荐(0)
摘要: 谷歌Chrome浏览器,可以很方便地用来当3G手机模拟器。在Windows的【开始】-->【运行】中输入以下命令,启动谷歌浏览器,即可模拟相应手机的浏览器去访问3G手机网页: 谷歌Android:chrome.exe --user-agent="Mozilla/5.0 (Linux; U; A... 阅读全文
posted @ 2015-12-16 14:07 Neal Caffrey 阅读(2018) 评论(0) 推荐(0)
摘要: 你的分数: 撑100s 重新开始 阅读全文
posted @ 2015-12-08 15:21 Neal Caffrey 阅读(213) 评论(0) 推荐(0)
摘要: . 阅读全文
posted @ 2015-12-03 11:52 Neal Caffrey 阅读(258) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-11-27 10:57 Neal Caffrey 阅读(235) 评论(0) 推荐(0)
摘要: public DataTable GetTable(string Id) { StringBuilder strSql = new StringBuilder(); DataSet ds = new DataSet(); ... 阅读全文
posted @ 2015-11-18 15:37 Neal Caffrey 阅读(562) 评论(0) 推荐(0)
摘要: var database = openDatabase("student1", "1.0", "学生表", 1024 * 1024, function () { }) this.createTable = function () { database.transaction(f... 阅读全文
posted @ 2015-11-04 14:10 Neal Caffrey 阅读(188) 评论(0) 推荐(0)