服务器端配置 - 更新源并下载 客户端配置 - 更新源并下载 服务器端新建共享目录和客户端新建挂载点 服务器端配置NFS exports 客户端挂载共享目录 参考URL: https://www.digitalocean.com/community/tutorials/how-to-set-up-a ...
分类:
其他好文 时间:
2016-05-05 10:58:35
阅读次数:
112
linux下安装mysql教程一大片,我就不说了,再此说下windows 下如何安装这个5.7版本,并且有些坑已踩! 一:进入mysql下载地址:http://www.mysql.com/downloads/ ,点击community 二:选择windows下版本 三:选择installer 四:到 ...
分类:
数据库 时间:
2016-05-03 20:02:20
阅读次数:
278
Asterisk (PBX) is an open source communication server released under the GPL license maintained by Gigium and Asterisk community. Asterisk is used for creating communication applications that turns an...
分类:
其他好文 时间:
2016-05-03 18:28:10
阅读次数:
443
In today’s linux tutorial we will follow with the help of snapshots to install, setup and configure ClearOS 7.1 the latest beta verion on VMware 64 bit. ClearOS is a next generation Network, Cloud and...
分类:
编程语言 时间:
2016-05-03 18:26:54
阅读次数:
285
# wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm# rpm -ivh mysql57-community-release-el7-8.noarch.rpm# yum install mysql-com ...
分类:
数据库 时间:
2016-05-03 12:36:35
阅读次数:
155
方法/步骤 打开百度搜索,输入MySQL,第一个是MySQL官网 点击第一个链接地址,进入MySQL官方网站,单击“Downloads”下载Tab页,进入下载界面 找到Community(社区)并且单击它,出现以下的页面 查看Community对应左侧下方选项,单击第四个“MySQL Communi ...
分类:
数据库 时间:
2016-05-02 16:46:56
阅读次数:
392
php缓存技术——memcache常用函数详解 2016-04-07 aileen PHP编程 Memcache函数库是在PECL(PHP Extension Community Library)中,主要作用是搭建大容量的内存数据的临时存放区域,在分布式的时候作用体现的非常明显,否则不建议使用。 m ...
分类:
Web程序 时间:
2016-04-30 19:37:48
阅读次数:
217
CentOS7的yum源中默认好像是没有mysql的。为了解决这个问题,我们要先下载mysql的repo源。 1. 下载mysql的repo源 2. 安装mysql-community-release-el7-5.noarch.rpm包 安装这个包后,会获得两个mysql的yum repo源:/et ...
分类:
数据库 时间:
2016-04-29 23:48:45
阅读次数:
583
1、安装依赖库
yum -y update
2、添加MySQL YUM仓库
wget http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
rpm -Uvh mysql-community-release-el6-5.noarch.rpm
3、添加/etc/yum.repos.d/mysql-community...
分类:
数据库 时间:
2016-04-29 19:09:16
阅读次数:
326
refer : http://stackoverflow.com/questions/10906411/asp-net-web-api-put-delete-verbs-not-allowed-iis-8http://www.inmotionhosting.com/support/community ...
分类:
其他好文 时间:
2016-04-28 00:14:48
阅读次数:
229