springmvc,shiro,spring,mybatis,restful,webservice,bootstrap,html5,maven
分类:
数据库 时间:
2015-08-09 07:11:05
阅读次数:
174
本文记录了centos安装完成后java、tomcat部署以及针对olds网站系统?mysql?数据库的修改,红色部分为实际操作的过程。 初始条件:centos安装完成(x86桌面版本5.5),mysql安装完成。 基本知识:会使用centos终端...
分类:
数据库 时间:
2015-08-05 07:50:49
阅读次数:
167
从github.com 克隆代码的时候出现的问题:
Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
服务器上刚刚装git,然后拷贝代码出现了上述的问题,这问题很好解决,在hosts文件中加入github.com就可以了,
我的centos服务器,v...
分类:
其他好文 时间:
2015-08-03 14:34:00
阅读次数:
147
go代理服务器代码最近用废弃的小笔记本搭了个centos服务器挂着,搭了ssh,tomcat,go环境,想搭个代理服务器访问路由,不想安装,想自己写一个,顺便复习一下go语言知识。一开始,我网上搜了一下go语言写代理服务器的代理,搜索到一个:
来自:http://symphony.b3log.org/article/1357452978419
(原文地址:http://kejibo.com/go...
分类:
其他好文 时间:
2015-07-23 07:10:42
阅读次数:
268
CENTOS下创建FTP登录用户yum install vsftpd2.启动/重启/关闭vsftpd服务器[root@localhost ftp]# /sbin/service vsftpd restartShutting down vsftpd: [ OK ]Starting vsftpd for...
分类:
其他好文 时间:
2015-07-16 02:03:09
阅读次数:
102
(一)CVS 安装xinetdShell代码 #rpm-qxinetd#yuminstallxinetd#chkconfigxinetdon#/etc/init.d/xinetdstart安装CVSShell代码 #rpm-qcvscvs-1.11.23-15.el6.x86_64(CentOS自带...
分类:
其他好文 时间:
2015-07-08 09:26:07
阅读次数:
129
(一)squid 安装Java代码 #yuminstallhttpd-tools-y#htpasswd-c-b/etc/squid/passwordssquiduser123456#yuminstallsquid-y设置Java代码 #cp/etc/squid/squid.conf/etc/squi...
分类:
其他好文 时间:
2015-07-08 09:25:53
阅读次数:
188
(1)文件/文件夹 pwd - 显示当前路径Shell代码 $pwdcd - 跳到指定文件夹Shell代码 $cd/usr/local/src$cd~/←移动到用户的homels - 显示当前文件夹下自己能看到的所有文件/文件夹一览Shell代码 $ls←显示文件名$ls-l←显示详细信息$ls-a...
分类:
系统相关 时间:
2015-07-08 09:23:10
阅读次数:
257
(1)系统架构 查看内核Shell代码 #uname-s-rLinux2.6.32-358.el6.x86_64查看发布版本Shell代码 #cat/etc/redhat-releaseCentOSrelease6.4(Final)查看CPU架构Shell代码 #archx86_64(x86_64表...
分类:
其他好文 时间:
2015-07-08 09:21:42
阅读次数:
118