随笔分类 - ASP.NET
.NET学习
摘要:public static void ConvertExcel(string savePath) { //将xml文件转换为标准的Excel格式 Object Nothing = Missing.Value;//由于yongCOM组件很多值需要用Missing.Value代替 Excel.Application ExclApp = new Excel.ApplicationClass();// 初始化 Excel.Workbook ExclDoc = ExclApp.Workbooks.Open(savePath, Noth...
阅读全文
摘要:string url = @"D:\Program Files\Tencent\QQMusic\myf_&iles.text"; private string GetFileName(string FullName) { Regex re = new Regex(@"\\[^\\]*$"); Match ma = re.Match(FullName); if (ma.Success) { re = new Regex(@"\\...
阅读全文
摘要:MapXtreme实用技巧与源码10例1 设置图层可选状态/**//// <summary>/// 改变层的可选择状态/// </summary>/// <param name="selectableStatus"></param>/// <returns></returns>public bool LayerSelectableStatusUpdate(string tableAlias,bool selectableStatus){if(mapControl1.Map.Layers[tableAli
阅读全文
摘要:MIConnection Connection = new MIConnection(); Connection.Open(); MapInfo.Data.SpatialSchemaXY xy = new MapInfo.Data.SpatialSchemaXY(); xy.XColumn = "id"; xy.YColumn = "age"; xy.NullPoint = "0.0, 0.0"; xy.StyleType = MapInf...
阅读全文
摘要:推荐认真看下老赵的ASP.NET MVC入门视频,老赵确实是牛人啊!!ASP.NET MVC框架开发系列课程http://www.microsoft.com/china/msdn/events/webcasts/shared/webcast/Series/MVC.aspx
阅读全文


浙公网安备 33010602011771号