会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aibc999
博客园
首页
新随笔
联系
订阅
管理
2018年9月20日
C#泛型初始化
该文被密码保护。
阅读全文
posted @ 2018-09-20 15:00 秋千,为谁荡
阅读(1)
评论(0)
推荐(0)
2015年4月27日
c# 32位机和64位机 读取Excel内容到DataSet
摘要: // ----------------------32位机 //注释说明 //ExclePath 为Excel路径 批号 是指Excel文件中某一列必填项 public static DataSet GetDataTableFor...
阅读全文
posted @ 2015-04-27 13:33 秋千,为谁荡
阅读(723)
评论(0)
推荐(0)
2014年10月27日
Linux常用命令
摘要: # tar –xzvf samba-3.5.9.tar.gz 解压# ./configure# make# make install
阅读全文
posted @ 2014-10-27 08:33 秋千,为谁荡
阅读(98)
评论(0)
推荐(0)
2014年10月20日
C# 取html <data>内容
摘要: private void button1_Click(object sender, EventArgs e) { string strSource = GetHttpWebRequest("http://www.******.aspx"); ...
阅读全文
posted @ 2014-10-20 19:30 秋千,为谁荡
阅读(337)
评论(0)
推荐(0)
2014年10月18日
C#使用 webBrowser 控件总结
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
阅读全文
posted @ 2014-10-18 23:46 秋千,为谁荡
阅读(1557)
评论(0)
推荐(0)
2014年9月23日
gsm model二次开发C#短信猫开发/长短信
摘要: 加QQ:83014588 向我索要,开发包开发人员淘宝:http://t.cn/RhOj8W8短信猫:http://item.taobao.com/item.htm?spm=686.1000925.1000774.121.BLGJNF&id=40269149321
阅读全文
posted @ 2014-09-23 14:51 秋千,为谁荡
阅读(280)
评论(0)
推荐(0)
C# 百度网盘正则
摘要: http://pan.baidu.com/s/[a-zA-Z0-9]{5,9}
阅读全文
posted @ 2014-09-23 14:45 秋千,为谁荡
阅读(191)
评论(0)
推荐(0)
2014年5月27日
C#温度报警
摘要: using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Windows.Forms;using System.Drawing;//展示端口namespa...
阅读全文
posted @ 2014-05-27 06:43 秋千,为谁荡
阅读(1002)
评论(0)
推荐(0)
2014年5月26日
串口调适
摘要: using System;using System.Windows.Forms;using System.IO.Ports;using System.Drawing;using System.IO;using System.Text;using System.Collections;using Sy...
阅读全文
posted @ 2014-05-26 14:49 秋千,为谁荡
阅读(316)
评论(0)
推荐(1)
2014年5月15日
取出不重复的6个数
摘要: //取出不重复的6个数 static int[] CreateNumbers(int[] range, int count) { int[] result = new int[count]; Random random=new Rand...
阅读全文
posted @ 2014-05-15 19:34 秋千,为谁荡
阅读(174)
评论(0)
推荐(0)
下一页
公告