上一页 1 2 3 4 5 6 7 ··· 41 下一页

2020年11月27日

IDEA安装代码统计插件Statistic后左下角图标出不来

摘要: 按正常流程安装的话,左上角File -> Settings -> Plugins -> Marketplace -> 在搜索框中输入Statistic -> 在搜索结果中点击Statistic插件下的Install按钮 -> 点击Restart IDE按钮重启IDEA后,按理坐下角应该有一个Stat 阅读全文

posted @ 2020-11-27 10:34 不想下火车的人 阅读(1705) 评论(0) 推荐(0) 编辑

2020年11月24日

NGINX代理websocket配置

摘要: 如题,我在100.100.6.22的8100端口启动了一个web项目,通过/live/提供http接口,通过/live/ws/提供websocket接口,进入到nginx所在目录,修改nginx.conf文件: [sbt@wlf nginx]$ cd /usr/local/nginx[sbt@wlf 阅读全文

posted @ 2020-11-24 17:00 不想下火车的人 阅读(6555) 评论(2) 推荐(0) 编辑

2020年11月3日

tomcat源码缺少ant包编译失败问题解决

摘要: 之前使用ant成功编译了tomcat的源码(参见tomcat源码ant编译),今天想再debug一把,却发现编译失败了,如图: 很明显,ant.jar引用不到了,File -> Project Structure -> Modules -> Dependencies -> 点击右边+ -> 点jar 阅读全文

posted @ 2020-11-03 22:15 不想下火车的人 阅读(550) 评论(0) 推荐(0) 编辑

2020年10月20日

jenkins配置git和maven

摘要: 先把总体流程梳理一下: + git:拉取最新提交代码,分支可指定,放在jenkins工作空间,如:/var/lib/jenkins/workspace | + maven:打包,从jenkins工作空间上按pom.xml执行配置的maven命令,如:clean install XXX jenkins 阅读全文

posted @ 2020-10-20 15:54 不想下火车的人 阅读(1464) 评论(0) 推荐(0) 编辑

2020年10月19日

git push报错:remote: error: refusing to update checked out branch: refs/heads/master

摘要: 远程仓库通过git init初始化了一个项目,没有clone到本地,本地新建了一个项目,关联本地项目和远程仓库(参见IDEA新建本地项目关联远程git仓库 )后git push报错: wulf@wulf00 MINGW64 /e/workspace/开源/spring-cloud-gateway ( 阅读全文

posted @ 2020-10-19 17:27 不想下火车的人 阅读(1743) 评论(0) 推荐(0) 编辑

centos6.9安装maven3.6.3

摘要: 在root下进入/usr/lib目录,从官网下载最新版本3.6.3的tar包,解压: [root@VM-0-14-centos ~]# cd /usr/local [root@VM-0-14-centos local]# wget https://mirror.bit.edu.cn/apache/m 阅读全文

posted @ 2020-10-19 11:21 不想下火车的人 阅读(334) 评论(0) 推荐(0) 编辑

2020年10月18日

centos6.9搭建git1.7.1

摘要: 第一步,安装git: 在root下创建git用户,设置密码: [root@VM-0-14-centos ~]# useradd git [root@VM-0-14-centos ~]# passwd git 给git用户设置sudo权限: [root@VM-0-14-centos ~]# vi /e 阅读全文

posted @ 2020-10-18 23:58 不想下火车的人 阅读(214) 评论(0) 推荐(0) 编辑

centos6.9安装jenkins最新稳定版2.249.2

摘要: 使用root用户登陆后,直接按官网教程操作就完事了: [root@VM-0-14-centos ~]$ sudo wget -O /etc/yum.repos.d/jenkins.repo \ https://pkg.jenkins.io/redhat-stable/jenkins.repo [ro 阅读全文

posted @ 2020-10-18 17:53 不想下火车的人 阅读(568) 评论(0) 推荐(0) 编辑

2020年10月17日

使用nexus3.19搭建自己的maven私服

摘要: 怎么安装参见CentOS6.9安装Nexus3.19 ,接下来就是如何配置。打开我们安装后的nexus界面,用admin账号登陆,点击Server administration and configuration按钮: 点击Repository 我们可以看到nexus默认给我建好了一些仓库,其中包括 阅读全文

posted @ 2020-10-17 09:07 不想下火车的人 阅读(950) 评论(0) 推荐(0) 编辑

2020年10月16日

CentOS6.9安装Nexus3.19

摘要: 为啥是CentOS6.9,又为啥是Nexus3.19?因为买了个腾讯云最低配的云服务,无奈操作系统是CentOS6.9,又因为Nexus外网下不来安装包,只找到一个3.19版本的。好吧,我们的目的是搭建一个maven私服,将就着用就好。 Nexus的免费版OSS安装包官网下载地址是https://w 阅读全文

posted @ 2020-10-16 23:20 不想下火车的人 阅读(436) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 41 下一页

导航