上一页 1 2 3 4 5 6 ··· 35 下一页

2020年5月1日

chmod: changing permissions of 'xxx': Operation not permitted

摘要: 转自:https://www.cnblogs.com/cpl9412290130/p/11592803.html 众所周知,在linux系统中,权限最大的是root账号,但凡修改涉及到系统本身的重大权限的操作,都需要root的权限才能操作。但是有些时候也有root干不了的事情。比如:chmod: c 阅读全文

posted @ 2020-05-01 10:26 ziyi_ang 阅读(611) 评论(0) 推荐(0) 编辑

2020年4月30日

jenkins数据迁移和升级版本

摘要: 转自: https://blog.csdn.net/weixin_42976884/article/details/81704734 公司搭建了Jenkins作为自动构建的服务器(在window机器上,使用tomat启动),在使用过程可能会遇到迁移服务器上的数据,或者升级jenkins的版本,在此, 阅读全文

posted @ 2020-04-30 07:17 ziyi_ang 阅读(651) 评论(0) 推荐(0) 编辑

2020年3月28日

windows系统如何查看端口被占用、杀进程

摘要: 转自:https://jingyan.baidu.com/article/fdffd1f89a0c8af3e98ca10e.html 首先是启动windows的命令窗口,按键盘上的windows+R,然后在输入框中输入cmd,既可以启动命令窗口 进入windows命令窗口之后,输入命令,输入nets 阅读全文

posted @ 2020-03-28 11:05 ziyi_ang 阅读(113) 评论(0) 推荐(0) 编辑

idea激活

摘要: https://segmentfault.com/a/1190000021220727?utm_source=tag-newest 阅读全文

posted @ 2020-03-28 07:40 ziyi_ang 阅读(56) 评论(0) 推荐(0) 编辑

springboot的框架整理

摘要: 佳推荐: http://demo.ruoyi.vip/index 我找到的: https://github.com/stylefeng/Guns 阅读全文

posted @ 2020-03-28 07:19 ziyi_ang 阅读(101) 评论(0) 推荐(0) 编辑

2020年3月26日

Jenkins入门教程之自动构建部署SpringBoot项目(七)使用Jenkins自动部署SpringBoot项目

摘要: 转自:https://blog.csdn.net/zjh_746140129/article/details/80904876 附: Jenkins 自动化部署上线流程 阅读全文

posted @ 2020-03-26 13:30 ziyi_ang 阅读(35) 评论(0) 推荐(0) 编辑

2020年3月20日

centos下搭建Jenkins持续集成环境(安装jenkins)

摘要: 转自:https://www.cnblogs.com/loveyouyou616/p/8714544.html centos下搭建Jenkins持续集成环境(安装jenkins) 1、安装JDK yum install -y java 2、安装jenkins 添加Jenkins库到yum库,Jenk 阅读全文

posted @ 2020-03-20 06:42 ziyi_ang 阅读(146) 评论(0) 推荐(0) 编辑

2020年3月19日

docker安装jenkins最新版本

摘要: 转自:https://www.jianshu.com/p/12c9a9654f83 1.pull一个jenkins镜像 docker pull jenkins/jenkins:lts; 这个是安装最新版的jenkins,如果安装旧版本,很多插件安装不上,docker环境下升级又比较麻烦。 image 阅读全文

posted @ 2020-03-19 21:28 ziyi_ang 阅读(1409) 评论(0) 推荐(0) 编辑

2020年3月18日

统计MySQL数据库硬盘占用量大小

摘要: 转自: https://www.cnblogs.com/LingCoder/p/10830795.html select TABLE_NAME, concat(truncate(data_length/1024/1024,2),' MB') as data_size, concat(truncate 阅读全文

posted @ 2020-03-18 13:50 ziyi_ang 阅读(192) 评论(0) 推荐(0) 编辑

2020年2月16日

MySql触发器对同表更新

摘要: 转自https://blog.csdn.net/lihua5419/article/details/83622803 触发器初始结构: DELIMITER $$ CREATE TRIGGER `数据库名`.`触发器名` BEFORE/AFTER INSERT/UPDATE/DELETE ON `数据 阅读全文

posted @ 2020-02-16 12:40 ziyi_ang 阅读(2758) 评论(0) 推荐(1) 编辑

上一页 1 2 3 4 5 6 ··· 35 下一页

导航