我的天空

sasa

导航

2008年2月25日 #

層的推拉

摘要: 層的推拉 dddd 阅读全文

posted @ 2008-02-25 15:53 By xin 阅读(151) 评论(0) 推荐(0)

2008年2月22日 #

DB back up

摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts... 阅读全文

posted @ 2008-02-22 09:32 By xin 阅读(291) 评论(0) 推荐(0)

2008年2月15日 #

message

摘要: private void button1_Click(object sender, EventArgs e) { byte[] bBuffer = System.Text.Encoding.Unicode.GetBytes(textBox2.Text); int nRet = NetMessageBufferSend(... 阅读全文

posted @ 2008-02-15 15:25 By xin 阅读(164) 评论(0) 推荐(0)

diedai

摘要: private void button1_Click(object sender, EventArgs e) { label1.Text = a(30).ToString(); } private static int a(int n) { if (n < 3) ret... 阅读全文

posted @ 2008-02-15 10:04 By xin 阅读(192) 评论(0) 推荐(0)

2008年1月22日 #

js

摘要: 阅读全文

posted @ 2008-01-22 16:53 By xin 阅读(117) 评论(0) 推荐(0)

2007年12月19日 #

using datareader

摘要: using (SqlDataReader findtono= new SqlCommand(sqlstr, connection).ExecuteReader()) { hastono=findtono.HasRows; ... 阅读全文

posted @ 2007-12-19 10:08 By xin 阅读(198) 评论(0) 推荐(0)

2007年12月18日 #

hdf using

摘要: tb_preenddate.Text = DateTime.Now.ToString().Split(" ".ToCharArray())[0].ToString(); ... 阅读全文

posted @ 2007-12-18 15:34 By xin 阅读(172) 评论(0) 推荐(0)

2007年12月13日 #

oracle 單引號

摘要: update irm_computer set monitor=replace(monitor,'''','"') 阅读全文

posted @ 2007-12-13 10:50 By xin 阅读(229) 评论(0) 推荐(0)

2007年12月12日 #

Linq

摘要: using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.W... 阅读全文

posted @ 2007-12-12 11:35 By xin 阅读(214) 评论(0) 推荐(0)

2007年12月11日 #

SQL CASE 语句

摘要: backtype = case a.backtype when '1' then '换货物' when '2' then '退钱' end, 阅读全文

posted @ 2007-12-11 22:43 By xin 阅读(170) 评论(0) 推荐(0)