摘要:
public static void RegisterRoutes(RouteCollection routes) { string suffix = string.Empty; routes.IgnoreRoute("{resource}.... 阅读全文
摘要:
Canvas is not supported in your browser. 阅读全文
摘要:
///登录页面Hashtable haol = (Hashtable)Application["olTable"]; if (haol == null) { haol = new Hashtable(... 阅读全文
摘要:
C# SQL lon 经坐标 lat 纬坐标 lat 28.984223lon 112.92671 阅读全文
摘要:
/*数组*/ var arr = [["name", "value"], ["name1", "value1"]]; var item; for (item in arr) { alert("Name: " + item[0] + ", Value: " + item[1]); } $.e... 阅读全文
摘要:
Log4web.config --> ... 阅读全文
摘要:
新建.asmx页面 接口WSDL动态调用 /*WSDL或XML中 GetDataPortType为类名,getData为方法名*/ 阅读全文