新增**:
static string connstring = "server=net2-15//net2;database=bms;uid=sa;pwd=server";
sqlconnection myconn = new sqlconnection(connstring);
protected void page_load(object sender, eventargs e)
}private void showall()
myconn.close();
protected void button1_click(object sender, eventargs e)
myconn.close();}}
刪除**:
string sql = "delete from customer ";
if (textbox2.text.tostring().trim() != null && textbox2.text != string.empty)
sql = sql + "where customid=" + textbox2.text.tostring().trim();
sqlcommand mycomm = new sqlcommand(sql, myconn);
if (myconn.state == connectionstate.closed)
myconn.open();
int count = 0;
count=(int)mycomm.executenonquery();
response.write("
+count.tostring()+"
");myconn.close();
showall();
第一次做Blog
第一次做blog,心情自然有點激動,同時又有點擔心別人說我菜.唉,其實我接觸電腦都很多年了,但平時網上發文灌水少吧,自己又懶,有些鬱悶或不愉快的事不喜歡動筆發洩,憋著真的挺不舒服的.好象說的沒什麼邏輯啊,沒關係啦,隨感嘛 閒來無事,有沒人能找我吹吹水?其實我覺得自己還挺搞笑的,只不過不善於與人打交道...
第一次做BFS
hdu2717 include include include includeusing namespace std int vis 200010 int d 200010 int n,k void bfs int x else else if vis nx nx 100005 nx 0 if nx...
第一次做蝦
昨天去買了一斤蝦,有點多,而且感覺好貴,35一斤。分兩次弄,第一次是炸蝦,第二次是炒蝦。1.買的活蝦,想著先怎麼把它們弄s。於是就用熱水燙一下。然後把蝦頭蝦尾 蝦中間的那條腸子去掉,去殼。弄了好久。2.加了一勺鹽,加了一勺五香粉,醃了一小時 3.熱油,開始炸,每只蝦滾一層玉公尺澱粉,再在打好的雞蛋液...