MongoDB教程 http://www.runoob.com/mongodb/mongodb-window-install.html ...
分类:
数据库 时间:
2018-04-28 23:54:57
阅读次数:
282
ps -ef | grep php-fpm 查看php-fpm所有的进程 ps -ef | grep php-fpn.conf 查看配置所在路径 netstat -lntp 查看监听端口 listen/network/tcp/port tcp 0 0 0.0.0.0:801 0.0.0.0:* LI ...
分类:
Web程序 时间:
2018-04-26 13:23:21
阅读次数:
2869
MongoDB sort()方法 在MongoDB中使用使用sort()方法对数据进行排序,sort()方法可以通过参数指定排序的字段,并使用 1 和 -1 来指定排序的方式,其中 1 为升序排列,而-1是用于降序排列。 语法 sort()方法基本语法如下所示: db.COLLECTION_NAME ...
分类:
数据库 时间:
2018-04-22 00:58:47
阅读次数:
188
转载:https://www.cnblogs.com/wangshouchang/p/6130853.html 1建立本地文件夹 2mongod -dbpath=F:\Mongo\text2\data\data\r0 --port 28010 --replSet rs1/127.0.0.1:2801 ...
分类:
数据库 时间:
2018-04-20 13:30:35
阅读次数:
193
Priests of the Quetzalcoatl cult want to build a tower to represent a power of their god. Tower is usually made of power-charged rocks. It is built wi ...
分类:
其他好文 时间:
2018-04-19 21:50:14
阅读次数:
205
Twilightgod CUST http://blog.csdn.net/twilightgodAekdycoin FZU http://hi.baidu.com/aekdycoinForeverlin HNU http://hi.baidu.com/forverlin1204/blogMatri ...
分类:
其他好文 时间:
2018-04-12 22:18:39
阅读次数:
203
题目描述:LL今天心情特别好,因为他去买了一副扑克牌,发现里面居然有2个大王,2个小王(一副牌原本是54张^_^)...他随机从中抽出了5张牌,想测测自己的手气,看看能不能抽到顺子,如果抽到的话,他决定去买体育彩票,嘿嘿!!“红心A,黑桃3,小王,大王,方片5”,“Oh My God!”不是顺子.. ...
分类:
其他好文 时间:
2018-04-12 19:49:12
阅读次数:
208
MongoDB警告信息: 1. WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine 2. WARNING: Access control is not enabled ...
分类:
数据库 时间:
2018-04-12 13:39:22
阅读次数:
805
package 高蕊; import java.util.Scanner; public class Javav { public static int get_god(int n1,int n2) /*最大公约数*/ { int god=0; if(n1<n2)/*判断A和B的大小*/ { n1= ...
分类:
其他好文 时间:
2018-04-09 23:05:05
阅读次数:
210