摘要:
SQL的那些事 阅读全文
摘要:
在工作中遇到两个类具有相同的属性,但是是不同的两个类,属性很多,互相转换起来很麻烦,于是就想到了下面的办法,实现他们的互相转换,请指教:public static List<T2> ConvertT1ToT2<T1, T2>(List<T1> resouceList) where T1 : new()where T2 : new() { T1 resouce = new T1();T2 target = new T2();List<T2> targetList = new List<T2>();PropertyInfo[] resou 阅读全文
摘要:
bat小工具集合 阅读全文
摘要:
C# 扩展方法---入门级 阅读全文
摘要:
WCF和Extjs结合 阅读全文
摘要:
Json化后的时间类型数据在Extjs Grid中的显示问题 阅读全文