上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: 1, Apache HTTP Server(简称Apache)是Apache软件基金会的一个开放源码的网页服务器; PHP中使用的Web服务器;类似于Net中的IIS; 2,代表一个组织;这个组织支持开发过很多类库 ; 阅读全文
posted @ 2016-11-06 19:49 Coding_Yong 阅读(134) 评论(0) 推荐(0) 编辑
摘要: sc:services change 2,修改服务启动类型: sc config 服务名称 start=空格auto|等等 3,创建服务: sc create 服务名称 binPath=空格"绝对路径" start= auto 阅读全文
posted @ 2016-06-29 10:58 Coding_Yong 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 例如: var sums = modellist .GroupBy(x => x.userId) .Select(group => new { Peo = group.Key, fist = group.First() }).ToList(); 解析: GroupBy后面用Select; 则:循环每 阅读全文
posted @ 2016-05-03 15:57 Coding_Yong 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 个性化 数据 存储到 每个人身上。 阅读全文
posted @ 2015-11-23 16:38 Coding_Yong 阅读(225) 评论(0) 推荐(0) 编辑
摘要: /// /// 判断是否是周六,周天 /// /// /// /// /// private static bool Whether_Weekend(int y, int m, int d... 阅读全文
posted @ 2015-10-29 16:59 Coding_Yong 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-02 10:26 Coding_Yong 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://blog.csdn.net/snowshinoy/article/details/6951352 调试 附加到: nunit-agent.exe进程; 阅读全文
posted @ 2015-08-25 19:18 Coding_Yong 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 低效Index Scan(索引扫描):就全扫描索引(包括根页,中间页和叶级页):高效Index Seek(索引查找):通过索引向前和向后搜索 :解释解释indexseek和indexscan:索引是一颗B树,indexseek是查找从B树的根节点开始,一级一级找到目标行。indexscan则是从左到... 阅读全文
posted @ 2015-08-18 15:39 Coding_Yong 阅读(984) 评论(0) 推荐(0) 编辑
摘要: [SQL基础]统计信息解释在平时优化SQL的时候,最长用的就是:SET STATISTICS ON,它可以用来查看我们写的查询语句到底性能如何,不过,究竟这个性能的指标是怎么样的呢?首先需要明白的,就是各项数据的意义。以下解释来自MSDN(点击查看)输出项含义Table表的名称。... 阅读全文
posted @ 2015-08-18 15:11 Coding_Yong 阅读(278) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/SameZhao/p/4737725.html 阅读全文
posted @ 2015-08-18 14:53 Coding_Yong 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页