本程式只要是按行讀取txt檔案內容,並按照一定格式組成sql語句,輸出到debug目錄下的liwujun.txt。只要複製到資料裡執行,便可以往表裡插入內容了。。
注:sql語句裡面的insert into不能一次性插入超過一千條內容。
using system;
using system.collections.generic;
using system.io;
using system.linq;
using system.text;
using system.threading.tasks;
using system.windows.forms;
using system.text;
string filepath = path.
getfullpath
(file.filename)
;string
lines = file.
readalllines
(filepath, system.text.encoding.default)
; list<
string
> list =
newlist
<
string
>()
;"\\"
+"liwujun.txt"
;foreach
(var line in lines)
return;}
///
/// 寫入記事本
///
/// 日誌內容
/// 檔案路徑(含檔名)
///
private
static
bool
writetxt
(string log,
string filepath)
// 當檔案不存在時建立檔案
if(file.
exists
(filepath)
==false
)// 寫入檔案內容
file.
(filepath, log +
"\r\n"
, encoding.default)
;return
true;}
catch}}
}
Scz的一些文件
2004 10 13 09 32 windows rootkit相關鏈結 2004 02 11 23 02 windows檔案系統驅動程式程式設計相關鏈結 2004 02 11 22 54 eeye的自認為值得收集的部分鏈結 2004 02 02 18 14 panic unix system cr...
ASIHttprequest的一些文件
一 取消非同步請求 有兩種方法發起非同步請求 request startasynchronous 或者把request放入佇列 包括nsoperationqueue和asinetworkqueue 要想取消請求,則使用 request cancel 需要注意,synchronous請求不可取消。取消...
利用Excel VBA處理文件
遇到如下格式的一篇word文件,格式混亂,不適合列印 由於沒有接觸過word vba,因此決定用excel vba來處理這篇文件。首先全選該文件的內容,貼上到excel文件中。然後建立乙個新的macro,修改該macro為以下 sub formatsheet formatsheet macro ma...