02 2009 档案
摘要:创建第一个COM+,Enterprise Service,JITA
阅读全文
摘要:The ASP Column: HTTP Modules
阅读全文
摘要:*/ ---------------------------------------------- declare @ID nvarchar(20); --定义变量来保存ID号 declare @DATE DATETIME; DECLARE @DFD NVARCHAR(200); --定义变量来保存值 SET @DFD=''; declare mycursor cursor ...
阅读全文
摘要:比如现在有一人员表 (表名:peosons) 若想将姓名、身份证号、住址这三个字段完全相同的记录查询出来 select p1.* from persons p1,persons p2 where p1.idp2.id and p1.cardid = p2.cardid and p1.pname = p2.pname and p...
阅读全文
摘要:HttpRuntime.AppDomainAppVirtualPath : 项目虚拟路径 HttpRuntime.AppDomainAppPath : 项目物理路径 HttpRuntime.BinDirectory : BIN目录物理路径 HttpRuntime.ClrInstallDirectory : CLR安装路径(可以用来获取CLR版本号)
阅读全文
摘要:真的是非常强大的工具,把它收入我的工具箱了! Page html代码: Untitled Page Page cs代码: using System; using System.Threading; using System.Security.Permissions; using...
阅读全文
摘要:"Operation must use an updateable ",This error occus when I want to update excel using sql. I found many topics which are all about permisson. But my problem is quite different. If you cannot walk aro...
阅读全文
摘要:Concurrency violation: the DeleteCommand affected 0,一个解决dataset并发删除冲突的方法
阅读全文

浙公网安备 33010602011771号