该文被密码保护。 阅读全文
摘要:
// ----------------------32位机 //注释说明 //ExclePath 为Excel路径 批号 是指Excel文件中某一列必填项 public static DataSet GetDataTableFor... 阅读全文
摘要:
# tar –xzvf samba-3.5.9.tar.gz 解压# ./configure# make# make install 阅读全文
摘要:
private void button1_Click(object sender, EventArgs e) { string strSource = GetHttpWebRequest("http://www.******.aspx"); ... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
摘要:
加QQ:83014588 向我索要,开发包开发人员淘宝:http://t.cn/RhOj8W8短信猫:http://item.taobao.com/item.htm?spm=686.1000925.1000774.121.BLGJNF&id=40269149321 阅读全文
摘要:
http://pan.baidu.com/s/[a-zA-Z0-9]{5,9} 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Windows.Forms;using System.Drawing;//展示端口namespa... 阅读全文
摘要:
using System;using System.Windows.Forms;using System.IO.Ports;using System.Drawing;using System.IO;using System.Text;using System.Collections;using Sy... 阅读全文
摘要:
//取出不重复的6个数 static int[] CreateNumbers(int[] range, int count) { int[] result = new int[count]; Random random=new Rand... 阅读全文