摘要:
publicstaticDataTableToDataTable<T>(thisIList<T>data){PropertyDescriptorCollectionprops=TypeDescriptor.GetProperties(typeof(T));DataTabletable=newDataTable();for(inti=0;i<props.Count;i++){PropertyDescriptorprop=props[i];table.Columns.Add(prop.Name,prop.PropertyType);}object[]values=ne 阅读全文
posted @ 2012-05-08 17:23
Rhythmk
阅读(337)
评论(0)
推荐(0)
摘要:
搜索 VersionControl.configwindows 7 路径如下:C:\Users\Administrator\AppData\Local\Microsoft\Team Foundation\3.0\Cache\VersionControl.config删除其中无用节点 .大致如下: <MappedPaths> <MappedPath path="项目路径" /> </MappedPaths> 阅读全文
posted @ 2012-05-08 09:29
Rhythmk
阅读(1064)
评论(0)
推荐(0)
浙公网安备 33010602011771号