08 2015 档案

摘要:/// /// 导出分页 /// /// /// protected void btnExport_Click(object sender, EventArgs e) { Response.Clear(); Response.A... 阅读全文
posted @ 2015-08-29 12:37 草旅虫 阅读(182) 评论(0) 推荐(0)
摘要:function GetQueryString(name){var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)");var r = window.location.search.substr(1).match(reg);if(r!=null)retu... 阅读全文
posted @ 2015-08-27 00:06 草旅虫 阅读(158) 评论(0) 推荐(0)
摘要:Hello, World 阅读全文
posted @ 2015-08-14 09:52 草旅虫 阅读(346) 评论(0) 推荐(0)
摘要:public static void LogFile(string fileName, string log) { FileStream file; if (!File.Exists(fileName)) { ... 阅读全文
posted @ 2015-08-13 23:42 草旅虫 阅读(387) 评论(0) 推荐(0)
摘要:采用JSONP将要跨域访问的url定义路径,请求将会变成是去跨域请求脚本文件,请求成功后将会触发回调函数listContacts 阅读全文
posted @ 2015-08-02 14:44 草旅虫 阅读(156) 评论(0) 推荐(0)
摘要:用IIS发布webservice接口后,调用接口下的具体方法192.168.1.104:8088/GetData.asmx/GetDAZSData报错解决方法:要在webservice的 节点下加入 阅读全文
posted @ 2015-08-02 13:31 草旅虫 阅读(625) 评论(0) 推荐(0)