码迷,mamicode.com
首页 >  
搜索关键字:community    ( 2516个结果
搭建NFS服务器
服务器端配置 - 更新源并下载 客户端配置 - 更新源并下载 服务器端新建共享目录和客户端新建挂载点 服务器端配置NFS exports 客户端挂载共享目录 参考URL: https://www.digitalocean.com/community/tutorials/how-to-set-up-a ...
分类:其他好文   时间:2016-05-05 10:58:35    阅读次数:112
windows64位安装mysql-5.7.12,图文
linux下安装mysql教程一大片,我就不说了,再此说下windows 下如何安装这个5.7版本,并且有些坑已踩! 一:进入mysql下载地址:http://www.mysql.com/downloads/ ,点击community 二:选择windows下版本 三:选择installer 四:到 ...
分类:数据库   时间:2016-05-03 20:02:20    阅读次数:278
Centos 7.x Install and Setup Asterisk 13 (PBX)
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
ClearOS Community 7.1 Install Virtual Machine
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
centos7 安装 mysql5.7, 以及安装中遇到的问题
# 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,第一个是MySQL官网 点击第一个链接地址,进入MySQL官方网站,单击“Downloads”下载Tab页,进入下载界面 找到Community(社区)并且单击它,出现以下的页面 查看Community对应左侧下方选项,单击第四个“MySQL Communi ...
分类:数据库   时间:2016-05-02 16:46:56    阅读次数:392
php缓存技术——memcache常用函数详解
php缓存技术——memcache常用函数详解 2016-04-07 aileen PHP编程 Memcache函数库是在PECL(PHP Extension Community Library)中,主要作用是搭建大容量的内存数据的临时存放区域,在分布式的时候作用体现的非常明显,否则不建议使用。 m ...
分类:Web程序   时间:2016-04-30 19:37:48    阅读次数:217
CentOS系统下安装以及卸载mysql
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
linux、mac 安装mysql
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
IIS not allow PUT and DELETE method
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!