码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Drupal7.8的安装注意的问题
首先推荐在安装之前,首先阅读一下官方的Installation guide ,说实话话,这玩意安装没有Joomla安装那么平滑,大多数问题,guide都会提到。我是先安装后看的这个guide,比较折腾。 在安装的过程中一定要在PHP.ini把xdebug.show_exception_trace特性 ...
分类:其他好文   时间:2017-07-02 11:01:51    阅读次数:208
centos7.0 安装pdo_mysql扩展
1:进入到源码包 /usr/local/php-7.1.6/ext/pdo_mysql 执行/usr/local/php-7.1/bin/phpize 如果报如下错误: Cannot find autoconf. Please check your autoconf installation and ...
分类:数据库   时间:2017-07-01 22:44:26    阅读次数:1931
Vue初体验
参考地址:https://cn.vuejs.org/v2/guide/installation.html Vue.js 是一套构建用户界面的渐进式框架,不支持IE8及其以下版本的浏览器,因为其使用IE8不能模拟的ECMAScript5特性,Vue.js支持所有 兼容ECMAScript5的浏览器。 ...
分类:其他好文   时间:2017-06-28 23:11:14    阅读次数:210
Python3.6.0安装
1.安装 具体详情请参考下图: 双击安装包: 勾选“add python 3.6 to PATH”这样可以自动生成环境变量,选择“Customize installation”自定义安装。 2、验证是否安装成功 按“win+R”打开cmd命令,输入Python,看到如下界面,说明Python已经安装 ...
分类:编程语言   时间:2017-06-28 19:05:15    阅读次数:159
GitLab 的安装
系统环境:CentOS7 切记:安装GitLab 时会自动安装GitLab自带的Nginx,为了避免冲突,部署环境时先不要安装Nginx。 官网安装及汉化安装 官网安装最新版GitLab:https://about.gitlab.com/installation/ 选择对应的系统版本 按照官网的教程 ...
分类:其他好文   时间:2017-06-27 16:23:49    阅读次数:164
015_sublime插件管理
<1>按照这个进行Package Control的安装 https://packagecontrol.io/installation <2>packagecontrol官网 ...
分类:其他好文   时间:2017-06-24 15:33:47    阅读次数:152
Oracle 12cR2 Installation On CentOS-7
安装oracle-database-server-12cR2-preinstall 创建oracle环境变量配置文件 ...
分类:数据库   时间:2017-06-22 10:17:16    阅读次数:602
CentOS 7.0 使用 yum 安装 MariaDB 与 MariaDB 的简单配置
1、安装MariaDB安装命令yum-yinstallmariadbmariadb-server安装完成MariaDB,首先启动MariaDBsystemctlstartmariadb设置开机启动systemctlenablemariadb接下来进行MariaDB的相关简单配置mysql_secure_installation首先是设置密码,会提示先输入密码Entercurrentpasswordforroot..
分类:数据库   时间:2017-06-21 11:31:57    阅读次数:161
mysql 移除服务,并在cmd下切换目录
实际中需要把注册的mysql移除, 一时忘了命令, 特此记录 在网上找的帮助 #Path to installation directory. All paths are usually resolved relative to this.basedir="D:\MySQL Server 5.1/" ...
分类:数据库   时间:2017-06-20 16:20:42    阅读次数:201
Xdebug安装对应版本与配置
Xdebug安装地址https://xdebug.org/download.php,进入下载页面后点击custom installation instructions,可以找到适合的Xdebug版本。 如果你点击了custom installation instructions,会进入下面的页面,把 ...
分类:其他好文   时间:2017-06-19 00:37:20    阅读次数:291
1730条   上一页 1 ... 67 68 69 70 71 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!