11 2017 档案

摘要:/// /// 将目标路径转为image /// /// 图片路径 /// public Image LoadImage(string path) { //创建一个bitmap类型的bmp变量来读取文件。 Bitmap bmp = new Bitmap(path); //新建第二个bitmap类型的bmp2变量,我这里是根据我的程序需要设置的。 Bitmap... 阅读全文
posted @ 2017-11-13 15:36 _小马哥 阅读(1826) 评论(0) 推荐(0) 编辑
摘要:DataTable dt = new DataTable("Datas"); DataColumn dc = null; //dt新增列 dc=dt.Columns.Add("id", Type.GetType("System.Int32")); //课件id dc = dt.Columns.Add 阅读全文
posted @ 2017-11-07 12:52 _小马哥 阅读(15746) 评论(0) 推荐(0) 编辑
摘要:private List<string> FindFile(string Path) { List<string> list=new List<string>(); DirectoryInfo di = new DirectoryInfo(@"C:\Users\Administrator\Deskt 阅读全文
posted @ 2017-11-07 10:19 _小马哥 阅读(1208) 评论(0) 推荐(0) 编辑
摘要:using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.... 阅读全文
posted @ 2017-11-03 18:19 _小马哥 阅读(314) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示