问题1:Run/Debug Configurations 中点击“+”号没有tomcat server选项 解决方法:File >Setting >Build,Execution,Deployment >Application Servers >"+"这里添加了之后Edit Configuratio ...
分类:
其他好文 时间:
2017-08-17 22:53:21
阅读次数:
240
12.21php-fpm的pool1.添加pool:[root@hao-01~]#vim/usr/local/php-fpm/etc/php-fpm.conf添加第二个pool:[hao1.com]listen=/tmp/hao1.socklisten.mode=666user=php-fpmgroup=php-fpmpm=dynamicpm.max_children=50pm.start_servers=20pm.min_spare_servers=5pm.max_spare_server..
分类:
Web程序 时间:
2017-08-16 15:20:00
阅读次数:
193
转自:https://blog.cloudflare.com/the-story-of-one-latency-spike/ A customer reported an unusual problem with our CloudFlare CDN: our servers were respon ...
分类:
其他好文 时间:
2017-08-13 19:24:19
阅读次数:
331
首先保证linux正常联网 yum install openldap-servers -y 拷贝配置文件 cd /usr/share/openldap-servers/ cp slapd.conf.obsolete /etc/openldap/slapd.conf 创建LDAP管理员密码 slapp ...
分类:
系统相关 时间:
2017-08-13 16:55:30
阅读次数:
285
http://blog.csdn.net/sjin_1314/article/details/9853163 通过netstat -anp可以查看机器的当前连接状态: Active Internet connections (servers and established) Proto Recv-Q ...
分类:
Web程序 时间:
2017-08-08 20:06:13
阅读次数:
293
WestartwithinstallingAnsibleusingroot.step1-run"yuminstallansible"toinstallitononemachinewithCenOS7;step2-configuringansiblehostsOpenthefile/etc/ansible/hosts,inthisfile,add:[servers]
host1ansible_ssh_host=user_name@server_ip
host2ansible_ssh_host=user_name..
分类:
其他好文 时间:
2017-08-08 12:35:54
阅读次数:
167
Eclipse的Servers视图中无法添加Tomcat6/Tomcat7 Eclipse的Servers视图中无法添加Tomcat6/Tomcat7 2014-10-13 13:51 33055人阅读 评论(14) 收藏 举报 2014-10-13 13:51 33055人阅读 评论(14) 收藏 ...
分类:
系统相关 时间:
2017-08-08 11:07:17
阅读次数:
182
Hi Everyone, We came across the following error while performing some preventative maintenance checks on our Dell servers particularly R620 though thi ...
分类:
其他好文 时间:
2017-08-01 14:34:52
阅读次数:
446
import threadingimport timeimport randomfrom kafka import KafkaProducerproducer = KafkaProducer(bootstrap_servers='192.168.1.10:9092')threads = []clas ...
分类:
编程语言 时间:
2017-07-31 00:57:13
阅读次数:
215
http://acm.hdu.edu.cn/showproblem.php?pid=4671 Problem Description Makomuno has N servers and M databases. All databases are synchronized among all se ...
分类:
其他好文 时间:
2017-07-29 22:25:50
阅读次数:
223