摘要:
$lt $lte $gt $gte< 、 <= 、 > 、 >= 1、分组求和db.collection.aggregate([{$group : {_id : null, sum : {$sum : "$property"}}}])2、多层次分组求和db.collection.aggregate( 阅读全文
摘要:
一、下载安装git客户端windows版本 二、建立本地仓库文件夹 三、在本地仓库里右键点击Git Bash Here 四、初始化本地仓库 【git init】 执行之后仓库中会创建隐藏的文件夹.git 执行前确保当前仓库中没有.git(隐藏文件) 五、将该文件夹中所有的文件添加到本地仓库 【git 阅读全文