--按半年分组查询数据SELECT SUM(CONVERT(DECIMAL(18,2),TradeArea)) SumArea,SUM(convert(decimal(18,2),TradeTotalPrice)) SumPrice,COUNT(KeyId) AS HouserNumber,LEFT ...
分类:
数据库 时间:
2018-06-14 15:05:41
阅读次数:
270
前提条件:安装iis的电脑 准备条件: 1.下载iisnode 地址https://github.com/tjanczuk/iisnode/wiki/iisnode-releases 安装 2.下载URL Rewrite 地址http://www.iis.net/downloads/microsof ...
分类:
Web程序 时间:
2018-06-11 18:54:06
阅读次数:
396
例:MySQL方言配置 <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property> ...
分类:
Web程序 时间:
2018-06-10 15:05:59
阅读次数:
179
题目描述: Suppose you have a long flowerbed in which some of the plots are planted and some are not. However, flowers cannot be planted in adjacent plots ...
分类:
其他好文 时间:
2018-06-09 19:51:24
阅读次数:
171
#include #include //进程快照函数头文件 #include bool getProcess(const char *procressName) //此函数进程名不区分大小写 { char pName[MAX_PATH]; //和PROCESSENTRY32结构体中的... ...
分类:
编程语言 时间:
2018-06-09 11:35:23
阅读次数:
359
授权db.auth('spec','pDj0Xwz7exD_');show collections; db.runCommand( { shardcollection : "market-data-temp.KLine",key : {"code" : 1,"period":1,"barTime": ...
分类:
数据库 时间:
2018-06-08 21:55:13
阅读次数:
213
PS D:\VS-workpase\maishou-c> npm install node-sass@latest > node-sass@4.9.0 install D:\VS-workpase\maishou-c\node_modules\node-sass> node scripts/inst ...
分类:
其他好文 时间:
2018-06-08 14:33:37
阅读次数:
770
redis配置详解 ##redis配置详解 # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file ...
分类:
其他好文 时间:
2018-06-06 21:40:47
阅读次数:
183
private function _getAllDep(){ $rsDp = DB::table('department') ->orderBy('dep_no', 'asc') ->get() ->toArray(); return $rsDp; } public function getTree... ...
分类:
编程语言 时间:
2018-06-06 15:52:57
阅读次数:
133
1、sed 三剑客老二 擅长取行 查找替换 -n '从哪里来,到哪里去p' 取消默认输出 -i 修改文件内容 sg 查找替换 s查找 g全局/全部查找替换 -n 取消默认输出 sed默认输出整个文件的内容 2、awk 三剑客老大 擅长取列 NR 表示行号 && 并且 数字 取文件中的第几列 $0 取 ...
分类:
系统相关 时间:
2018-06-06 10:52:13
阅读次数:
355