摘要:
gg跳到首行G跳到最后一行dG清空内容ctrl + insert 复制shirt + insert 粘贴 阅读全文
posted @ 2015-04-09 15:22
sflik
阅读(127)
评论(0)
推荐(0)
摘要:
vim /etc/init.d/nginx#!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig: - 85 15 # description: Nginx is an H... 阅读全文
posted @ 2015-04-09 15:15
sflik
阅读(338)
评论(0)
推荐(0)
摘要:
handlerMapping:DispatcherServlet通过handlerMapping,为请求的url指向对应的controll,也就是在浏览器地址栏输入url请求之后,servlet.xml的节点会把请求映射到到对应的controll例如:用户在输入hehe之后,AbcControll就... 阅读全文
posted @ 2015-04-09 14:30
sflik
阅读(438)
评论(0)
推荐(0)
摘要:
1. 检查是否已安装NFSrpm -qa | grep nfsrpm -qa | grep portmap2. 安装NFSyum install nfs-utils*chkconfig nfs onchkconfig rpcbind onservice nfs restartservice rpcb... 阅读全文
posted @ 2015-04-09 13:30
sflik
阅读(217)
评论(0)
推荐(0)
摘要:
java单点登录介绍http://www.blogjava.net/xcp/archive/2010/04/13/318125.html 阅读全文
posted @ 2015-04-09 11:17
sflik
阅读(130)
评论(0)
推荐(0)