Fork me on GitHub
.net求学者
摘要: public static void RegisterRoutes(RouteCollection routes) { string suffix = string.Empty; routes.IgnoreRoute("{resource}.... 阅读全文
posted @ 2015-03-27 18:25 hy31337 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Canvas is not supported in your browser. 阅读全文
posted @ 2015-03-27 18:24 hy31337 阅读(648) 评论(0) 推荐(0) 编辑
摘要: ///登录页面Hashtable haol = (Hashtable)Application["olTable"]; if (haol == null) { haol = new Hashtable(... 阅读全文
posted @ 2015-03-27 18:23 hy31337 阅读(532) 评论(3) 推荐(0) 编辑
摘要: C# SQL lon 经坐标 lat 纬坐标 lat 28.984223lon 112.92671 阅读全文
posted @ 2015-03-27 18:22 hy31337 阅读(982) 评论(0) 推荐(0) 编辑
摘要: /*数组*/ var arr = [["name", "value"], ["name1", "value1"]]; var item; for (item in arr) { alert("Name: " + item[0] + ", Value: " + item[1]); } $.e... 阅读全文
posted @ 2015-03-27 18:21 hy31337 阅读(876) 评论(0) 推荐(0) 编辑
摘要: Log4web.config --> ... 阅读全文
posted @ 2015-03-27 18:19 hy31337 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 新建.asmx页面 接口WSDL动态调用 /*WSDL或XML中 GetDataPortType为类名,getData为方法名*/ 阅读全文
posted @ 2015-03-27 17:06 hy31337 阅读(1327) 评论(1) 推荐(0) 编辑
.net求学者