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

删除本地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 阅读(420) 评论(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 阅读(849) 评论(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 阅读(110) 评论(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 阅读(146) 评论(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 阅读(280) 评论(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 阅读(274) 评论(0) 推荐(0)

docker debug diagnose

摘要: $ sudo systemctl stop docker $ sudo docker -d -D DEBU[0282] Error contacting registry https://registry-1.docker.io/v1/: Get https://dseasb33srnrn.clou 阅读全文
posted @ 2016-06-21 16:42 szllq2000 阅读(370) 评论(0) 推荐(0)

Excel VBA

摘要: =COUNTIF(Y3:Y212,"=11") =SUMIF(Y3:Y212,"=11",AA3:AA212) =SUMPRODUCT((Y3:Y212="11")*(Z3:Z212=Z223)) 阅读全文
posted @ 2016-06-21 15:43 szllq2000 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 56 下一页