上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 106 下一页
摘要: --显示所有用户表:--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™ 阅读(1138) 评论(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™ 阅读(850) 评论(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™ 阅读(7778) 评论(6) 推荐(0) 编辑
摘要: /// /// 图像转成二进制数组 /// /// /// public byte[] imageToByteArray(System.Drawing.Image imageIn) { ... 阅读全文
posted @ 2014-04-28 15:28 ®Geovin Du Dream Park™ 阅读(1435) 评论(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™ 阅读(1333) 评论(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™ 阅读(884) 评论(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™ 阅读(660) 评论(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™ 阅读(696) 评论(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™ 阅读(2830) 评论(0) 推荐(0) 编辑
摘要: /// /// 塗聚文 /// 20140225 /// public partial class DatatablePage : System.Web.UI.Page { /// /// 测试 分页数据 /// DataTable pageDt; /// /// /// public void geovinduDt() { pageDt = new DataTable(); pag... 阅读全文
posted @ 2014-02-27 00:28 ®Geovin Du Dream Park™ 阅读(839) 评论(0) 推荐(0) 编辑
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 106 下一页