---------------------- windows phone 7手機開發、.net培訓、期待與您交流! ------------------------
using system;
using system.collections.generic;
using system.componentmodel;
using system.data;
using system.drawing;
using system.linq;
using system.text;
using system.windows.forms;
using system.io;
using system.data.sqlclient;
namespace import_and_export
private readonly static string connstr = @"data source=.;initial catalog=employeesys;integrated security=true";
private void button1_click(object sender, eventargs e)
using (filestream fstream = file.openread(ofdimprt.filename))}}
}}messagebox.show("匯入成功!");}}
}---------------------- windows phone 7手機開發、.net培訓、期待與您交流! ----------------------詳細請檢視:
黑馬程式設計師 學習筆記
windows phone 7手機開發 net培訓 期待與您交流!filestream sqlconnection實現了idispose介面,用完需要被釋放掉 using sqlconnection conn new sqlconnection 用完被釋放掉了 當close後還可以再進行open,物...
黑馬程式設計師
asp.net android ios開發 net培訓 期待與您交流!map hashtable 底層是雜湊表資料結構,不可以存入null鍵和null值。該執行緒是同步的,jdk1.0出現,效率低。hashmap 底層是雜湊表資料結構,允許使用null鍵和null值。該集合執行緒是不同步的,將has...
黑馬程式設計師
1.了解反射 反射 就是通過class檔案物件,去使用該檔案中的成員變數,構造方法,成員方法。person p new person p.使用 要想這樣使用,首先你必須得到class檔案物件,其實也就是得到class類的物件。2.反射中的類 class類 成員變數 field類 構造方法 const...