2019年7月10日

Linux安装Jenkins

摘要: https://blog.csdn.net/junmoxi/article/details/86573141 阅读全文

posted @ 2019-07-10 20:11 小石头小祖宗 阅读(4) 评论(0) 推荐(0) 编辑

nodejs执行cmd、shell命令

摘要: var exec = require('child_process').exec; function execute(cmd){ exec(cmd, function(error, stdout, stderr) { if(error){ console.error(error); } else{ 阅读全文

posted @ 2019-07-10 14:57 小石头小祖宗 阅读(19) 评论(0) 推荐(0) 编辑

Linux软件安装中RPM与YUM 区别和联系 and常用命令

摘要: https://www.cnblogs.com/LiuChunfu/p/8052890.html 阅读全文

posted @ 2019-07-10 10:48 小石头小祖宗 阅读(5) 评论(0) 推荐(0) 编辑

linux安装redis并基本配置,redis教程

摘要: 教程:Redis 安装_w3cschool 修改配置文件redis.conf 设置对外访问ip:不限制ip 设置密码 设置为守护进程(linux需要,window系统不需要) 防火墙放开端口,自己百度去吧 阅读全文

posted @ 2019-07-10 09:45 小石头小祖宗 阅读(2) 评论(0) 推荐(0) 编辑

导航