该文被密码保护。 阅读全文
posted @ 2018-09-20 15:00 秋千,为谁荡 阅读(1) 评论(0) 推荐(0) 编辑
摘要: // ----------------------32位机 //注释说明 //ExclePath 为Excel路径 批号 是指Excel文件中某一列必填项 public static DataSet GetDataTableFor... 阅读全文
posted @ 2015-04-27 13:33 秋千,为谁荡 阅读(697) 评论(0) 推荐(0) 编辑
摘要: # tar –xzvf samba-3.5.9.tar.gz 解压# ./configure# make# make install 阅读全文
posted @ 2014-10-27 08:33 秋千,为谁荡 阅读(95) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { string strSource = GetHttpWebRequest("http://www.******.aspx"); ... 阅读全文
posted @ 2014-10-20 19:30 秋千,为谁荡 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 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 秋千,为谁荡 阅读(1526) 评论(0) 推荐(0) 编辑
摘要: 加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 秋千,为谁荡 阅读(272) 评论(0) 推荐(0) 编辑
摘要: http://pan.baidu.com/s/[a-zA-Z0-9]{5,9} 阅读全文
posted @ 2014-09-23 14:45 秋千,为谁荡 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 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 秋千,为谁荡 阅读(972) 评论(0) 推荐(0) 编辑
摘要: 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 秋千,为谁荡 阅读(307) 评论(0) 推荐(1) 编辑
摘要: //取出不重复的6个数 static int[] CreateNumbers(int[] range, int count) { int[] result = new int[count]; Random random=new Rand... 阅读全文
posted @ 2014-05-15 19:34 秋千,为谁荡 阅读(161) 评论(0) 推荐(0) 编辑