会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
西月
博客园
首页
新随笔
联系
管理
订阅
2014年8月6日
Head First C# 赛狗日
摘要: 基本功能达到了,有些自己修改了下,不好的地方,欢迎指正!下载地址:http://files.cnblogs.com/xiyueD/HeadFirst_07_DogRace.7z赛狗类代码using System;using System.Collections.Generic;using Syste...
阅读全文
posted @ 2014-08-06 12:06 西月
阅读(2831)
评论(1)
推荐(1)
2014年7月28日
C#网络编程学习_01
摘要: 参考http://blog.csdn.net/yuzhongchun/article/details/11990571using System.Net;namespace Network_01{ public partial class Main : Form { publ...
阅读全文
posted @ 2014-07-28 15:32 西月
阅读(240)
评论(0)
推荐(0)
2014年5月22日
C#清除SQL挂起
摘要: using Microsoft.Win32; //操作注册表需要引用的空间private void but_Del_Click(object sender, EventArgs e) { //指定路径 RegistryKey key = Registry.LocalMachine; RegistryKey Sof...
阅读全文
posted @ 2014-05-22 14:00 西月
阅读(382)
评论(0)
推荐(0)
2014年5月15日
NPOI DataGridView导出EXCEL
摘要: NPOI 官方网站 http://npoi.codeplex.com/ 加载NPOI.DLL ,引用这两个命名空间 using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; #region NPOI DataGridView 导出 EXCEL /// /// NPOI DataGridView 导出...
阅读全文
posted @ 2014-05-15 13:27 西月
阅读(2375)
评论(1)
推荐(0)
2014年5月14日
常用功能函数
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices; //调用DLL需要引用空间using System.Management; //获取计算机硬件信息需要引用的空间,需要添加引用using System.Windows.Forms;using...
阅读全文
posted @ 2014-05-14 14:55 西月
阅读(482)
评论(0)
推荐(1)
测试高亮
摘要: using System.Runtime.InteropServices;[DllImport("kernel32.dll", EntryPoint = "GetSystemDefaultLCID")] public static extern int GetSystemDefaultLCID(); [DllImport("kernel32.dll", Entry...
阅读全文
posted @ 2014-05-14 10:17 西月
阅读(142)
评论(0)
推荐(0)
公告