上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 样式#spynav.affix { top: 2px;}.affix { position: fixed;} 阅读全文
posted @ 2015-10-10 11:43 草旅虫 阅读(692) 评论(0) 推荐(0) 编辑
摘要: /// /// 导出分页 /// /// /// protected void btnExport_Click(object sender, EventArgs e) { Response.Clear(); Response.A... 阅读全文
posted @ 2015-08-29 12:37 草旅虫 阅读(176) 评论(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 草旅虫 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Hello, World 阅读全文
posted @ 2015-08-14 09:52 草旅虫 阅读(335) 评论(0) 推荐(0) 编辑
摘要: public static void LogFile(string fileName, string log) { FileStream file; if (!File.Exists(fileName)) { ... 阅读全文
posted @ 2015-08-13 23:42 草旅虫 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 采用JSONP将要跨域访问的url定义路径,请求将会变成是去跨域请求脚本文件,请求成功后将会触发回调函数listContacts 阅读全文
posted @ 2015-08-02 14:44 草旅虫 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 用IIS发布webservice接口后,调用接口下的具体方法192.168.1.104:8088/GetData.asmx/GetDAZSData报错解决方法:要在webservice的 节点下加入 阅读全文
posted @ 2015-08-02 13:31 草旅虫 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 使用webservice后台跨域访问获取数据//处理内容 string html = ""; string url = ""; HttpWebRequest request = (HttpWebRequest)WebRequest... 阅读全文
posted @ 2015-07-31 11:12 草旅虫 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 首先新建一个实例模板文件声明该模板文件使用的模板语言声明属性的作用是为了给用户自定义声明script标签一般是用来声明方法 " xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i... 阅读全文
posted @ 2015-07-27 23:30 草旅虫 阅读(490) 评论(0) 推荐(0) 编辑
摘要: error:Your local changes to the following files would be overwritten by merge:如果希望保留生产服务器上所做的改动,仅仅并入新配置项:git stashgit pullgit stash pop然后可以使用git diff ... 阅读全文
posted @ 2015-07-26 11:00 草旅虫 阅读(4152) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页