码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Matlab安装
we offer you two ways to license matlab r2010b: standalone1) choose "install manually without using the internet" 2) enter the "file installation key" ...
分类:其他好文   时间:2017-05-18 18:42:09    阅读次数:202
mariadb
1、安装MariaDB安装命令yum-yinstallmariadbmariadb-server安装完成MariaDB,首先启动MariaDBsystemctlstartmariadb设置开机启动systemctlenablemariadb接下来进行MariaDB的相关简单配置mysql_secure_installation首先是设置密码,会提示先输入密码Entercurrentpasswordforroot..
分类:数据库   时间:2017-05-18 12:39:39    阅读次数:200
Installation Directory does not contain Apache HTTP Server configuration
设置PHP server,选择Local Apache Http Server,定位到wamp/bin/apache然后输入name为apache,提示“Installation Directory does not contain Apache HTTP Server configuration. ...
分类:Web程序   时间:2017-05-18 11:36:20    阅读次数:217
Python 2.7.6 安装lxml模块[ubuntu14.04 LTS]
lxml >首字母是字母l,不是数字1 lxml 2.x : https://pypi.python.org/pypi/lxml/2.3 1xml官网:http://lxml.de/ 一 1xml安装说明: 官网:http://lxml.de/installation.html 安装"1xml"依赖 ...
分类:编程语言   时间:2017-05-18 11:35:54    阅读次数:223
Enhance Magento 404 page
Magento default installation already has a predefined custom 404 page (no-route). But is it enough to help visitor/customer get back on right track!?. ...
分类:其他好文   时间:2017-05-18 11:20:20    阅读次数:656
Mariadb
mysql==========yuminstallmysqlmysql-servermysqladmin-uroot-predhatpasswordwestos修改本地mysqlroot密码mysqladmin-uroot-predhat-h192.168.0.188passwordwestos修改远程192.168.0.188mysql服务器root密码mysql_secure_installation第一次安装mysql以后通过这条命令可以对m..
分类:数据库   时间:2017-05-18 09:43:05    阅读次数:307
Ubuntu16.04安装指定版本的Mysql(5.5/5.6)
Ubuntu升级到了16.04,直接执行apt-getinstallmysql会安装5.7可惜5.7下开发的APP启动都启动不起来,无奈需要降级。尝试过的方法如下:1,参考官网downgrading方法:https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/downgrading.html(彻底失败,我都不知道失败在什..
分类:数据库   时间:2017-05-17 23:26:44    阅读次数:548
解决Boost库链接出错问题
安装完最新的Boost库 官方说明中有一句话: Finally, will leave Boost binaries in the lib/ subdirectory of your installation prefix. You will also find a copy of the Boos ...
分类:其他好文   时间:2017-05-17 21:32:40    阅读次数:361
ios-deploy命令
-d, --debug launch the app in lldb after installation -i, --id <device_id> the id of the device to connect to -c, --detect only detect if the device i ...
分类:移动开发   时间:2017-05-17 16:04:37    阅读次数:410
redis集群搭建与管理
集群简介: Redis 集群是一个可以在多个 Redis 节点之间进行数据共享的设施(installation)。 Redis 集群不支持那些需要同时处理多个键的 Redis 命令, 因为执行这些命令需要在多个 Redis 节点之间移动数据, 并且在高负载的情况下, 这些命令将降低 Redis 集群 ...
分类:其他好文   时间:2017-05-17 16:03:15    阅读次数:332
1730条   上一页 1 ... 71 72 73 74 75 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!