随笔分类 -  ASP.NET

摘要:/// /// 执行update, insert,delete 语句, 不返回结果集,(类型化参数) /// /// 连接字符串 /// 待执行的sql语句 /// 如果成功执行,返回受影响的行数, 如果执行失败, 返回错误信息 /// 传递给查询的参数 /// 成功执行返回true, 否则返回false public static bool ExecSql(string connStrin... 阅读全文
posted @ 2018-12-10 11:31 joesphos
摘要:一、名词解释 .NET将多线程功能定义在System.Threading命名空间中,所以要使用多线程必须先声明引用这个命名空间:using System.Threading;这个命名空间提供进行多线程编程的类和接口。 1,启动线程 顾名思义,“启动线程”就是新建并启动一个线程的意思 线程的创建有3中 阅读全文
posted @ 2016-10-10 14:52 joesphos
摘要:转载自:http://www.regexlib.com/cheatsheet.htm?AspxAutoDetectCookieSupport=1 Metacharacters Defined Metacharacter Examples Character Escapes http://tinyur 阅读全文
posted @ 2016-09-27 16:31 joesphos
摘要:ps:曾经靠着这张图做了很多的图形报表 阅读全文
posted @ 2016-09-18 09:07 joesphos
摘要:“RadioButtonList”控件表示一个封装了一组单选按钮控件的列表控件。 可以使用两种类型的 ASP.NET 控件将单选按钮添加到网页上:各个“RadioButton”控件或一个“RadioButtonList”控件。这两类控件都允许用户从一小组互相排斥的预定义选项中进行选择。使用这些控件, 阅读全文
posted @ 2016-06-28 11:25 joesphos
摘要:public gridview datagrid2gridview(datagrid dg) { gridview gv = new gridview(); foreach(var p in dg.columns) { if(p is boundcolumn) { boundcolumn dgc = 阅读全文
posted @ 2016-03-04 12:05 joesphos
摘要:Collect the answers,interested friends from research。1,Interface and Abstract difference?2,Generic type' s 'where' keyword?3,What's the kind of wcf bi... 阅读全文
posted @ 2014-11-13 09:37 joesphos

如果您认为这篇文章还不错或者有所收获,您可以打赏点哦,多多少少没关系,一分一毫也是对我的支持和鼓励。谢谢您!