摘要: 今天一个接口突然报错,错误是: 分析 EntityName 时出错。 行 35,位置 90。 xmlDoc.Load(System.Web.HttpContext.Current.Server.MapPath("AD/xml/CheckForUpdate.xml")); 后来发现,代码并没有问题,问 阅读全文
posted @ 2016-01-27 18:22 姑苏慕容复 阅读(2493) 评论(0) 推荐(0)
摘要: WebService部署成站点之后,如果在本地测试webservice的接口可以运行,在远程却显示“测试窗体只能用于来自本地计算机的请求”或者"The test form is only available for requests from the local machine. ", 这是因为没有 阅读全文
posted @ 2016-01-27 17:01 姑苏慕容复 阅读(608) 评论(0) 推荐(0)
摘要: 学习可参考:http://www.guoxk.com/node/jquery-datatables http://yuemeiqing2008-163-com.iteye.com/blog/2006942 1:导入包: URL:http://www.datatables.net/ 分别导入css和j 阅读全文
posted @ 2016-01-27 16:54 姑苏慕容复 阅读(618) 评论(0) 推荐(0)
摘要: 原文地址:http://www.cnblogs.com/dh616854836/articles/2140349.html document.write()脚本向窗口(不管是本窗口或其他窗口)写完内容后,必须关闭输出流。在延时脚本的最后一个document.write()方法后面,必须确保含有doc 阅读全文
posted @ 2016-01-27 16:42 姑苏慕容复 阅读(129) 评论(0) 推荐(0)