上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页
摘要: conflic:冲突 例如:continue on confilic:忽略冲突 scope:范围 例如:transaction scope 事务范围 阅读全文
posted @ 2008-09-06 20:38 kuailewangzi1212 阅读(380) 评论(55) 推荐(0) 编辑
摘要: //迭代器的定义 public class MyCollection:System.Collections.IEnumerable { string[] item = {"CCC","AAAA","BBBB","DDDDD" }; public IEnumerator GetEnumerator() { for ... 阅读全文
posted @ 2008-09-06 11:50 kuailewangzi1212 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 9.0---->8.0 print.printername="" print.canusedefaultprinter=yes print.cliptext=no print.overrideprintjob=no hidegrayline=no encodeselflinkargs="1" export.xml(headgroups="1" includewhitespace="0" metad... 阅读全文
posted @ 2008-08-26 10:39 kuailewangzi1212 阅读(293) 评论(0) 推荐(0) 编辑
摘要: SELECT * from ::fn_dblog (null, null) 阅读全文
posted @ 2008-08-22 16:34 kuailewangzi1212 阅读(187) 评论(0) 推荐(0) 编辑
摘要: /*private static Hashtable ddlCache = Hashtable.Synchronized(new Hashtable()); string strRtn = ddlCache[str_key].ToString(); if(strRtn==null) { 生成strRtn ... 阅读全文
posted @ 2008-08-07 15:47 kuailewangzi1212 阅读(437) 评论(0) 推荐(0) 编辑
摘要: ls_sql=" select isnull(sum(sale_q),0),isnull(sum(tax_sale_a),0) " ls_sql+="from article_sale_da a,article b " ls_sql+="where a.aid=b.aid and segregate_id in "+ls_fw+" and dt>='"+ls_dt3+"' and dt<=... 阅读全文
posted @ 2008-08-05 18:54 kuailewangzi1212 阅读(1040) 评论(0) 推荐(0) 编辑
摘要: 1、源代码中类的关系: 类AA从Ext.Panel中继承 类BB从AA中继承 类CC从BB中继承 2、问题描述 a、第一次点击按钮open打开“查询”窗口时,点击第一列用户名的第一行“mxh”,则此处变为可编辑,如图 b、然后点击“关闭” c、在不... 阅读全文
posted @ 2008-08-01 19:54 kuailewangzi1212 阅读(137) 评论(5) 推荐(0) 编辑
摘要: date ldt_s_day,ldt_e_day int day1[7] ={-4,-5,-6,0,-1,-2,-3} int day2[7] ={2,1,0,6,5,4,3} ldt_s_day = RelativeDate(ldt_day ,day1[DayNumber(ldt_day)]) ldt_e_day = RelativeDate(ldt_day ,day2[DayNumber(... 阅读全文
posted @ 2008-07-31 14:50 kuailewangzi1212 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Ext.onReady( //Store的创建步骤 function() { //------------------------------------------------------------------------ //定义Record var User=Ext.data.Record.create( [ ... 阅读全文
posted @ 2008-07-30 18:33 kuailewangzi1212 阅读(249) 评论(0) 推荐(0) 编辑
摘要: SuperClass=function() { } SuperClass.prototype.AA=function() { alert('aa'); } SubClass=function() { ... 阅读全文
posted @ 2008-07-24 19:56 kuailewangzi1212 阅读(598) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页