07 2017 档案

摘要:配置yum.repos cd /etc/yum.repos.d/ vim s3tools.repo [root@vm-10-185-32-110 ~]# yum install s3cmd [root@vm-10-185-32-110 ~]# vi ~/.s3cfg 替换:access_key,se 阅读全文
posted @ 2017-07-24 10:50 Jenkin.K 阅读(1648) 评论(0) 推荐(0)
摘要:安装: yum install nfs-utils rpcbind 配置共享目录:vim /etc/exports /xxx/cloudcms *(insecure,rw,async,no_root_squash) 启动portmap: /etc/init.d/rpcbind start 启动nfs 阅读全文
posted @ 2017-07-18 19:49 Jenkin.K 阅读(253) 评论(0) 推荐(0)
摘要:入口,配置再web.xml中, 初始化applicationContext 创建webApplicationContext,这里可加载web.xml文件中定义了contextClass 获取contextConfigLocation ConfigrableWebApplicationContext 阅读全文
posted @ 2017-07-14 14:32 Jenkin.K 阅读(497) 评论(0) 推荐(0)