上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 106 下一页
摘要: Function chinese2unicode(Str) Dim Str_one:Str_one = "" Dim Str_unicode:Str_unicode = "" For i = 1 To Len(Str) Str_one = Mid(Str, i, 1... 阅读全文
posted @ 2014-07-24 15:41 ®Geovin Du Dream Park™ 阅读(405) 评论(0) 推荐(0) 编辑
摘要: ---1.以日期字符操作转换日期 如果是VIP1生日不对,可以以上传的数据日期为生日begindeclare @NowBirthday datetime, @birthday datetime,@stat datetime,@end datetime,@statbirthday datetime,... 阅读全文
posted @ 2014-07-17 15:35 ®Geovin Du Dream Park™ 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 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™ 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: /// /// /// /// /// protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) ... 阅读全文
posted @ 2014-07-08 14:52 ®Geovin Du Dream Park™ 阅读(708) 评论(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™ 阅读(575) 评论(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™ 阅读(359) 评论(0) 推荐(0) 编辑
摘要: ---使用 UNION、INTERSECT 或 EXCEPT 运算符合并的所有查询必须在其目标列表中有相同数目的表达式select * from BookInfoList--存在不同的select BookInfoID,BookInfoBarCode from BookInfoList where ... 阅读全文
posted @ 2014-06-12 11:28 ®Geovin Du Dream Park™ 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 高德地图 API JavaScript API 范围内查询结果: 阅读全文
posted @ 2014-06-11 01:03 ®Geovin Du Dream Park™ 阅读(2662) 评论(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™ 阅读(1233) 评论(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™ 阅读(1130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 106 下一页