1218. Episode N-th: The Jedi TournamentTime limit: 1.0 secondMemory limit: 64 MBDecided several Jedi Knights to organize a tournament once. To know, a...
分类:
其他好文 时间:
2015-10-19 22:34:05
阅读次数:
223
FirFox打开80以外的端口,会弹出以下提示:“此地址使用了一个通常用于网络浏览以外的端口。出于安全原因,Firefox 取消了该请求。”。经网上搜索,解决方法如下:在Firefox地址栏输入about:config,然后在右键新建一个字符串键network.security.ports.bann...
分类:
其他好文 时间:
2015-10-15 18:27:46
阅读次数:
154
Rhel7聚合链路
方案一:
有时state看不了,把ethnet加上,重启网络再删除。
重启网络
teamdctlteam0state
setup:
runner:activebackup
ports:
eth3
linkwatches:
linksummary:up
instance[link_watch_0]:
name:ethtool
link:up
eth4
linkwatches:
linksummary:up
inst..
分类:
其他好文 时间:
2015-10-12 02:05:27
阅读次数:
177
监测主机存活的端口#!/usr/bin/envpython
#coding-utf8
importargparse
importsocket
importsys
#author:wolf_ribble
defscan_ports(host,start_port,end_port):
"""Scanremotehosts"""
try:
sock=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
exceptsocket.error,erro..
分类:
编程语言 时间:
2015-10-10 18:41:36
阅读次数:
300
Some developers have claimed that Python is more productive than Java. It is dangerous to make such a claim, because it may take several days to prove...
分类:
编程语言 时间:
2015-10-06 10:24:45
阅读次数:
279
Not hard to find a solution, but there are several corner cases.class Solution {public: /** * @param root: The root of the binary search tree. ...
分类:
其他好文 时间:
2015-10-05 07:02:21
阅读次数:
259
近日,使用apache2来做个网站,也在自己的开发电脑上把常用的组件说明文档,以网站的形式查看,本着此目的,纪录了本文章.一.安装apache2:sudoapt-getinstallapache2二.查看目录结构# /etc/apache2/
# |--apache2.conf
# | `--ports.conf
# |--mods-enabled
# | |--*.load
# | `--*...
分类:
Web程序 时间:
2015-10-03 11:58:08
阅读次数:
159
In this part of the PyQt4 tutorial, we covered several widgets.
分类:
其他好文 时间:
2015-10-02 07:53:58
阅读次数:
371
本文会不断完善,今天开个头slot数量配置slot就是worker, 就是worker machine上的可运行的进程数,每个进程监听一个端口号。整个集群的slot的总数 = 所有supervisor上的监听端口port的数目之和建议是CPU总核数 - 1 。在24核服务器上,port数目应该最大是23才对。下面是20个的配置如下:supervisor.slots.ports:
-...
分类:
其他好文 时间:
2015-09-30 11:12:58
阅读次数:
253
In the last six months or so I talked to several prospective clients that had a problem finding front-end consultants in order to help their dev teams...
分类:
其他好文 时间:
2015-09-25 18:37:03
阅读次数:
324