上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 118 下一页
摘要: http://www.mssqltips.com/sqlservertip/1738/sql-server-udf-to-pad-a-string/declare @l varchar(50)set @l='3 'select @l=ltrim(rtrim('3'))select len(@l)SE... 阅读全文
posted @ 2014-05-16 12:46 ®Geovin Du Dream Park™ 阅读(558) 评论(0) 推荐(0)
摘要: --显示所有用户表:--1SELECT SCHEMA_NAME(schema_id) As SchemaName , name As TableName from sys.tables ORDER BY name--2。alternate:SELECT sch.name As Schem... 阅读全文
posted @ 2014-05-15 22:59 ®Geovin Du Dream Park™ 阅读(1160) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Drawing; using System.IO; using 阅读全文
posted @ 2014-05-08 01:35 ®Geovin Du Dream Park™ 阅读(863) 评论(0) 推荐(0)
摘要: win10: C:\Program Files\Common Files\Microsoft Shared\Ink\Microsoft.Ink.dll /* 下載: //Microsoft Windows XP Tablet PC Edition 2005 Recognizer Pack http: 阅读全文
posted @ 2014-05-01 00:32 ®Geovin Du Dream Park™ 阅读(7987) 评论(6) 推荐(0)
摘要: /// /// 图像转成二进制数组 /// /// /// public byte[] imageToByteArray(System.Drawing.Image imageIn) { ... 阅读全文
posted @ 2014-04-28 15:28 ®Geovin Du Dream Park™ 阅读(1449) 评论(0) 推荐(1)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-04-27 21:32 ®Geovin Du Dream Park™ 阅读(1353) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-04-27 17:24 ®Geovin Du Dream Park™ 阅读(891) 评论(0) 推荐(0)
摘要: http://code.msdn.microsoft.com/office/Export-GridView-to-07c9f836 https://exporter.codeplex.com/ http://closedxml.codeplex.com/ http://epplus.codeplex 阅读全文
posted @ 2014-04-16 13:47 ®Geovin Du Dream Park™ 阅读(670) 评论(0) 推荐(0)
摘要: //Csharp:WebClient and WebRequest use http download file //20140318 塗聚文收錄 string filePath = "20140302.pdf"; string fileName = "http://www.dusystem.com/3.pdf"; //1出现找不到文件 filePath //string headerValue = (Request.UserAgent.ToLower().Contains("msie... 阅读全文
posted @ 2014-03-18 23:09 ®Geovin Du Dream Park™ 阅读(707) 评论(0) 推荐(0)
摘要: 1 /// /// DataTable分页 /// /// DataTable /// 页索引,注意:从1开始 /// 每页大小 /// public static DataTable GetPagedTable(DataTable dt, int currentPageIndex, int pageSize) { //1 //判断当前索引 if (currentPageIn... 阅读全文
posted @ 2014-03-10 18:16 ®Geovin Du Dream Park™ 阅读(2841) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 118 下一页