上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: 一、简介NFS(Network File System/网络文件系统): 1)、设置Linux系统之间的文件共享(Linux与Windows中间文件共享采用SAMBA服务);2)、NFS只是一种文件系统,本身没有传输功能,是基于RPC协议实现的,才能达到两个Linux系统之间的文件目录共享;3)、... 阅读全文
posted @ 2016-01-08 15:58 shininguang 阅读(393) 评论(0) 推荐(0)
摘要: 网络文件系统(Network File System,NFS),一种使用于分散式文件系统的协议,由升阳公司开发,于1984年向外公布。功能是通过网络让不同的机器、不同的操作系统能够彼此分享个别的数据,让应用程序在客户端通过网络访问位于服务器磁盘中的数据,是在Unix系统间实现磁盘文件共享的一种方法。... 阅读全文
posted @ 2016-01-08 15:57 shininguang 阅读(2299) 评论(0) 推荐(0)
摘要: 转自http://my.oschina.net/gccr/blog/307725?fromerr=yX8AifBqRedis服务器搭建安装在命令行执行下面的命令:$ wget http://download.redis.io/releases/redis-2.8.13.tar.gz$ tar xzf... 阅读全文
posted @ 2016-01-08 11:05 shininguang 阅读(545) 评论(0) 推荐(0)
摘要: Maven库:http://repo2.maven.org/maven2/Maven依赖查询:http://mvnrepository.com/Maven常用命令:1. 创建Maven的普通java项目: mvn archetype:create -DgroupId=packageName -Dar... 阅读全文
posted @ 2016-01-08 09:58 shininguang 阅读(118) 评论(0) 推荐(0)
摘要: 一、server端安装 1、下载 https://github.com/MSOpenTech/redis 可看到当前可下载版本:redis2.6 下载windows平台文件: 解压后,选择当前64位win7系统对应的版本: 2、安装 ... 阅读全文
posted @ 2016-01-07 18:46 shininguang 阅读(183) 评论(0) 推荐(0)
摘要: 转自http://www.cnblogs.com/hyddd/archive/2009/09/19/1570214.html一.查看Telnet服务状态chkconfig--list|greptelnet二.如果机器已经安装了telnet服务,执行“chkconfig --list|grep tel... 阅读全文
posted @ 2016-01-07 11:19 shininguang 阅读(218) 评论(0) 推荐(0)
摘要: 功能说明:远端登入。语 法:telnet[-8acdEfFKLrx][-b别名>][-e][-k][-l][-n][-S][-X][主机名称或IP地址]补充说明:执行telnet指令开启终端机阶段作业,并登入远端主机。参 数:-8允许使用8位字符资料,包括输入与输出。-a尝试自动登入远端系统。-... 阅读全文
posted @ 2016-01-07 11:19 shininguang 阅读(367) 评论(0) 推荐(0)
摘要: 一:Worldview 世界观you start somewherethe more you explore, the more you knowif you get stuck, you can explore elsewhere, but…you can come back to itGoogl... 阅读全文
posted @ 2015-12-29 16:07 shininguang 阅读(290) 评论(0) 推荐(0)
摘要: 在今儿hibernate执行save方法的时候显示sql语法错误Sql代码YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear数据库关... 阅读全文
posted @ 2015-12-24 16:18 shininguang 阅读(1751) 评论(0) 推荐(0)
摘要: 转自http://www.cnblogs.com/JemBai/archive/2009/03/19/1416364.html如果你的IPTABLES基础知识还不了解,建议先去看看.开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# i... 阅读全文
posted @ 2015-12-23 09:33 shininguang 阅读(152) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页