08 2010 档案

摘要:[代码] 阅读全文
posted @ 2010-08-21 11:06 ForFreeDom 阅读(287) 评论(1) 推荐(0)
摘要:string i = @"Live for nothing,die for something";//多行 Regex r3 = new Regex("^Live for nothing,\r\ndie for something$"); Console.WriteLine("r3 match count:" + r3.Matches(i).Count);//1 Regex r8 = new Re... 阅读全文
posted @ 2010-08-07 17:22 ForFreeDom 阅读(798) 评论(0) 推荐(0)
摘要:jQuery("#list2").jqGrid({ url: 'GetContent.aspx', datatype: "json", colNames: ['分行', '姓名', '带看数量', '委托数量', '行程时间', '操作时间', '操作员'], colModel: [{ name: 'deptid', index: 'deptid',//排序时向服务器传的参数,即sidx editable: true,//该列是否可修改, edittype: "select",//修改时DOM元素的类型 stype: "select",//查找时dom元素的类型。 edit 阅读全文
posted @ 2010-08-05 11:57 ForFreeDom 阅读(2454) 评论(0) 推荐(0)