C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
摘要: 快到2008年了,祝贺新年好运,又忙碌了一年 希望奥运会顺利,所有的中国人开了 明年能带来更大运气,更好的改编自己 阅读全文
posted @ 2008-06-25 23:19 王德田 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 明天进军杭州,给自己打打气,相信年底,满载而归,一路顺风 又是一个10 -12相信给自己带来好运 阅读全文
posted @ 2008-06-25 23:18 王德田 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 方便面现在吃都是奢侈品了,得定好目标抓紧赚钱了 阅读全文
posted @ 2008-06-25 23:17 王德田 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 今天无意间当了回大哥呵呵 阅读全文
posted @ 2008-06-25 23:15 王德田 阅读(139) 评论(0) 推荐(0) 编辑
摘要: alter proc Proc_UpdateInfomation(@C_ID varchar(50),@State int output) as begin declare @Tran varchar(50) set @State=0 begin tran @Tran delete from companyinfo where C_ID=@C_ID if @@error0 or @@rowcoun... 阅读全文
posted @ 2008-06-25 23:14 王德田 阅读(258) 评论(0) 推荐(0) 编辑
摘要: setTimeout 和 setInterval 的区别 2007-03-28 10:28 window对象有两个主要的定时方法,分别是setTimeout 和 setInteval 他们的语法基本上相同,但是完成的功能取有区别。 setTimeout方法是定时... 阅读全文
posted @ 2008-06-25 23:13 王德田 阅读(200) 评论(0) 推荐(0) 编辑
摘要: if(e.Item.ItemType==ListItemType.Pager) { lb = new LinkButton(); lb.Text="首页 "; e.Item.Controls[0].Controls.AddAt(0,lb); end = new LinkButton(); end.Text=" 末页"; e.I... 阅读全文
posted @ 2008-06-25 23:10 王德田 阅读(300) 评论(0) 推荐(0) 编辑
摘要: SqlConnection conn = new SqlConnection(); conn.ConnectionString = "data source=.;initial catalog=demo;user id=sa;password=sa"; SqlCommand cmd = new SqlCommand(); cm... 阅读全文
posted @ 2008-06-25 23:09 王德田 阅读(255) 评论(0) 推荐(0) 编辑
摘要: string dbpath = Server.MapPath("db/count.mdb"); DbAccess db = new DbAccess(dbpath); #region "添加" string url = Convert.ToString(Request.UrlReferrer); st... 阅读全文
posted @ 2008-06-25 23:08 王德田 阅读(714) 评论(0) 推荐(0) 编辑
摘要: function GetQueryString(name) ...{ var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); var r = window.location.search.substr(1).m... 阅读全文
posted @ 2008-06-25 23:02 王德田 阅读(227) 评论(0) 推荐(0) 编辑
摘要: vs2005工具条上选择工具里面的设备仿真器管理器,然后选中 pocket pc 2003 se 仿真程序, 右键点击插入底座, 最后刷新。ok 不行的话就重置一边在是一边就 o 了 阅读全文
posted @ 2008-06-25 23:01 王德田 阅读(514) 评论(0) 推荐(0) 编辑
摘要: Dim str() As String = "1,2,4".Split(",") '{"1", "2", "3"} For i As Integer = 0 To Me.CheckBoxList1.Items.Count - 1 For j As Integer = 0 To str.Length - 1 If str(... 阅读全文
posted @ 2008-06-25 22:59 王德田 阅读(262) 评论(0) 推荐(0) 编辑
摘要: sp_helptext '过程名称' 阅读全文
posted @ 2008-06-25 22:58 王德田 阅读(199) 评论(0) 推荐(0) 编辑
摘要: DataSet ds = new DataSet(); ds.ReadXml(Application.StartupPath.ToString() + "file://SystemConfig.xml/"); DataTable dtt = new DataTable(); dtt=ds.Tables[0].Clone()... 阅读全文
posted @ 2008-06-25 22:56 王德田 阅读(328) 评论(0) 推荐(0) 编辑
摘要: XmlDocument xdc = new XmlDocument(); xdc.Load(Server.MapPath("Web.config")); XmlNode root = xdc.SelectSingleNode("configuration/appSettings/add"); XmlElement xe = root as XmlElement; xe.Se... 阅读全文
posted @ 2008-06-25 22:54 王德田 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 有时侯在外闯荡真的很难 如何更好的适应家中的生活 青岛是个美丽的城市,高楼到处都是,租的房子在佳世客,房租很贵风景很美,五四广场就在我们周围,徒步10几分钟 五四 ,前面的香港中路是青岛最繁华的路路上高楼林立,坐落在福州路上 的国际金融中心,是香港路上一到亮丽的风景,沿香港路从麦岛到青岛大学,从青岛大学到香港花园,国际金融中心 佳世客,家乐福,青岛新闻中心,市政府,五四广场,湛山,太平角,八大观,... 阅读全文
posted @ 2008-06-25 22:53 王德田 阅读(202) 评论(0) 推荐(0) 编辑
摘要: function openWindow(url,width,height) { window.open(url,"_blank","height="+height+",width="+width+",top="+((screen.availHeight-height)/2)+",left="+((screen.availWidth-width)/2)+",to... 阅读全文
posted @ 2008-06-25 22:51 王德田 阅读(221) 评论(0) 推荐(0) 编辑
摘要: c# 生成model 层代码 测试版 阅读全文
posted @ 2008-06-25 22:50 王德田 阅读(833) 评论(0) 推荐(0) 编辑
摘要: 复制C#代码保存代码 using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; usi... 阅读全文
posted @ 2008-06-25 22:48 王德田 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 1. 正则表达式规则 1.1 普通字符 字母、数字、汉字、下划线、以及后边章节中没有特殊定义的标点符号,都是"普通字符"。表达式中的普通字符,在匹配一个字符串的时候,匹配与之相同的一个字符。 举例1:表达式 "c",在匹配字符串 "abcde" 时,匹配结果是:成功;匹配到的内容是:"c";匹配到的位置是:开始于2,结束于3。(注:下标从0开始还是从1开始,因当前编程语言的不同而... 阅读全文
posted @ 2008-06-25 22:42 王德田 阅读(525) 评论(0) 推荐(0) 编辑