上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 28 下一页
摘要: // 有连接的列 if (!String.IsNullOrWhiteSpace(filedModel.C_SqlDetail)) { HyperLinkF... 阅读全文
posted @ 2014-12-30 16:40 王洪洪 阅读(204) 评论(0) 推荐(0) 编辑
摘要: select satisfy.STARTTIME,cc.C_CrmID,cc.C_Name ClientName,be.C_NAME,count(yskj.c_id) PhoneSum,sum(cast (satisfy.SATISFYCODE as int)) PointSum,sum(case ... 阅读全文
posted @ 2014-12-24 10:39 王洪洪 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 我们公司近一年来做了一个CRM系统。遇到一个问题就是:在插入交流记录的时候速度特别慢。(交流记录数据量大)后来我们经理采用文件组的方法,将客户交流记录这张表提出来就快很多了这里有一篇关于文件组的文章:简介 在SQL SERVER中,数据库在硬盘上的存储方式和普通文件在Windows中的存储方式没有什... 阅读全文
posted @ 2014-12-11 11:05 王洪洪 阅读(990) 评论(0) 推荐(0) 编辑
摘要: 效果图:代码: ... 阅读全文
posted @ 2014-10-20 09:14 王洪洪 阅读(426) 评论(0) 推荐(0) 编辑
摘要: SELECT * INTO #TempStudent FROM(SELECT id, ROW_NUMBER() OVER(ORDER BY id) RowNum FROM dbo.student) NewTUPDATE dbo.student SET score=#TempStudent.RowN... 阅读全文
posted @ 2014-08-15 10:02 王洪洪 阅读(1197) 评论(0) 推荐(0) 编辑
摘要: $('#btnAddr').tooltip({ content: $(''), //弹出收件地址 showEvent: 'mouseover', onUpdate: function (cc) { cc.... 阅读全文
posted @ 2014-08-04 18:10 王洪洪 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: javascript //查看角色所属用户 function roleuser(obj, id) { var C_ID = id; var Url = "/Sys/RoleUserName" + "/" + C_ID; ... 阅读全文
posted @ 2014-07-31 10:35 王洪洪 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 原文地址http://www.cnblogs.com/zhycyq/articles/2636748.html50种方法优化SQL Server数据库查询查询速度慢的原因很多,常见如下几种: 1、没有索引或者没有用到索引(这是查询慢最常见的问题,是程序设计的缺陷) 2、I/O吞吐量小,形... 阅读全文
posted @ 2014-07-29 16:01 王洪洪 阅读(250) 评论(0) 推荐(0) 编辑
摘要: " class="text-box single-line" style="width:108px;" /> 阅读全文
posted @ 2014-07-29 13:54 王洪洪 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Configuration config = WebConfigurationManager.OpenWebConfiguration("/"); ConfigurationSection appSettings = config.GetSection("appSettings... 阅读全文
posted @ 2014-07-29 10:58 王洪洪 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 28 下一页