摘要: https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop 支持chome插件使用,同时支持exe直接打开。 阅读全文
posted @ 2018-09-13 10:58 abcyrf 阅读(4695) 评论(0) 推荐(0) 编辑
摘要: 参考文档: https://blog.csdn.net/qingyuanluofeng/article/details/44060533 静态资源配置参考: https://blog.csdn.net/nice_xp/article/details/70338683 依赖:python 2.4 64 阅读全文
posted @ 2018-09-13 10:37 abcyrf 阅读(258) 评论(0) 推荐(0) 编辑
摘要: https://www.xuebuyuan.com/zh hant/1547838.html 新建app,并添加到settings.py 在app下增加management包。 將以下代碼保存為文件runservercp.py,放到management/commands/runservercp.py 阅读全文
posted @ 2018-09-12 16:08 abcyrf 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/landeanfen/p/5007400.html bootstrap fileinput源码:https://github.com/kartik v/bootstrap fileinput bootstrap fileinput在线API:h 阅读全文
posted @ 2018-09-07 11:40 abcyrf 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 参考: https://github.com/vikas027/docker ratticdb https://github.com/tildaslash/RatticWeb 阅读全文
posted @ 2018-09-06 17:05 abcyrf 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 先安装vault,参考 https://hub.docker.com/_/vault/ 注意:不要安装开发版,否则后面goldfish相关的初始化会失败。 启动vault之后,浏览器访问http://ip:8200 ,j进行初始化,获得root token和key 在界面完成vault的unseal 阅读全文
posted @ 2018-09-06 10:05 abcyrf 阅读(297) 评论(0) 推荐(0) 编辑
摘要: docker run name=mysql p 3306:3306 e MYSQL_ROOT_PASSWORD=123456 v /var/lib/arangodb3/mysql:/var/lib/mysql v /etc/mysql/my.cnf:/etc/my.cnf d mysql:5.6.3 阅读全文
posted @ 2018-09-04 20:07 abcyrf 阅读(135) 评论(0) 推荐(0) 编辑
摘要: BHH0027PMNQXDQY0I BHH0027PM96L6HQCT BHH0027PMA5DZMYE8 BHH0027PMHF5QLHPJ BHH0027PMA1KUG01F 阅读全文
posted @ 2018-09-04 18:59 abcyrf 阅读(73) 评论(0) 推荐(0) 编辑
摘要: docker run d name zookeeper publish 2181:2181 volume /etc/localtime:/etc/localtime wurstmeister/zookeeper docker run d name kafka publish 9092:9092 li 阅读全文
posted @ 2018-08-28 19:08 abcyrf 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 使用docker安装 vi prometheus.yml global: scrape_interval: 15s By default, scrape targets every 15 seconds. Attach these labels to any time series or alert 阅读全文
posted @ 2018-08-28 19:03 abcyrf 阅读(131) 评论(0) 推荐(0) 编辑