Linux内核版本:2.6.20include/asm-generic/errno-base.h 1 #define EPERM 1 /* Operation
not permitted */ 2 #define ENOENT 2 /* No ...
分类:
其他好文 时间:
2014-06-12 21:57:57
阅读次数:
409
在GDI+中,缩放和剪裁可以看作同一个操作,无非就是原始区域的选择不同罢了。空口无凭,先看具体算法可能更好理解。C#代码usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Drawing;usingSyst...
分类:
其他好文 时间:
2014-06-12 19:21:25
阅读次数:
277
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 6 namespace HotelMIS 7 { 8 public
static class D...
分类:
Web程序 时间:
2014-06-12 19:09:01
阅读次数:
238
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Configuration;///<summary>///DBOperate的摘要说明///</summary>publicclassDBOperate{privatestaticSqlConnectioncon=..
分类:
数据库 时间:
2014-06-10 23:15:36
阅读次数:
314
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.IO;using System.IO.Compression;using
System.Data;namesp...
分类:
其他好文 时间:
2014-06-10 21:53:25
阅读次数:
160
C# params object[] args 可以传多个参数,可以不限制类型using
System;using System.Collections.Generic;using System.Text;namespace
ConsoleApplication2{ class Program .....
分类:
其他好文 时间:
2014-06-10 21:49:32
阅读次数:
272
在C#中,Dictionary提供快速的基于兼职的元素查找。他的结构是这样的:Dictionary
,当你有很多元素的时候可以使用它。它包含在System.Collections.Generic名空间中。在使用前,你必须声明它的键类型和值类型。方法/步骤要使用Dictionary集合,需要导入C#泛...
分类:
其他好文 时间:
2014-06-10 21:02:15
阅读次数:
246
网络看似错综复杂,其实核心路由器协议不超过10个。之前我看了一本OSPF实验,本来用GNS3做实验的,可是OSPF理论知识掌握的不够,所以在这里补上,学习网络,理论和实际都要抓祝没有条件买来实物练习,用GNS3模拟器也不错,经过摸索,终于找到了一套路由器镜像,总共六个,共享..
分类:
其他好文 时间:
2014-06-10 18:49:35
阅读次数:
1434
using System;using System.Collections.Generic;using
System.Text;using System.Data;using System.Data.SqlClient;namespace DAL{/// ///
数据层 - 数据库 操作类/// i...
分类:
数据库 时间:
2014-06-10 12:12:58
阅读次数:
307