09 2007 档案

excel 异常来自 HRESULT:0x80010105 (RPC_E_SERVERFAULT)
摘要:出现这种错误, 是要具体问题具体分析, 我在网上搜索发现各自的状况和解决方案都不一样. 今天在进行Excel的批量赋值的时候发现这个问题. protected override void FillTableData(Excel.Range DataStartRng, System.Collections.ArrayList LeafItems, DataView dv) ... 阅读全文

posted @ 2007-09-28 15:07 一望无际的南 阅读(7881) 评论(0) 推荐(0)

创建对象的序列化文件 - SoapFormatter,binaryFormatter以及XmlSerializer序列化文件的比较
摘要:序列化本身就是要将对象转换成为数据流, 这样便于存储和传输. SoapFormatter和binaryFormatter都是一种Formatter,原本我以为XmlSerializer也是继承了IFormatter接口,后来发现不是. 关于formatter和Iformatter,可以到命名空间 System.Runtime.Serialization.Formatters 查看 关于使用比较 /... 阅读全文

posted @ 2007-09-20 18:04 一望无际的南 阅读(1160) 评论(0) 推荐(0)

Agile系统一些关于通知的表及关系
摘要:SELECT * FROM agile.Notification -- 通知表SELECT * FROM agile.Notification_FieldsSELECT * FROM agile.Notification_TemplateSELECT * FROM agile.Notification_UserSELECT * FROM agile.Notify_AttributeSELECT ... 阅读全文

posted @ 2007-09-19 14:10 一望无际的南 阅读(418) 评论(0) 推荐(0)

导航