上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 118 下一页
摘要: /// /// Windows Embedded CE 6.0 R3 WinInet Functions /// https://technet.microsoft.com/zh-cn/aa914184 /// Windows WinINet Functions //... 阅读全文
posted @ 2015-06-24 12:51 ®Geovin Du Dream Park™ 阅读(1022) 评论(0) 推荐(0)
摘要: /// /// http://www.codeproject.com/Tips/784090/Conversion-Between-DataTable-and-List-in-Csharp /// public static class ExtensionUtility ... 阅读全文
posted @ 2015-06-17 15:34 ®Geovin Du Dream Park™ 阅读(712) 评论(0) 推荐(0)
摘要: /// /// http://www.dotnetperls.com/linq /// public partial class LinqForm : Form { const int _max = 1000000; /// /... 阅读全文
posted @ 2015-06-07 21:57 ®Geovin Du Dream Park™ 阅读(437) 评论(0) 推荐(0)
摘要: --Oracle 9i 实例数据脚本地址:$oracle_home/rdbms/admin/utlsampl.sql CREATE TABLE DEPT (DEPTNO NUMBER(2) CONSTRAINT PK_DEPT PRIMARY KEY, DNAME VARCHAR2(14) , LOC VARCHAR2(13) ) ; CREATE TABLE E... 阅读全文
posted @ 2015-05-28 21:21 ®Geovin Du Dream Park™ 阅读(556) 评论(0) 推荐(0)
摘要: csharp 调用: 阅读全文
posted @ 2015-05-26 22:22 ®Geovin Du Dream Park™ 阅读(313) 评论(0) 推荐(0)
摘要: Toad for Oracle 启动DBMS输出. Oracle SQL developer 和 SQL Plus 用Script启动:set serveroutput on size 5000; 见图: 阅读全文
posted @ 2015-05-22 09:35 ®Geovin Du Dream Park™ 阅读(350) 评论(0) 推荐(0)
摘要: http://www.mssqltips.com/sqlservertip/3449/making-sql-server-metadata-queries-easier-with-these-new-views http://www.sql-server-helper.com/functions/m 阅读全文
posted @ 2015-05-14 17:46 ®Geovin Du Dream Park™ 阅读(533) 评论(0) 推荐(0)
摘要: /// /// (eraghi) /// Custom CheckedListBox with binding facilities (Value property) /// from A Custom CheckedListBox with Datasource http:... 阅读全文
posted @ 2015-05-09 20:54 ®Geovin Du Dream Park™ 阅读(461) 评论(0) 推荐(0)
摘要: /* ASP.NET 默认上传文件是4M ,可以修改服务配置.. */ /// /// Gets a files formatted... 阅读全文
posted @ 2015-04-20 17:55 ®Geovin Du Dream Park™ 阅读(367) 评论(0) 推荐(0)
摘要: /// ///列表名 /// /// /// public static string GetColumnNames(System.Data.DataTable table) { if ... 阅读全文
posted @ 2015-04-09 17:05 ®Geovin Du Dream Park™ 阅读(445) 评论(1) 推荐(0)
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 118 下一页