上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页
摘要: 1、在“控制面板\所有控制面板项\程序和功能” 打开windows如下功能:2、设置ISAPI和CGI限制3、设置处理程序映射 阅读全文
posted @ 2012-09-02 13:12 顿金 阅读(160) 评论(0) 推荐(0)
摘要: SELECT count(distinct imei) FROM [VPDB].[dbo].Stat_NochanelPage 阅读全文
posted @ 2012-08-28 16:58 顿金 阅读(240) 评论(0) 推荐(0)
摘要: DataTable idt = dt.Clone(); idt.Rows.Add(dt.Rows[i].ItemArray); 阅读全文
posted @ 2012-08-16 15:56 顿金 阅读(116) 评论(0) 推荐(0)
摘要: 写法一:(泛型委托)Func albumFunC = new Func(GetCacheObject);//泛型委托 object result =albumFunC("参数值");写法二:(泛型委托+超时机制) Func albumFunC = new Func(GetCacheObject);/... 阅读全文
posted @ 2012-08-10 12:46 顿金 阅读(232) 评论(0) 推荐(0)
摘要: --下面语句去掉where条件的话是所有的外键关系 select t1.* ,t2.name,t3.name from dbo.sysforeignkeys t1 left join sysobjects t2 on t1.fkeyid = t2.id left join sysobjects t3... 阅读全文
posted @ 2012-07-25 10:53 顿金 阅读(182) 评论(0) 推荐(0)
摘要: --取每个学科的前3条数据select * from ( select subject,name,score,ROW_NUMBER() over(PARTITION by subject order by @@identity) as num from #score) T where T.num <... 阅读全文
posted @ 2012-06-26 17:24 顿金 阅读(247) 评论(0) 推荐(0)
摘要: 使用符号$即可,例如:”=$A$2“则指定了A列的第2行的值,拖动也不会改变 阅读全文
posted @ 2012-06-25 09:57 顿金 阅读(416) 评论(0) 推荐(0)
摘要: UPDATEA set A.ImageID_list=F.AListImgIDFROM ProgramRelate A, #temp_rlt FWHERE A.PID=F.PAutoID 阅读全文
posted @ 2012-06-13 14:16 顿金 阅读(219) 评论(0) 推荐(0)
摘要: del /S /F /Q *.aspx.cs del /S /F /Q *.aspx.resxdel /S /F /Q *.ascx.cs 阅读全文
posted @ 2012-05-15 16:07 顿金 阅读(308) 评论(0) 推荐(0)
摘要: Sqlserver修改列时报错:解决方法:勾选去掉 阅读全文
posted @ 2012-04-13 15:46 顿金 阅读(139) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页