码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
用C#读取txt文件的方法
1、使用FileStream读写文件 文件头: using System;using System.Collections.Generic;using System.Text;using System.IO; 读文件核心代码: byte[] byData = new byte[100];char[]...
分类:其他好文   时间:2014-07-07 11:52:47    阅读次数:151
文件加密及解密
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Runtime.Serialization; 6 using System.Secu....
分类:其他好文   时间:2014-07-03 10:00:03    阅读次数:128
为 WinForm 加快捷键
using System;using System.Collections.Generic;using System.Runtime.InteropServices;using System.Windows.Forms;namespace drmaple{ class HotKey { ...
分类:Windows程序   时间:2014-07-03 06:14:42    阅读次数:259
MyException
自定义Exceptionusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.Serialization;namespace Model{ /...
分类:其他好文   时间:2014-07-02 21:11:13    阅读次数:304
文件加密及解密
原文:文件加密及解密 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Runtime.Serialization; 6 using S...
分类:其他好文   时间:2014-07-02 20:28:03    阅读次数:163
CentOS下编译Lua使得其支持动态链接
在Linux下编译Lua时,我一般都是使用的make generic,这样编译没有什么问题,运行lua的程序也都OK,但是,这样在加载外部的C动态链接库,却总是报下面的错误dynamic libraries not enabled; check your Lua installation查找了半天资...
分类:其他好文   时间:2014-07-01 19:59:40    阅读次数:812
WPF 无缝图片滚动
上图是效果 可以双方向拖动废话不多说上代码界面:1 5 7 8 后台代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 ...
分类:其他好文   时间:2014-07-01 18:13:47    阅读次数:247
C#导入Excel数据
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data...
分类:其他好文   时间:2014-07-01 18:02:42    阅读次数:261
C#对一个XML操作的实用类
using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.Data;using System.IO;namespace eBlog.Common.Files{public...
分类:其他好文   时间:2014-07-01 16:47:29    阅读次数:176
csharp:DropDownComboxTreeView
using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Resources;using System.ComponentModel;using System.W...
分类:其他好文   时间:2014-07-01 11:38:44    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!