03 2016 档案

摘要://http请求工具类 using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Threading. 阅读全文
posted @ 2016-03-31 16:29 猿哥爱码 阅读(3031) 评论(0) 推荐(0)
摘要:1.需要下载IrisSkin4.dll或者IrisSkin2.dll和ssk皮肤文件。 2.添加引用IrisSkin4.dll或者IrisSkin2.dll到项目中,将下载好的ssk皮肤文件复制到项目中。 3.c#Main修改成如下 /// <summary> /// 应用程序的主入口点。 /// 阅读全文
posted @ 2016-03-16 21:33 猿哥爱码 阅读(5519) 评论(2) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 内部类Demo{ class Program { sta 阅读全文
posted @ 2016-03-07 13:43 猿哥爱码 阅读(3429) 评论(0) 推荐(0)