上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 106 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services.Description;using System.Web.Services.Proto... 阅读全文
posted @ 2015-06-25 22:42 ®Geovin Du Dream Park™ 阅读(1588) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// DNS、网关、子网掩码、IP /// 涂聚文 2015 /// </summary> public class IPAddressString { /// <summary> /// IP地址 /// </summary> private string _loca 阅读全文
posted @ 2015-06-24 17:04 ®Geovin Du Dream Park™ 阅读(2012) 评论(2) 推荐(0) 编辑
摘要: /// /// 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™ 阅读(1010) 评论(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™ 阅读(677) 评论(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™ 阅读(428) 评论(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™ 阅读(549) 评论(0) 推荐(0) 编辑
摘要: csharp 调用: 阅读全文
posted @ 2015-05-26 22:22 ®Geovin Du Dream Park™ 阅读(305) 评论(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™ 阅读(316) 评论(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™ 阅读(512) 评论(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™ 阅读(452) 评论(0) 推荐(0) 编辑
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 106 下一页