伊谢尔伦
浏览量6344 | 粉丝173 | 关注2
2017-04-27 09:02:42
2017-04-27 09:02:38
mongodb 内嵌文档查询
使用这个查询,为什么还是返回了内嵌文档所以的数据db.user.find({"_id":101,"subHobbys._id":4}) 这个是返回的数据结构:{ {代码...} }
0
1
677
2017-04-27 09:02:36
2017-04-27 09:02:32
redis 不能写数据了
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. 提升上面的这个错误 不知道为什么 我找了很多答案 网上的朋友提示这样:config set stop-writes-on-bgsave-...
0
5
1638
2017-04-27 09:02:31
2017-04-27 09:02:22
2017-04-27 09:02:20
2017-04-27 09:01:47
iptables - docker无法指定容器相连
docker配置: {代码...} 先起一个web主机:docker run -d --name web -p 8080:80 php-fpm:5.4 再起一个test主机测试连接:docker run -dit --name test --link web:web blackhole/ubuntu:0.1 bash 查看iptables f...
0
3
1102
2017-04-27 09:01:43
2017-04-26 09:01:50