Easter79 Easter79
3年前
tomcat无法连接本地服务器问题
更新系统后IDEA下启动项目失败,报错:/Users//tomcat/tomcat7.0.70/bin/catalina.shrunConnectedtothetargetVM,address:'127.0.0.1:57716',transport:'socket'2016110511:53
小尉迟 小尉迟
2年前
强大的macOS效率工具,Alfred 5更新变动详解
如何快速提升工作效率,mac电脑上哪款快速启动器比较好用呢?苹果应用快速启动器Alfred5上线,新的工作流编辑器使得性能效率更高,新的WorkflowPalette为您提供了一种轻松导航、发现和使用各种可用工作流对象的方法。改进的工作流程配置和自动化任务
Easter79 Easter79
3年前
supervisor 使用
cat/etc/supervisord.confhttps://www.cnblogs.com/yuzhoushenqi/p/6825204.html http://127.0.0.1:1001/6supervisor服务启动supervisordc/etc/supervisord.conf
Stella981 Stella981
3年前
Flume使用Kafka Sink导致CPU过高的问题
在日志收集服务器上使用Flume(1.6)的KafkaSink将日志数据发送至Kafka,在FlumeAgent启动之后,发现每个Agent的CPU使用率都非常高,而我们需要在每台机器上启动多个FlumeAgent来收集不同类型的日志,如果每个Agent都这样,那肯定会把机器的CPU吃满了,刚开始使用jstack定位到是org.apache.flume
Stella981 Stella981
3年前
CentOS 7 搭建Cobbler实现自动化安装系统
1、安装软件包\yum yinstallepelrelease   安装EPEL源\yumyinstallcobblerdhcp pykickstart2、启动cobbler和httpd服务\systemctlstarthttpdcobblerd3、修改cobbler配置文件
Stella981 Stella981
3年前
Docker for Mac 安装及Mysql安装使用
启动mysql镜像 dockerrundp127.0.0.1:3306:3306–namemysqlv/Users/flyrPc/docker/mysql/data:/var/lib/mysqleMYSQL\_ROOT\_PASSWORD123456mysql:latest 命令介绍:\d(Detache
Stella981 Stella981
3年前
CentOS 7.0如何将iptables作为防火墙(默认使用的是firewall作为防火墙)
1、直接关闭防火墙 systemctlstopfirewalld.service停止firewall systemctldisablefirewalld.service禁止firewall开机启动2、设置iptablesservice yumyinstalliptablesservices 如果要修改防
Stella981 Stella981
3年前
Centos6.8防火墙设置
查看防火墙状态serviceiptablesstatus停止防火墙serviceiptablesstop启动防火墙serviceiptablesstart重启防火墙serviceiptablesrestart永久关闭防火墙chkconfigipta
Easter79 Easter79
3年前
SwiftCommon之Location位置
概述Location地址位置通常用来在App刚启动时获取用户所在城市,CLLocationManager类就是专门处理Location的。SCLocationimportFoundationimportCoreLocationpublicclassSCLocation{
Wesley13 Wesley13
3年前
MongoDB分片
分片mongos把分片的mongod管理起来何时分片单个节点磁盘不足单个mongod不能满足写数据的性能要求将大量数据放到内存中提高性能什么是片键选择递增(分布不均匀,查询比较好)还是随机片键片键对操作和性能的影响实施分片启动配置服务器启动mongos添加mongod实例对数据库启