上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 198 下一页
摘要: $ sudo su - #切换为root用户 # yum install epel-release# yum install -y supervisor# systemctl enable supervisord # 开机自启动# systemctl start supervisord # 启动su 阅读全文
posted @ 2019-08-12 17:20 brady-wang 阅读(669) 评论(0) 推荐(0)
摘要: 1.下载mysql源安装包 shell> wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm 2.安装mysql源 shell> yum localinstall mysql57-community-rel 阅读全文
posted @ 2019-08-09 16:59 brady-wang 阅读(217) 评论(0) 推荐(0)
摘要: 版权声明:原创文章欢迎转载,不过要记得加出处哦 https://blog.csdn.net/wljk506/article/details/77146248 <!-- flowchart 箭头图标 勿删 --> supervisord 是Linux/Unix系统下的一个进程管理工具 风.foxisw 阅读全文
posted @ 2019-08-09 09:30 brady-wang 阅读(419) 评论(0) 推荐(0)
摘要: scp -P 22 E:/download/2028792_www.yeves.cn_nginx/cloud.pem root@ip:/usr/local/src 阅读全文
posted @ 2019-08-08 11:50 brady-wang 阅读(708) 评论(0) 推荐(0)
摘要: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] elasticsearch启动时遇到的错误 问题翻译过来就是:elasticsearch用户拥有的内存权限太小,至少 阅读全文
posted @ 2019-08-06 11:25 brady-wang 阅读(1497) 评论(0) 推荐(0)
摘要: 进入 config/ elasticsearch.ym 修改:network.host: 127.0.0.1 或者内网Ip 添加:http.host: 0.0.0.0 阅读全文
posted @ 2019-08-06 11:24 brady-wang 阅读(1405) 评论(0) 推荐(0)
摘要: 主题内新添加内容 _layout.swig 找到themes\next\layout\_layout.swig文件,添加内容:在<body>里添加: 1 2 3 <div class="bg_content"> <canvas id="canvas"></canvas> </div> 仍是该文件,在 阅读全文
posted @ 2019-08-05 17:53 brady-wang 阅读(2961) 评论(0) 推荐(0)
摘要: 给NexT主题内添加页面点击出现爱心的效果 创建js文件 在/themes/next/source/js/src下新建文件clicklove.js,接着把该链接下的代码拷贝粘贴到clicklove.js文件中。代码如下: 1 !function(e,t,a){function n(){c(".hea 阅读全文
posted @ 2019-08-05 17:53 brady-wang 阅读(752) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/adf65cbad393?utm_source=oschina-app <!-- flowchart 箭头图标 勿删 --> <!-- more --> 准备工作 github账号 node.js 环境搭建 git使用 markdown语法 环境搭 阅读全文
posted @ 2019-08-05 15:53 brady-wang 阅读(383) 评论(0) 推荐(0)
摘要: <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> <script src="https://unpkg.com/axios/dist/axios.min.js"></sc 阅读全文
posted @ 2019-08-05 11:33 brady-wang 阅读(352) 评论(0) 推荐(0)
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 198 下一页