码迷,mamicode.com
首页 >  
搜索关键字:release board    ( 13112个结果
Linux 红帽 NFS服务器配置
Linux红帽NFS服务器配置什么是FNS?NFS是1980年由SUN发展出来在UNIX/Linux系统间实现磁盘文件共享的一种方法,支持应用程序在客户端通过网络存取位于服务器磁盘中数据的一种文件系统协议。1.场景某单位需要配置NFS服务器,为另外一台运行Oracle数据库的Linux服务器提供备份存储..
分类:系统相关   时间:2014-09-10 02:57:30    阅读次数:792
关于nginx 访问其他目录
yum默认没有nginx的安装包需要先下载好RPM包wgethttp://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm默认用yum-yinstallnginx安装好之后就可以用http://ip去访问nginx如果想访问http://ip/contentweb/怎需要修改vim/etc/nginx/conf.d..
分类:其他好文   时间:2014-09-10 02:54:40    阅读次数:185
关闭xCode项目的ARC设置
ARC forbids explicit message send of ‘release‘ ‘release‘ is unavailable: not available in automatic reference counting mode 今天,遇到了这么样的问题。 很显然,是ARC的问题。 错误原因:因为我们设置...
分类:其他好文   时间:2014-09-09 23:11:09    阅读次数:920
电脑组装step1
1.CPU Intel i7 (4770K)2.主板(mother board): 技嘉GA-Z97-HD3 (内置显卡??) 华硕B85-PRO GAMER3.显卡 http://www.geforce.cn/hardware/desktop-gpus >=GTX7504.显示器 DELL ult...
分类:其他好文   时间:2014-09-09 19:58:19    阅读次数:174
spring data 整合mongodb
org.springframework.data spring-data-commons 1.4.1.RELEASE org.springfram...
分类:数据库   时间:2014-09-09 17:32:29    阅读次数:238
spring-mvc 框架的简单搭建
1、下载 spring 包,http://www.springsource.org/download 我下的是spring-framework-4.0.6.RELEASE2、新建 web项目,在/WebRoot/lib 导入.jar包(/spring-framework-4.0.6.RELEASE....
分类:编程语言   时间:2014-09-09 12:26:58    阅读次数:281
CentOS 6安装mock
最近工作中需要用到mock,这里介绍两种安装方式。本文的环境为CentOS 6.4 x86_64。一,使用yum安装mock安装第三方yum源RPMForgeCentos5 64位 wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-r....
分类:其他好文   时间:2014-09-09 12:06:58    阅读次数:255
【MySQL专辑】CentOS卸载MySQL的方法 yum remove xxx
[root@kypulolampp]#rpm-qa|grepmysqlmysql-community-release-el6-5.noarchmysql-community-client-5.6.20-4.el6.i686mysql-community-libs-5.6.20-4.el6.i686mysql-community-common-5.6.20-4.el6.i686mysql-community-server-5.6.20-4.el6.i686[root@kypulolampp]#yumremove..
分类:数据库   时间:2014-09-08 10:58:57    阅读次数:512
Leetcode 细节实现
Valid Sudoku  Total Accepted: 13142 Total Submissions: 47070My Submissions Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially fi...
分类:其他好文   时间:2014-09-07 13:33:35    阅读次数:182
CSU 1312 CX and girls (最短路)
1321: CX and girlsTime Limit:1 SecMemory Limit:128 MBSubmit:432Solved:124[Submit][Status][Web Board]Description CX是要赶去上课,为了不迟到必须要以最短的路径到达教室,同时CX希望经过的路...
分类:其他好文   时间:2014-09-07 12:16:15    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!