2011年7月26日
摘要: 要在web.config或者app.config的<configuration></configuration>加上下面两节。上面要注册SQLite Data Provider,另外我是.netframework 4.0<system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data 阅读全文
posted @ 2011-07-26 16:05 聪明的大熊 阅读(250) 评论(0) 推荐(0)
摘要: M$的Excel的com 实在太多限制了,找了一下.net直接读取的excel, 也不知道对中文支持http://sourceforge.net/projects/myxls/http://npoi.codeplex.com/园子里的介绍 http://www.cnblogs.com/xiexing1986/archive/2011/04/29/2032488.htmlhttp://www.cnblogs.com/feima-lxl/articles/2115751.htmlhttp://www.cnblogs.com/tonyqus/archive/2009/04/12/1434209.ht 阅读全文
posted @ 2011-07-26 10:30 聪明的大熊 阅读(248) 评论(0) 推荐(0)