上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页
摘要: mongodb官网原文: Collections to Support Sessions New in version 3.6. Starting in MongoDB 3.6, the config database contains the internal collections to sup 阅读全文
posted @ 2020-12-08 12:04 会飞的斧头 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 用户中心,1亿数据,架构如何设计? 来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/69959420/viewspace-2704837/ 本文较长,可提前收藏。用户中心,几乎是所有互联网公司,必备的子系统。随着数据量不断增加,吞吐量不断增大,用户中心的架构,该如何 阅读全文
posted @ 2020-12-03 11:36 会飞的斧头 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 命令: 查询指定字段 db.basePlayer.find({}, {_id:1}).pretty() 删除指定 id 的记录 db.basePlayer.remove({"_id": "436149874459672577_1051"}) 查询出一条记录 db.chunks.find().limi 阅读全文
posted @ 2020-11-05 10:35 会飞的斧头 阅读(271) 评论(0) 推荐(0) 编辑
摘要: JavaScript 弹窗 https://www.runoob.com/w3cnote/javascript-modals.html https://www.runoob.com/w3cnote/javascript-modals.html 阅读全文
posted @ 2020-10-20 20:22 会飞的斧头 阅读(87) 评论(0) 推荐(0) 编辑
摘要: docker run -d --hostname my-rabbit -p 7107:5672 -p 7108:15672 --name myrabbitmq rabbitmq:3.8.0-beta.4-management http://49.199.99.99:7108/ guest guest 阅读全文
posted @ 2020-10-14 12:27 会飞的斧头 阅读(91) 评论(0) 推荐(0) 编辑
摘要: echo "++++++ modify log_uid start ++++++" mysql -h$targetIp -uroot codex_log_operation -Bse "show tables;" \ | xargs -I "{}" mysql -h$targetIp -uroot 阅读全文
posted @ 2020-10-13 19:27 会飞的斧头 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 1、keys命令 redis-cli -h 127.0.0.1 -p 30000 keys "*" redis-cli -h 127.0.0.1 -p 30000 -n 0 keys "*" redis-cli -h 127.0.0.1 -p 30000 -n 1 keys "*" redis-cl 阅读全文
posted @ 2020-10-09 16:22 会飞的斧头 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1、源码安装luajit 下载luajit源码 http://luajit.org/download.html git clone https://luajit.org/git/luajit.git a. 以 LuaJIT-2.1.0-beta3.tar.gz 为例, 下载解压后进入 LuaJIT- 阅读全文
posted @ 2020-09-11 11:42 会飞的斧头 阅读(4176) 评论(0) 推荐(0) 编辑
摘要: xingchongs-MacBook-Pro-3:~ root# history 1 diskutil unmount /dev/disk2s5 2 kill -9 179 3 diskutil unmount /dev/disk2s5 4 df -lh 5 diskutil unmount /de 阅读全文
posted @ 2020-09-08 08:25 会飞的斧头 阅读(2500) 评论(0) 推荐(0) 编辑
摘要: Java8 添加了一个新的特性Function,顾名思义这一定是一个函数式的操作。我们知道Java8的最大特性就是函数式接口。所有标注了@FunctionalInterface注解的接口都是函数式接口,具体来说,所有标注了该注解的接口都将能用在lambda表达式上。 标注了@FunctionalIn 阅读全文
posted @ 2020-08-31 21:15 会飞的斧头 阅读(1003) 评论(0) 推荐(1) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 34 下一页