摘要: public static string connStr { get { return "Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties='Excel 8.0;HDR=YES;IMEX=1';data source=C:\\AP COLLECT 08.xls"; } } +++... 阅读全文
posted @ 2008-12-18 16:37 shuang 阅读(226) 评论(0) 推荐(0)
摘要: 安装完Oracle 后把 D:\oracle\ora92\network\admin下的文件 listener.ora 和 tnsnames.ora 都备份一下。 Configuration and Migration Tools-> Net Configuration Assistant -> 使用IPC协议-> KEY = EXTPROC0 阅读全文
posted @ 2008-12-18 16:01 shuang 阅读(106) 评论(0) 推荐(0)
摘要: VS.NET如何和MySQL連結 The MySQL .NET Native Provider is an add-on component to the .NET Framework that allows you to access the MySQL database through the native protocol, without going through OLE DB. ht... 阅读全文
posted @ 2008-12-18 14:22 shuang 阅读(155) 评论(0) 推荐(0)
摘要: debug模式必须需要pdb文件,如果是release模式就不需要 pdb那个是debug用的 pdb 调试信息文件 阅读全文
posted @ 2008-12-18 09:59 shuang 阅读(302) 评论(0) 推荐(0)
摘要: ++++++++++++++++++++++++++++++ netstat命令的功能是显示网络连接、路由表和网络接口信息,可以让用户得知目前都有哪些网络连接正在运作。 该命令的一般格式为: netstat [选项] 命令中各选项的含义如下: -a 显示所有socket,包括正在监听的。 -c 每隔1秒就重新显示一遍,直到用户中断它。 -i 显示所有网络接口的信息,格式同“i... 阅读全文
posted @ 2008-12-18 09:28 shuang 阅读(285) 评论(0) 推荐(0)