上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 132 下一页

2021年8月3日

Systemd 入门教程:命令篇

摘要: https://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html Systemd 是 Linux 系统工具,用来启动守护进程,已成为大多数发行版的标准配置。 本文介绍它的基本用法,分为上下两篇。今天介绍它的主要命令,下一篇介 阅读全文

posted @ 2021-08-03 20:28 四海骄阳 阅读(215) 评论(0) 推荐(1)

2021年8月1日

Jenkins安装插件加速以及解决报错

摘要: --验证 https://blog.csdn.net/weixin_44978095/article/details/115341926 加速首先只需要在安装的时候,自定义选择一个localization:Chinese(Simplified)插件即可。然后按照下面的步骤加快更新速度。 选择右下角的 阅读全文

posted @ 2021-08-01 10:01 四海骄阳 阅读(219) 评论(0) 推荐(0)

Jenkins安装plugin

摘要: https://www.cnblogs.com/jiangu66/p/3202876.html --验证 手动下载需要安装的plugins。 下载地址:http://updates.jenkins-ci.org/download/plugins/ http://updates.jenkins-ci. 阅读全文

posted @ 2021-08-01 10:00 四海骄阳 阅读(637) 评论(0) 推荐(0)

2021年7月31日

jenkins常用插件汇总

摘要: https://www.cnblogs.com/linwenbin/p/10874068.html https://www.cnblogs.com/honeybee/p/7877875.html https://blog.csdn.net/weixin_43947499/article/detail 阅读全文

posted @ 2021-07-31 21:12 四海骄阳 阅读(2981) 评论(0) 推荐(0)

2021年7月29日

Jenkins

摘要: https://blog.csdn.net/xou6363/article/details/86623615 我的原因是任务的maven配置文件地址有误。 具体修改路径:jekins任务-配置-构建环境(build)-【高级】按钮:【 Settings file、Global Settings fi 阅读全文

posted @ 2021-07-29 09:42 四海骄阳 阅读(40) 评论(0) 推荐(0)

2021年7月23日

如何在Visual Studio中配置git

摘要: https://jingyan.baidu.com/article/3a2f7c2e05273926afd6118d.html 首先需要在windows系统下安装Git for windows软件,安装教程可以参考该引用经验。 0Win10下安装Git for windows 除了以上方法外,也可以 阅读全文

posted @ 2021-07-23 09:57 四海骄阳 阅读(3411) 评论(0) 推荐(0)

2021年7月16日

IP地址分类/IP地址10开头和172开头和192开头的区别/判断是否同一网段(A、B、C三类地址)【转】

摘要: https://www.cnblogs.com/duhuo/p/4253964.html 简单来说在公司或企业内部看到的就基本都是内网IP,ABC三类IP地址里的常见IP段。 每个IP地址都包含两部分,即网络号和主机号。 InterNIC将IP地址分为五类:A类保留给ZF或大型企业,B类分配给中等规 阅读全文

posted @ 2021-07-16 07:15 四海骄阳 阅读(1813) 评论(0) 推荐(0)

2021年7月14日

springmvc缓存--验证通过

摘要: --验证通过 --参考 prescription-web-weinan ehcache jar坐标 <dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>3.9.4</version 阅读全文

posted @ 2021-07-14 13:21 四海骄阳 阅读(147) 评论(0) 推荐(0)

2021年7月13日

使用nginx缓存服务器上的静态文件

摘要: https://www.cnblogs.com/walls/p/9017821.html https://blog.csdn.net/cup_chenyubo/article/details/102687861 https://blog.csdn.net/weixin_30871293/articl 阅读全文

posted @ 2021-07-13 13:28 四海骄阳 阅读(1453) 评论(0) 推荐(0)

使用nginx缓存服务器上的静态文件

摘要: #user nobody;worker_processes 4; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event 阅读全文

posted @ 2021-07-13 13:27 四海骄阳 阅读(97) 评论(0) 推荐(0)

上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 132 下一页

导航