摘要:
///*第一种情况 */ //var mycars = new Array() //mycars[0] = 0; //mycars[1] = 1; //mycars[2] = 2; //function tee(arry) { // arry[1] = 100; // ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; /// /// 用于取得一个文本文件的编码方式(Encoding)。 /// publ... 阅读全文
摘要:
#region 发送post请求 public static string Post(string str) { string result = ""; HttpWebRequest req = (HttpWebRequest)WebRequest.Create("http://localhost:8563/... 阅读全文
该文被密码保护。 阅读全文
摘要:
不知道 画笔 的像素是多少, 设置的是 画线的长度为1; 画笔的宽度 为1 阅读全文
该文被密码保护。 阅读全文
摘要:
//指定数据前移 ssid private void button3_Click(object sender, EventArgs e) { StringBuilder sb = new StringBuilder(); string str = "686B666B686B666B706B5D9BA 阅读全文