上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 118 下一页
摘要: http://stackoverflow.com/questions/4015324/http-request-with-post Response.Charset = "GBK"; //GBK //gb2312 this.CodePage = 936; ... 阅读全文
posted @ 2014-07-09 17:05 ®Geovin Du Dream Park™ 阅读(1189) 评论(0) 推荐(0)
摘要: /// /// /// /// /// protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) ... 阅读全文
posted @ 2014-07-08 14:52 ®Geovin Du Dream Park™ 阅读(712) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Resources;using System.ComponentModel;using System.W... 阅读全文
posted @ 2014-06-30 23:24 ®Geovin Du Dream Park™ 阅读(585) 评论(0) 推荐(0)
摘要: --查询权限函数--1declare @names varchar(3000)set @names=''select @names=@names+isnull(AdminPermissFormName,'')+' , ' from BookAdminPermissTypeList where Ad... 阅读全文
posted @ 2014-06-20 18:21 ®Geovin Du Dream Park™ 阅读(368) 评论(0) 推荐(0)
摘要: ---使用 UNION、INTERSECT 或 EXCEPT 运算符合并的所有查询必须在其目标列表中有相同数目的表达式select * from BookInfoList--存在不同的select BookInfoID,BookInfoBarCode from BookInfoList where ... 阅读全文
posted @ 2014-06-12 11:28 ®Geovin Du Dream Park™ 阅读(493) 评论(0) 推荐(0)
摘要: 高德地图 API JavaScript API 范围内查询结果: 阅读全文
posted @ 2014-06-11 01:03 ®Geovin Du Dream Park™ 阅读(2682) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;//http://msdn.mic... 阅读全文
posted @ 2014-06-01 16:50 ®Geovin Du Dream Park™ 阅读(1241) 评论(0) 推荐(0)
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin... 阅读全文
posted @ 2014-06-01 15:49 ®Geovin Du Dream Park™ 阅读(1137) 评论(0) 推荐(0)
摘要: /// /// http://www.weather.com.cn/data/sk/101280601.html /// {"weatherinfo":{"city":"深圳","cityid":"101280601","temp":"32","WD":"西南风","WS":"4级... 阅读全文
posted @ 2014-06-01 14:02 ®Geovin Du Dream Park™ 阅读(687) 评论(0) 推荐(0)
摘要: /// /// Request.Form,Request.QueryString,Request.Params /// http://msdn.microsoft.com/en-us/library/system.web.httprequest.params(v=vs.... 阅读全文
posted @ 2014-05-28 17:41 ®Geovin Du Dream Park™ 阅读(922) 评论(0) 推荐(0)
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 118 下一页