摘要: docker 安装 otter 流程及优化 docker安装过程中与github上说明略有不同,其中遇到的问题和解决方法予以记录。 1. 远程拉取 docker pull canal/otter-all 此过程下载比较慢,可以修改配置,切换到其他morrior下载,速度会提升很多。 详细可参见我的另 阅读全文
posted @ 2020-08-11 16:23 June30 阅读(1882) 评论(0) 推荐(0) 编辑
摘要: Docker的常见问题 1. Docker镜像下载太慢的问题 解决方案: 添加Docker配置文件daemon.json的"registry-mirrors": (1) vi /etc/docker/daemon.json { "registry-mirrors":["https://almtd3f 阅读全文
posted @ 2020-08-11 09:56 June30 阅读(601) 评论(0) 推荐(0) 编辑
摘要: Goreplay 介绍 GoReplay是一个开源的网络监控工具,它可以记录你的实时流量,并用于跟踪、负载测试、监控和详细分析。 GoReplay提供了一种unique approach for shadowing方式:GoReplay不是以代理形式,而是监听网络接口上的流量,不需要对生产基础设施进 阅读全文
posted @ 2020-07-15 14:10 June30 阅读(4338) 评论(0) 推荐(0) 编辑
摘要: 1. 具备Lua编译器的基本功能 2. 可以断点调试 参考资料: 1.IntelliJ IDEA IDEA破解注册: a. 官方下载地址: https://www.jetbrains.com/idea/download/previous.html b. 破解网址: http://idea.lanyu 阅读全文
posted @ 2018-09-27 12:07 June30 阅读(699) 评论(0) 推荐(0) 编辑
摘要: 一. 安装依赖库 1. yum install gettext unzip readline-devel 2. 安装autoconf wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz tar -zxvf autoconf-2.69.t 阅读全文
posted @ 2018-09-13 23:08 June30 阅读(2678) 评论(0) 推荐(1) 编辑
摘要: 1. 隐藏左侧文件目录列表的".meta"文件 在"首选项" -> "设置-用户" -> 添加一行:"file_exclude_patterns": ["*.meta"], 阅读全文
posted @ 2018-07-02 10:05 June30 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1. 目录结构(1) Config(2) Plugins(3) Resource(4) Script(5) StreamingAssets(6) UnityVS(7) XLua(8) DOC(9) SCENE Assets _ |_ Resource (资源) (AssetsPackage -> 资 阅读全文
posted @ 2018-06-30 20:35 June30 阅读(276) 评论(0) 推荐(0) 编辑
摘要: mark 阅读全文
posted @ 2018-03-21 22:46 June30 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 一 安装samba服务: yum install -y samba samba-client 安装完成后可以采用下面命令查看: rpm -qa samba #qa为(query all)的缩写 二 配置文件/etc/samba/smb.conf: vim /etc/samba/smb.conf 找到 阅读全文
posted @ 2018-01-24 23:24 June30 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 在输入sudo npm install ... 出现sudo: npm:command not found的报错提示的解决办法: 建立软链 阅读全文
posted @ 2018-01-24 22:40 June30 阅读(2477) 评论(0) 推荐(0) 编辑