上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 119 下一页
摘要: 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™ 阅读(8003) 评论(6) 推荐(0)
摘要: /// /// 图像转成二进制数组 /// /// /// public byte[] imageToByteArray(System.Drawing.Image imageIn) { ... 阅读全文
posted @ 2014-04-28 15:28 ®Geovin Du Dream Park™ 阅读(1452) 评论(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™ 阅读(1359) 评论(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™ 阅读(894) 评论(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™ 阅读(672) 评论(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™ 阅读(711) 评论(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™ 阅读(2842) 评论(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™ 阅读(853) 评论(0) 推荐(0)
摘要: --无法解决 equal to 操作中 "Chinese_PRC_CI_AS" 和 "Chinese_Taiwan_Stroke_CI_AS" 之间的排序规则冲突。CREATE VIEW View_VipBranchStaffBranchListASselect VipBranchStaff.*,geovindu_branch.B_Name,VipExamCountry.ExamCountryName from VipBranchStaff,geovindu_branch,VipExamCountry where VipBranchStaff.Branc 阅读全文
posted @ 2014-02-24 12:01 ®Geovin Du Dream Park™ 阅读(5820) 评论(0) 推荐(0)
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 119 下一页