2016年7月8日

墨卡托投影C#实现

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MRP { public class ClassMct { static public int __Iterat... 阅读全文

posted @ 2016-07-08 16:49 万里驰骋 阅读(2223) 评论(0) 推荐(0)

文件读写

摘要: 从绝对路径提取文件名 string fullPath="D:\\xxx\123.bmp";Path.GetFileName(strFilePath); 获取文件列表 DirectoryInfo theFolder = new DirectoryInfo(dir); FileInfo[] fileIn 阅读全文

posted @ 2016-07-08 09:12 万里驰骋 阅读(261) 评论(0) 推荐(0)

导航