P41

  线上mysql同步报错故障处理 文档

最常见的3种情况第一种:在master上删除一条记录,而slave上找不到。 Last_SQL_Error: Could not execute Delete_rows event on table hcy.t1; Can't

rongliner 2017-11-29   4670   0

20步打造最安全的Nginx Web服务器 问答

/usr/local/nginx/logs/ – 默认日志文件位置 Nginx HTTP默认端口 : TCP 80 Nginx HTTPS默认端口: TCP 443 你可以使用以下命令来测试Nginx配置文件准确性。

fmms 2011-10-24   47656   3
Nginx   C/C++   PHP   Bash   Go  
P10

  如何在server2003系统下搭建winwebmail邮件服务器、路由器映射、web页面登录等 文档

 如何在server2003系统下搭建winwebmail邮件服务器 看了网上很多的帖子,基本上都是复制过来的,很老套,且全是大概的步骤,没有一点详细内容。看半天很容易头晕,而且无法正确简单的配置使

xf_flutter 2013-01-04   3700   0

Kafka0.8.0集群构建 经验

可以使用自带的zookeeper. 命令: $nohup bin/zookeeper-server-start.sh config/zookeeper.properties & 不过我选择了自己搭建zookeeper集群。

jopen 2013-12-24   41459   0

Python多线程socket服务器端 代码段

BaseRequestHandler): def handle(self): start_time=time.time() print start_time data = self.request.recv(1024)

jopen 2015-12-20   1778   0
P227

  spark学习笔记 文档

16.1 两种Shuffle Manager的比较 112 12 Spark History Server 112 12.1 源码解析 113 13 Spark性能优化 113 14 Spark核心框架篇

larruping 2017-01-03   1040   0
方案   报告   Apache   Basic   diff  
P30

  jenkins中文使用手册 文档

Description --httpPort=$HTTP_PORT Runs Jenkins listener on port $HTTP_PORT using standard http protocol

zhikai 2017-02-19   8567   0
P17

  Data Guard Broker 配置 文档

便实现主备数据库间的切换。 在Data Guard Broker的基础上,配置并启用Fast-Start Failover,就能自动检测发现主机故障,实现主备切换,故障转移。 下面通过4个部分总结一下oracle

smk613 2014-01-07   1690   0
P44

  F5部署 文档

应用交换机Server3Server2Server1IntranetBIGIP 应用交换机Server3Server4Server2Server1IntranetServer6Server5服务器与B

hhh2738 2013-11-18   4087   0

php备份整个MySQL数据库,或者指定表 代码段

) or die(mysql_error()); } /** * this function start the backup progress its the core function * @return

phpde 2015-03-17   2238   0
PHP  
P7

  ORACLE11G 搭建 DATAGUARD 步骤 文档

=   (DESCRIPTION =     (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.132.3)(PORT = 1521))     (CONNECT_DATA

oracle1984 2015-09-30   1542   0
P23

  Nginx搭建胜过Apache十倍的web服务器-第6版 文档

--with-big-tables --with-readline --with-ssl --with-embedded-server --enable-local-infile --with-plugins=partition

fmms 2011-08-07   544   0

采用Java Socket实现基于TCP方式的客户服务器聊天程序 经验

一个JList组件用来显示在线的所有用户,一个JTextArea组件用来显示所有消息 记录。所有消息必须通过服务器端转发。点击【start】按钮启动服务器端监听 默认监听端口为9999。 启动服务器端的Action中的代码如下:

jopen 2012-11-17   49111   0

Smoothwall Express 3.1 发布,包含Internet安全产品的Linux发行 资讯

Express 3.0 has been fully integrated into 3.1. Stan's port of hype8912's DHCP Lease Table mod has been fully

jopen 2014-10-12   9575   0

PostgreSQL快速入门:PostgreSQL的安装和配置 经验

[pengchengxiang@localhost ~]$ sudo yum install postgresql-server.x86_64 Loaded plugins: fastestmirror, refresh-packagekit

jopen 2016-01-03   54859   0

Micro:一个微服务工具箱 经验

Micro是一个微服务工具箱。它简化了分布式应用的编写和运行。 Checkout go-micro if you want to start writing services now. Examples of how to write

jopen 2016-01-05   27673   0
P19

  云复制平台产品部署说明书v1.3.1 文档

6 # Better network performance net.ipv4.ip_local_port_range = 1024 65000 net.ipv4.tcp_max_syn_backlog

coohao 2013-01-29   2657   0

Apache+Tomcat集群配置(完整配置) 经验

2、apache-tomcat6 跳过:(注意:apache_2.2默认端口是80,如有其它程序占用可在 httpd.conf 修改   Listen     80) B、负载均衡配置 将mod_jk-apache-2

jopen 2013-04-13   23764   0
P202

  GWT指南 文档

Client-Server Communication 1. Communicating with the server via GWT RPC o Add a call to a server using

sipmzy 2015-11-30   846   0

Monit监控工具的使用教程 经验

userxxx@gmail.com set httpd port 2812 and            # 设置http监控页面的端口 use address www.example.com   #http监控页面的IP或域名

jopen 2014-12-04   55558   0
1 2 3 4 5 6 7 8 9 10