摘要:
Getting started with SQLite in C#http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/ C#与SQLite的操作介绍 下载http://www.cn... 阅读全文
摘要:
http://msdn.microsoft.com/en-us/library/ms171878.aspx 1.首先创建一张表 2.保存一个xml文件schema.xml 3.再保存另外一个xml文件data.xml 4.打开VS,创建一个控制台应用程序 5.添加dll引用 In the COM t 阅读全文
摘要:
Thread.Start starts a new OS thread to execute the delegate. When the delegate returns, the thread is destroyed. This is quite a heavy-weight operatio... 阅读全文