使用Jad或JadClipse进行反编译 1。下载: (1)jadclipse插件: 到SourceForge.net(http://sourceforge.net/projects/jadclipse/)下载插件: 下载jadc... 2018年10月15日 eclipse 浏览量:634 次 发表评论 阅读全文
SpringBootSpringBoot CommandLineRunner详解 在使用SpringBoot构建项目时,我们通常有一些预先数据的加载。那么SpringBoot提供了一个简单的方式来实现–CommandLineRunner。 CommandLineRunner是一个接... 2018年10月15日 浏览量:685 次 发表评论 阅读全文
centos统计某个文件夹占用空间大小 最最最常用的,记住这一个即可:du -sh * 执行结果如下: # du -sh * 25M apache-snapshots 2.1G central 67M central-m1 425M cen... 2018年10月12日 linux 浏览量:582 次 发表评论 阅读全文
maven下载aar包 一般情况下在dependency里我们只需要指定groupId,artifactId和version三项就可以确定一个包,不过这样的情况是默认会下载jar包,如果我们要下载aar包,就需要指定type... 2018年10月11日 maven 浏览量:1,463 次 发表评论 阅读全文
gitLabgitlab配置webhook,报错 url is blocked Requests to the local network are not allowed gitlab 10.6 版本以后为了安全,不允许向本地网络发送webhook请求,如果想向本地网络发送webhook请求,则需要使用管理员帐号登录,默认管理员帐号是admin@example.com,... 2018年10月10日 浏览量:6,236 次 2 阅读全文
gitlab页面里哪儿能设置webhooks 新版本的hook我找了好久,点击项目-》setting-》integration里面才有 具体设置参照https://blog.csdn.net/maggietian77/article/detail... 2018年10月10日 gitLab 浏览量:790 次 发表评论 阅读全文
curl: (35) SSL connect error 安装jenkins时报错curl: (35) SSL connect error 原因:curl的版本太旧了,升级curl的版本即可。 yum update curl.x86_64 2018年10月9日 jenkins 浏览量:594 次 发表评论 阅读全文
*.rpm 的公钥没有安装或者*.rpm is not signed yum安装jenkins时提示"*.rpm的公钥没有安装或者"*.rpm is not signed",只需将/etc/yum.conf中"gpgcheck=1"改为"gpgcheck=0"即可。 2018年10月9日 jenkins 浏览量:1,280 次 发表评论 阅读全文
gitLabGitLab 管理员账号初始化 取/修改超级管理员root的密码 a、 切换目录:cd /opt/gitlab/bin b、执行 :sudo gitlab-rails console production 命令 开始初始化密码 c、... 2018年10月9日 浏览量:1,325 次 发表评论 阅读全文