愤怒中的小草

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页

2019年3月7日 #

摘要: git本地拉取 jenkins关联gitlab 第一步下载插件 jenkins有个插件Git Parameter ,可以实现在构建时,选择分支构建,从而可以减少一些操作。 第二步 第三步 点击保存返回到构建页面 选择build with parameters构建可以看到需要构建的主干或者分支 阅读全文
posted @ 2019-03-07 11:40 愤怒中的小草 阅读(2002) 评论(0) 推荐(0) 编辑

2019年3月6日 #

摘要: 下载地址 http://www.bitmover.com/lmbench/ tar -zxvf lmbench3.tar.gz cd lmbench3 make 此时会报错: make[2]: *** 没有规则可以创建“bk.ver”需要的目标“../SCCS/s.ChangeSet”。 停止。 m 阅读全文
posted @ 2019-03-06 20:38 愤怒中的小草 阅读(3392) 评论(0) 推荐(0) 编辑

2019年3月3日 #

摘要: //注意点1. notify唤醒沉睡的线程后,线程会接着上次的执行继续往下执行 class TreadTest implements Runnable{ //由于wait、notify、notifyall在synchronized代码块执行,说明当前线程一定是获取了锁的 @Override public synchronized void run() { ... 阅读全文
posted @ 2019-03-03 17:02 愤怒中的小草 阅读(204) 评论(0) 推荐(0) 编辑

2019年3月2日 #

摘要: CAS和AQS 阅读全文
posted @ 2019-03-02 14:51 愤怒中的小草 阅读(142) 评论(0) 推荐(0) 编辑

2019年2月28日 #

摘要: 1. 路径 cd /root/.ssh 2. 输入命令 ssh-keygen -t rsa 按三次回车 3. 会依次生成 id_rsa 私钥和 id_rsa.pub 公钥 [root@insure .ssh]# lsauthorized_keys id_rsa id_rsa.pub 4. 复制公钥追 阅读全文
posted @ 2019-02-28 22:37 愤怒中的小草 阅读(1064) 评论(0) 推荐(0) 编辑

摘要: 1. tar命令安装 yum install -y tar 2. jdk8下载 wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://do 阅读全文
posted @ 2019-02-28 21:54 愤怒中的小草 阅读(154) 评论(0) 推荐(0) 编辑

摘要: 1、安装git依赖包 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker 2、删除已有的git yum remove git 3、下载git源码 切 阅读全文
posted @ 2019-02-28 19:54 愤怒中的小草 阅读(338) 评论(0) 推荐(0) 编辑

2019年2月27日 #

摘要: 弥补网上python关联微服务空白,结合多个pythonweb框架实践,找到一个可行的方案python加入到eureka,实现java和python的完美结合 # coding:utf-8 import tornado.httpserver import tornado.ioloop import tornado.options from tornado.web import RequestHa... 阅读全文
posted @ 2019-02-27 13:34 愤怒中的小草 阅读(2435) 评论(0) 推荐(1) 编辑

2019年2月26日 #

摘要: 在执行脚本添加这一行 source /etc/profile exec nohup java -Xms1024m -Xmx2048m -jar /opt/dev/claimzuul/$JAR_BAO --spring.config.location=/opt/dev/claimzuul/applic 阅读全文
posted @ 2019-02-26 16:02 愤怒中的小草 阅读(14114) 评论(1) 推荐(0) 编辑

2019年2月23日 #

摘要: 阅读全文
posted @ 2019-02-23 12:29 愤怒中的小草 阅读(114) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页