操作系统
如何隐藏你的 Linux 的命令行历史
如果你是 Linux 命令行的用户,有的时候你可能不希望某些命令记录在你的命令行历史中。原因可能很多,例如,你 […]
Posted in 操作系统 | No Comments »
ubuntu上postgresql大版本升级
第一种方式 pg_dumpall -p 5432 | psql -d postgres -p 5433 第二种 […]
Posted in 操作系统 | No Comments »
项目源码 网站源码 后台框架系统
获取【下载地址】 QQ: 313596790 【免费支持更新】三大数据库 mysql oracle […]
Posted in 操作系统 | No Comments »
Spring 中 Bean 的生命周期
智商捉鸡🐔,实在没办法一下子理解Spring IoC和AOP的实现原理,看的闹心也不太懂,所以 […]
Posted in 操作系统 | No Comments »
python 安装 redis客户端
安装easy_install python from urllib import urlopen data = […]
Posted in 操作系统 | No Comments »
如何在 Linux 上录制你的终端操作
录制一个终端操作可能是一个帮助他人学习 Linux 、展示一系列正确命令行操作的和分享知识的通俗易懂方法。不管 […]
Posted in 操作系统 | No Comments »
linux nc命令常用用法
from:http://my.oschina.net/davehe/blog/261845 linux n […]
Posted in 操作系统 | No Comments »