上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 56 下一页

maven--composer---setting.xml(updatepolicy)---mvn install , mvn deploy

摘要: 场景:最近再整系统的自动部署流程,由于公司的jar包在svn以及mvn的仓库上都存在,开发人员在开发的过程中都依赖mvn仓库中的Jar 包,在jar上线的时候,配置管理人员把jar 从svn管理的工作目录直接commit到svn的仓库中,同时也执行mvn deploy命令,把该Jar包deploy 阅读全文
posted @ 2016-06-28 21:38 szllq2000 阅读(1485) 评论(0) 推荐(0)

useful tools, excel import mysql,swagger

摘要: http://www.th7.cn/Program/java/201602/765943.shtml swagger http://blog.csdn.net/csfreebird/article/details/7381971 maven-plugin http://www.cnblogs.com 阅读全文
posted @ 2016-06-27 17:02 szllq2000 阅读(154) 评论(0) 推荐(0)

删除本地git版本库中受版本控制的文件

摘要: git乱码解决方案汇总 乱码原因 搜索一番,发现git文件名、log乱码,是普遍问题,这其中有编码的原因,也有跨平台的原因。主要原因是Windows 系统中的Git对中文文件名采用不同的编码保存所致。 Windows系统中使用的msysGit,采用的是系统编码来保存文件名;而Cygwin中的Git默 阅读全文
posted @ 2016-06-27 14:50 szllq2000 阅读(1514) 评论(0) 推荐(0)

jenkins password reset,and git integration

摘要: 1.通过Jenkins web页面添加Git plugin Manage Jenkins->Manage Plugins->Available中选择Git Plugin安装, 注意要填写user name和 email地址,否则日后会碰到git tag的错误 2.在Jenkins使用的机器上创建Gi 阅读全文
posted @ 2016-06-26 11:32 szllq2000 阅读(418) 评论(0) 推荐(0)

su terminal get around---docker root

摘要: su : must be run from a terminal After some googling, I found the solution from Tero's glob. If you have python installed, just run the following from 阅读全文
posted @ 2016-06-24 15:32 szllq2000 阅读(846) 评论(0) 推荐(0)

mysql storage enginees

摘要: 这段时间在看《High Performance MySQL》,看到存储引擎这个地方感到很多细节比较陌生,所以总结小记一些为 了适应各种不同的运行环境,MYSQL提供了多种不同的存储引擎(Storage Engine ),在应用程序开发这个层面上,开发者可以根据不同的需求选择适合的Storage En 阅读全文
posted @ 2016-06-24 08:53 szllq2000 阅读(256) 评论(0) 推荐(0)

docker jenkins

摘要: https://segmentfault.com/a/1190000003732967 阅读全文
posted @ 2016-06-23 21:44 szllq2000 阅读(108) 评论(0) 推荐(0)

zabbix-agent passive

摘要: http://www.cnblogs.com/mysql-dba/p/5010902.html http://blog.chinaunix.net/uid-29155617-id-4668602.html agentd.conf explaination. http://www.bubuko.com 阅读全文
posted @ 2016-06-22 21:44 szllq2000 阅读(144) 评论(0) 推荐(0)

mysql-zabbix-agent

摘要: 使用Zabbix监控MySQL服务器方法 01/27/2014 从Zabbix 2.2开始,Zabbix官方已经支持了MySQL监控,但是MySQL监控默认是不可用的,需要经过额外的设置才可以使用。Kaijia将Zabbix换到了新的服务器时候性能绰绰有余,于是决定充分发挥剩余的内存和SSD性能,把 阅读全文
posted @ 2016-06-21 17:04 szllq2000 阅读(278) 评论(0) 推荐(0)

install zabbix-agent on CENTOS

摘要: in ubuntu--https://www.digitalocean.com/community/tutorials/how-to-install-zabbix-on-ubuntu-configure-it-to-monitor-multiple-vps-servers Zabbix Agent  阅读全文
posted @ 2016-06-21 17:01 szllq2000 阅读(271) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 56 下一页