平台客户端日志,记录了本机客户端遇到的错误。比如:客户端登录失败错误、登录后加载数据出错、窗体打开报错、窗体的按钮点击报错等信息。对于我们排查错误,有很大的帮助!点开客户端文件夹,查找到log的目录,点开就可以查看到错误日志。原文地址:http://bbs.delit.cn/thread-366-1...
分类:
其他好文 时间:
2015-11-27 17:23:24
阅读次数:
130
1、磁盘管理 LVM2、网络管理 Iptables3、服务器 apache4、集群 LB-负载均衡 HA-高可用5、代理服务器6、网络监控 cati nagios7、数据库服务器
分类:
系统相关 时间:
2015-11-22 20:10:13
阅读次数:
167
1../bootstrap: 6: ./bootstrap: autopoint: not found解决方法:$sudo apt-get install autopoint2.autoreconf: Entering directory `.'autoreconf: running: intlto...
分类:
系统相关 时间:
2015-11-22 15:40:25
阅读次数:
300
遇到的错误The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.少年莫慌,这是升级的ios9的https问题,解决起来很简单,关闭他,咱还是用http解决1:在Info.plist中添加NSAppTransportSecuri...
分类:
移动开发 时间:
2015-11-21 14:31:53
阅读次数:
194
1.configure: error: "libevent not found"解决方法:$ git clone https://github.com/libevent/libevent.git$ cd libevent$./configure$ make$ sudo make install2.c...
分类:
系统相关 时间:
2015-11-20 21:37:49
阅读次数:
298
HA即(highavailable)高可用,又被叫做双机热备,用于关键性业务。简单理解就是,有两台机器A和B,正常是A提供服务,B待命闲置,当A宕机或服务宕掉,会切换至B机器继续提供服务。如图所示为一个HA架构,一个交换机下面有两台机器Web1和Web2,其中Web1为主节点,正常是它在提供..
分类:
其他好文 时间:
2015-11-17 06:59:20
阅读次数:
154
调试接口遇到的错误 执行到 ??????????Service?service?=?new?Service();
Call?call?=?(Call)?service.createCall();
call.setTimeout(new?Integer(100000));
call.setTargetEndpoin...
分类:
编程语言 时间:
2015-11-04 17:58:30
阅读次数:
163
一、准备工作Heartbeat3.0.6:#wgethttp://hg.linux-ha.org/heartbeat-STABLE_3_0/archive/958e11be8686.tar.bz2ClusterGlue1.0.12:#wgethttp://hg.linux-ha.org/glue/archive/0a7add1d9996.tar.bz2ResourceAgents3.9.6:#wgethttps://github.com/ClusterLabs/resource-agents/ar..
分类:
其他好文 时间:
2015-11-02 12:24:53
阅读次数:
591
$log=M('User');$data['id']=$uid['id']; $data['a_logip']=get_client_ip(); $data['a_logtime']=NOW_TIME; $a=$log->table(...
分类:
Web程序 时间:
2015-10-30 09:14:35
阅读次数:
324
一Heartbeat基本理论二安装LAMP+Wordpress三安装Heartbeatv2crm四设置Heartbeat和LAMP+Wordpress的HA高可用性
分类:
其他好文 时间:
2015-10-24 20:32:55
阅读次数:
163