Description 你在一家 IT 公司为大型写字楼或办公楼(offices)的计算机数据做备份。然而数据备份的工作是枯燥乏味 的,因此你想设计一个系统让不同的办公楼彼此之间互相备份,而你则坐在家中尽享计算机游戏的乐趣。已知办公 楼都位于同一条街上。你决定给这些办公楼配对(两个一组)。每一对办公 ...
分类:
其他好文 时间:
2018-05-04 20:20:29
阅读次数:
146
今天在进 tomcat 的 debug 模式时报了此异常, tomcat 进入 debug 模式失败 网上查了下原因,发现通过修改下面两个端口即可正常进入 tomcat 的 debug 模式 ...
分类:
编程语言 时间:
2018-05-04 14:23:51
阅读次数:
914
import socket import selectors import threading import time selector = selectors.DefaultSelector() socket_server = socket.socket() address_server = ('... ...
分类:
编程语言 时间:
2018-05-04 14:13:06
阅读次数:
227
心得体会 导入脚本文件到数据库mysql -uzabbix -p123456 -hlocalhost zabbix < /usr/local/src/zabbix-2.2.6/database/mysql/schema.sql mysql -uzabbix -p123456 -hlocalhost ...
分类:
其他好文 时间:
2018-05-03 13:31:03
阅读次数:
163
通过traceroute我们可以知道信息从你的计算机到互联网另一端的主机是走的什么路径。当然每次数据包由某一同样的出发点(source)到达某一同样的目的地(destination)走的路径可能会不一样,但基本上来说大部分时候所走的路由是相同的。linux系统中,我们称之为traceroute,在M ...
分类:
系统相关 时间:
2018-05-02 21:03:22
阅读次数:
219
In the visualization, spout components are represented as blue, while bolts are colored between green and red depending on their associated capacity m... ...
分类:
其他好文 时间:
2018-05-02 20:54:26
阅读次数:
1265
dubbo超时重试和异常处理 参考: https://www.cnblogs.com/ASPNET2008/p/7292472.html https://www.tuicool.com/articles/YfA3Ub https://www.cnblogs.com/binyue/p/5380322. ...
分类:
其他好文 时间:
2018-04-30 22:11:52
阅读次数:
909
RWMutex:是基于Mutex实现的读写互斥锁,一个goroutine可以持有多个读锁或者一个写锁,同一时刻只能持有读锁或者写锁 ...
分类:
其他好文 时间:
2018-04-30 22:06:53
阅读次数:
136
最近在学习filter,看完理论知识之后,就特地在实际工作中的系统中去验证。 SSP系统实例如下: 1.在web.xml中寻找 filter的配置信息 如下: <filter> <filter-name>passoFilter</filter-name> <filter-class>com.ping ...
分类:
其他好文 时间:
2018-04-30 19:57:17
阅读次数:
160
1. 点播的配置 假设配置文件 nginx.conf 中对 rtmp 配置如下: 2. handshake 过程 2.1 ngx_rtmp_init_connection 2.2 ngx_rtmp_init_session 2.2.1 ngx_rtmp_set_chunk_size 该函数主要是设置 ...
分类:
其他好文 时间:
2018-04-30 16:35:52
阅读次数:
260