摘要:
/** * @desc 在线时长缓存 * @var string * @access public */ const KEY_ONLINE_CACHE = 'hd:online:cache'; /** * @desc 插入 hd_online_data表 * @access pub... 阅读全文
posted @ 2015-12-25 17:38
诗兄
阅读(272)
评论(0)
推荐(0)
摘要:
MYSQL my.conf# The following options will be passed to all MySQL clients[client]#password = your_passwordport = 3306socket = /tmp/mysql.sock# Here fol 阅读全文
posted @ 2015-12-25 12:02
诗兄
阅读(661)
评论(0)
推荐(0)
摘要:
# uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # lsus... 阅读全文
posted @ 2015-12-25 11:36
诗兄
阅读(190)
评论(0)
推荐(0)