摘要: Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused安装使用SDK Mana... 阅读全文
posted @ 2015-02-03 17:33 徐本县 阅读(433) 评论(0) 推荐(0)
摘要: /// /// 修改XML /// /// test public static void ChangeXml(string test) { string xmlPath = "config";//当前文件夹下的config XmlDocument xmlDoc = new XmlDocumen... 阅读全文
posted @ 2015-02-03 14:18 徐本县 阅读(106) 评论(0) 推荐(0)
摘要: //根据URL回发地址获取用户json数据 private string GetJsonByUrl(string url) { System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.HttpWebRequ... 阅读全文
posted @ 2015-02-03 11:57 徐本县 阅读(4674) 评论(0) 推荐(0)
摘要: js代码:var pageIndex = 0; //页面索引初始值 var pageSize = 10; //每页显示条数初始化,修改显示条数,修改这里即可 var where=""; //查询条件 var searchwhere=""; //查询条件 function PageSet(dat... 阅读全文
posted @ 2015-02-03 11:52 徐本县 阅读(161) 评论(0) 推荐(0)
摘要: 前台调用: $("#CompanyName").autocomplete("../AjaxHandler/GetBranchH.ashx", { formatItem: function(row, i,max) { var obj =eval("(" + row + ")"); //转换成js对... 阅读全文
posted @ 2015-02-03 11:38 徐本县 阅读(263) 评论(0) 推荐(0)
摘要: /// /// 动态调用WebService /// /// WebService地址 /// 类名 /// 方法名(模块名) /// 参数列表 /// object public static object InvokeWebService(string url,... 阅读全文
posted @ 2015-02-03 10:09 徐本县 阅读(4993) 评论(2) 推荐(0)