随笔 - 657  文章 - 4  评论 - 213  阅读 - 432万
02 2009 档案
同时Update多条记录
摘要:Update Table_1 Set UserName=Table_2.UserName From Table_2,Table_1 Where Table_2.UserCode=Table_1.UserCode 条件:UserCode 为主键 阅读全文
posted @ 2009-02-27 20:28 一路前行 阅读(1532) 评论(0) 推荐(0) 编辑
C#带参数的线程
摘要:一、带一个参数Thread thrd = new Thread (new ParameterizedThreadStart(StartWriteToText));thrd.Start (strParameter);static void StartWriteToText(object objParameter){// ....} private static void StartThreadWri... 阅读全文
posted @ 2009-02-19 20:44 一路前行 阅读(950) 评论(0) 推荐(1) 编辑
Ext生成GridView的CodeSmith模板
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Author: sunfishlu Description: --%> /**//** * @author sunfish */ var storeMain = new Ext.... 阅读全文
posted @ 2009-02-18 13:36 一路前行 阅读(869) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示