C Lee 公共類庫

2021-09-08 18:01:14 字數 3319 閱讀 9253

using

system;

using

system.io;

using

system.net;

using

system.security.cryptography;

using

system.text;

using

system.web;

using

cy.commonlibrary.common;

namespace

lee

return

false

; }

#endregion

//////

send_傳送post請求

/// ///

//////

public

static

string send_傳送post請求(string vserverpage, string

vpostdata)

#region

catch

(exception)

//傳送請求

datastream.write(dataarray, 0

, dataarray.length);

datastream.close();

//讀取返回訊息

string res = string

.empty;

try

catch

(exception ex)

return

res;

}#endregion

//////

send_傳送get請求

/// ///

///public

static

string send_傳送get請求(string

url)

#region

catch

(exception ex)

return

str;

}#endregion

//////

傳送一張笑臉

/// public

static

void send_smiling_face(string

str)

#region

#endregion

//////

傳送一張哭臉

/// ///

public

static

str)

#region

#endregion

//////

維護中

/// public

static

void

send_repair()

#region

}#endregion

//////

網頁彈出框

/// ///

public

static

void alert(object

obj)

#region

#endregion

//////

網頁彈出框

/// ///

public

static

void alert_back(object

obj)

#region

#endregion

//////

網頁彈出框

/// ///

public

static

void alert_href(object obj, string

url)

#region

#endregion

//////

在控制台列印出資料

/// ///

public

static

void log_console(object

obj)

#region

#endregion

//////

列印

/// ///

public

static

void print(object

obj)

#region

#endregion

//////

輸出,不換行,使用完直接結束

/// ///

public

static

void echo(object

obj)

#region

#endregion

//////

列印,帶換行

/// ///

public

static

void println(object

obj)

#region

#endregion

//////

結束網頁輸出

/// public

static

void

end()

#region

#endregion

//////

清除網頁輸出

/// public

static

void

clear()

#region

#endregion

//////

ase_128_ecb_無填充_64base_加密函式

/// ///

要加密的內容

///一定要16位的金鑰

///加密的字串(位元組)

public

static

byte func_aes128加密(string content, string

key)

#region

#endregion

//////

ase_128_ecb_無填充_64base_解密函式

/// ///

密串(位元組)

///金鑰(位元組)

///解密後的字串

public

static

byte func_aes128解密(byte content, byte

keyarray)

#region

#endregion

}}

編寫資料庫公共類

才開始接觸資料庫的人在碰到資料庫的操作時,通常是乙個直接在事件中書寫關於資料庫操作的 也許他也隱隱約約的覺得應該把這些很多地方相似的操作和公共方法放在乙個地方方便執行,接下來要說的就是公共類的編寫。我準備編寫乙個sqlhelper類來執行各種資料庫操作和方法,在過程中可能有各種不同的寫法。主要包括5...

LINQ to SQL公共基類

linq是visual studio 2008中提供的一系列新特性,用以擴充套件c 或者visual basic語言,提供了強有力的查詢能力。作為linq的組成部分,linq to sql提供了將關係資料作為物件處理的執行時架構。從某種程度上說,它相當於是微軟提供的類似於nhibernate和cas...

LINQ to SQL公共基類

linq是visual studio 2008中提供的一系列新特性,用以擴充套件c 或者visual basic語言,提供了強有力的查詢能力。作為linq的組成部分,linq to sql提供了將關係資料作為物件處理的執行時架構。從某種程度上說,它相當於是微軟提供的類似於nhibernate和cas...