Jenney Zhao

导航

06 2010 档案

little-endian and big-endian
摘要:little-endian and big-endian 阅读全文

posted @ 2010-06-29 10:43 Jenney Zhao 阅读(354) 评论(0) 推荐(0)

XmlRootAttribute与XmlTypeAttribute
摘要:XmlRootAttribute与XmlTypeAttribute 阅读全文

posted @ 2010-06-22 18:00 Jenney Zhao 阅读(1164) 评论(2) 推荐(0)

SSRS throws "The operation has timed out."
摘要:Reporting Services in integrated mode sometimes throws "The operation has timed out." when render report through application.The solutions for this problem are listed below:1. ReportingService2010 rep... 阅读全文

posted @ 2010-06-08 16:38 Jenney Zhao 阅读(562) 评论(0) 推荐(0)

由类型名得到该类型
摘要:利用C#的反射机制:string typeName="MyNameSpace.MyClassOne";Type myClassType=Type.GetType(typeName);orType myClassType=Type.GetType(typeName,true);注:当返回的Type为NULL时,可用Type myClassType=Type.GetType(typeName,true... 阅读全文

posted @ 2010-06-08 16:31 Jenney Zhao 阅读(274) 评论(0) 推荐(0)