ip操作物理网卡 参考: http://www.cnblogs.com/iiiiher/p/8056930.html - 查看mac/操作物理网卡 ip link - 查看ip/mac ip a - 查看路由表 ip route ip操作netns - 操作netns $ ip netns help Usage: ip netns list ip netns add NAME ip netns set NAME NETNSID ip [-all] netns delete [NAME] ip n
对象池技术在服务器开发上应用广泛.在各种对象池的实现中,尤其以数据库的连接池最为明显,可以说是每个服务器必须实现的部分. apache common pool 官方文档可以参考:https://commons.apache.org/proper/commons-pool/. 结合JedisPool看Commons Pool对象池技术 结合JedisPool,我们来了解一下commons pool的整体设计: 面向用户的往往是ObjectPool,用户看到的是一个对象池,对
1.首先通过ILO登录远程控制桌面然后按F2输入密码后进入 2.开启shell 3.按住 Alt + F1 切换到shell 4.启用 snmp esxcli system snmp set --enable true 5.设置 snmp esxcli system snmp set -c mycommunity 6.注意如果设置了configure lockdown mode 那就只能通过vcenter进行ESXI的管理了,也就是不能通过vsphere连接单机ESXI 7.安全
redis官方提供的java client: git地址:https://github.com/mp911de/lettuceAdvanced Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.http://redis.paluch.biz Introduction Lettuce is a scalable thread
python3的安装 上传Python-3.5.2.tar.xz软件到 /server/tools 中 解压 :tar xf Python-3.5.2.tar.xz 编译安装cd Python-3.5.2./configure make make install --------------------------安装redis for python驱动 cd /server/toolsunzip redis-py-master.zip cd redis-py-masterpython3