問題解答集

2021-09-05 18:11:24 字數 1284 閱讀 2895

問題解答集目錄    1

修訂歷史紀錄    2

1 自動填寫並提交表單的方法    4

1.1 使用webclient    4

2 比較兩個檔案    5

3 開啟檔案和刪除檔案    5

5 如何使用相對路徑    6

6 建立資料夾    6

7 顯示月曆的顯示日期      6

// 要提交表單的uri字串。

string

uristring = "";

// 要提交的字串資料。

string

poststring = "username=user1&password=password1";

// 初始化webclient

webclient webclient = 

newwebclient();

// 將字串轉換成位元組陣列

byte

postdata = encoding.ascii.getbytes(poststring);

// 上傳資料,返回頁面的位元組陣列

byte

responsedata = webclient.uploaddata(uristring, "post", postdata);

// 返回的將位元組陣列轉換成字串(html)

string

srcstring = encoding.utf8.getstring(responsedata);

private bool  postwebrequest()        

while ((file1byte == file2byte) && (file1byte != -1));

開啟檔案

system.diagnostics.process.start(@路徑);

刪除檔案

system.io.file.delete(路徑);

//////

string: 檔名

///string: config檔案中的鍵名

///string: 相應的鍵值

public

void updateconfig(string strkey, string strvalue)

directory.createdirectory(路徑:\\資料夾名);

string strdate = monthcalendar1.selectionstart.tostring("yyyy-mm-dd");

問題解答集

編寫程式時,有時需要使用到測試檔案來測試程式的正確性,就需要在程式的專案目錄下新增測試檔案,以關聯程式 使以.test為字尾名的檔案關聯到記事本 為例,需要建立乙個.test檔案 這裡用haha.test 如圖1 1 圖1 1 選中haha.test,將 屬性 框中的 複製到輸出目錄 設成 始終複製...

問題解答集

問題解答集 1 目錄 2 問題解答 4 1.怎樣將string型別向boolean轉換的方法 4 2.怎樣獲取xml屬性名稱 4 3.資料庫及sql語句中關鍵字的使用 4 4.怎樣使用sql語句插入bit型資料 4 將string型變數轉換成boolean型變數的方法,使用convert.toboo...

問題解答集

編寫程式時,有時需要使用到測試檔案來測試程式的正確性,就需要在程式的專案目錄下新增測試檔案,以關聯程式 使以.test為字尾名的檔案關聯到記事本 為例,需要建立乙個.test檔案 這裡用haha.test 如圖1 1 圖1 1 選中haha.test,將 屬性 框中的 複製到輸出目錄 設成 始終複製...