上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 106 下一页
摘要: /// /// 保存文件 /// 涂聚文 /// 2014-08-29 /// Geovin Du /// /// /// public static void DataGrid... 阅读全文
posted @ 2014-08-29 11:08 ®Geovin Du Dream Park™ 阅读(1099) 评论(0) 推荐(1) 编辑
摘要: 1 /// 2 /// 3 /// 4 /// 5 /// 6 protected void Page_Load(object sender, EventArgs e) 7 { 8 ... 阅读全文
posted @ 2014-08-28 16:28 ®Geovin Du Dream Park™ 阅读(486) 评论(0) 推荐(0) 编辑
摘要: ---sql: T-SQL 统计计算(父子關係,樹形,分級分類的統計)---2014-08-26 塗聚文(Geovin Du)CREATE PROCEDURE proc_Select_BookKindSumReportASDECLARE @temp TABLE( BookKindID IN... 阅读全文
posted @ 2014-08-26 12:54 ®Geovin Du Dream Park™ 阅读(790) 评论(0) 推荐(0) 编辑
摘要: --Parent-Child reationship --涂聚文 2014-08-25 --得位置的子節點函數表(包含本身) if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[GetBookPlaceChild 阅读全文
posted @ 2014-08-25 16:09 ®Geovin Du Dream Park™ 阅读(266) 评论(0) 推荐(0) 编辑
摘要: ---树形(父子关系类)分级类统计(父子统计)--涂聚文 2014-08-14drop table BookKindListcreate table BookKindList( BookKindID INT IDENTITY(1,1) PRIMARY KEY, BookKindName ... 阅读全文
posted @ 2014-08-14 16:21 ®Geovin Du Dream Park™ 阅读(352) 评论(0) 推荐(0) 编辑
摘要: http://www.mums.ac.ir/shares/hit/eduhit/book/windowsscripting.pdfhttp://support.microsoft.com/kb/926352/en-ushttps://www.microsoft.com/learning/en-us/... 阅读全文
posted @ 2014-08-12 23:42 ®Geovin Du Dream Park™ 阅读(288) 评论(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-08-06 15:00 ®Geovin Du Dream Park™ 阅读(913) 评论(0) 推荐(0) 编辑
摘要: 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™ 阅读(403) 评论(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™ 阅读(430) 评论(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™ 阅读(1170) 评论(0) 推荐(0) 编辑
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 106 下一页