工具软件
首席IT民工
编程才是真爱^_^
展开
-
jetbrains系列IDE常用插件
文章目录公用intellij ideaPhpStormPyCharm公用.ignoreBashSupportCodeGlance让代码的右侧出现缩略图,类似于sublime的效果Git Flow IntegrationGitToolBoxKubernetesTeamCityUpsource IntegraionVagrantYouTrack Integrationintellij ideaAlibaba Java Coding Guidelines用于检查java代码符合原创 2020-06-01 09:51:18 · 983 阅读 · 0 评论 -
CentOS7下使用kafka0.10.1(1安装)
先贴个官网的教程http://kafka.apache.org/quickstart 官方教程中提到的我就略过了,我讲点不一样的。原创 2016-11-30 09:52:02 · 1500 阅读 · 0 评论 -
[atom] error while loading shared libraries: libXss.so.1: cannot open shared object file:
DescriptionUpdated Atom by official RPM.Steps to ReproduceOpen Atom.Expected behavior: Atom opensActual behavior: /usr/share/atom/atom: error while loading shared libraries: libXss.so.1: c转载 2017-01-03 11:55:05 · 6409 阅读 · 0 评论 -
Nginx常用命令
nginx -s reload :修改配置后重新加载生效nginx -s reopen :重新打开日志文件nginx -t -c /path/to/nginx.conf 测试nginx配置文件是否正确关闭nginx:nginx -s stop :快速停止nginx quit :完整有序的停止nginx其他的停止nginx 方式:p转载 2017-06-19 19:34:07 · 270 阅读 · 0 评论 -
CentOS7下FTP服务的搭建
首先是安装vsftpd提供服务,网上的说法是一般linux会自带而我发现centos并没有,执行下面命令yum -y install vsftpd然后是修改配置文件,简单起见我允许匿名用户的上传和下载vi /etc/vsftpd/vsftpd.conf 去掉anon_upload_enable=YES和anon_mkdir_write_enable=YES这里要提到一个坑,默认原创 2017-08-28 11:35:01 · 387 阅读 · 0 评论 -
svn: E230001: Server SSL certificate verification failed: certificate issued
svn: E230001: Server SSL certificate verification failed: certificate issued今天在使用svn时候发现出现这个问题,这个是因为证书问题,在终端执行svn ls 这个命令是让忽略证书,然后按提示输入密码就行,即可解决Server SSL certificate verification failed: certif...原创 2018-08-26 14:55:34 · 1998 阅读 · 0 评论 -
常用资源
JsonPathhttp://jsonpath.com/伯乐在线-学习资源http://hao.jobbole.com/log4j2日志格式配置https://logging.apache.org/log4j/2.x/manual/layouts.html#PatternLayout原创 2018-09-07 10:25:08 · 212 阅读 · 0 评论 -
vmware服务器
两台物理机上都安装vmware,一台作为server(提供硬件资源),一台作为clientserver端修改config.ini(在c:\ProgramData\VMWare\VMWare Workstation)(修改是实时生效的) change authd.client.port=“903” to authd.client.port=“903”server端修改共享虚拟机的位置(...原创 2018-12-03 18:28:36 · 661 阅读 · 0 评论