上一页 1 2 3 4 5 6 7 ··· 43 下一页
摘要: HttpContext.Current.Session["ID"] == null public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Session["Name"] ... 阅读全文
posted @ 2009-03-28 14:37 许晓光 阅读(560) 评论(0) 推荐(0) 编辑
摘要: /* Alter a table */ ALTER TABLE tbl_tem_ccp DROP CONSTRAINT PK__tbl_tem_ccp__7C8480AE-- identity(1,1) ALTER TABLE tbl_tem_ccp DROP COLUMN ins_id ALTER TABLE tbl_tem_ccp ADD ins_id int not null pr... 阅读全文
posted @ 2009-03-27 11:33 许晓光 阅读(282) 评论(0) 推荐(0) 编辑
摘要: using System.Linq; using System.Data.Linq; protected void Button1_Click(object sender, System.EventArgs e) { DataClasses1DataContext orm = new DataClasses1DataContext(); ... 阅读全文
posted @ 2009-03-27 11:31 许晓光 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 当用excel 2007打开excel的以前版本,会遇到这个问题。解决方法如下 : the option Nothing (hide objects) is selected under the For objects, show section in the Excel Options dialog box. This is a known bug in Microsoft Office Exc... 阅读全文
posted @ 2009-03-24 15:11 许晓光 阅读(5284) 评论(0) 推荐(0) 编辑
摘要: Query Analyzer Execution plan. 阅读全文
posted @ 2009-03-20 11:36 许晓光 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 CREATE TABLE #TMP_TEST 2 ( 3 E_ID INT, 4 M_ID INT, 5 AMT INT 6 ) 7 8 INSERT ... 阅读全文
posted @ 2009-02-25 17:39 许晓光 阅读(132) 评论(0) 推荐(0) 编辑
摘要: set rowcount 1 select * from #aa 阅读全文
posted @ 2009-02-25 10:57 许晓光 阅读(252) 评论(0) 推荐(0) 编辑
摘要: IF EXIST (SELECT 1 FROM TABLE) 阅读全文
posted @ 2009-02-23 10:42 许晓光 阅读(322) 评论(0) 推荐(0) 编辑
摘要: Web client software factory 阅读全文
posted @ 2009-02-03 10:04 许晓光 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 吃晚饭 后 时候那个网 ! 阅读全文
posted @ 2009-01-29 18:56 许晓光 阅读(126) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 43 下一页