码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
PHP如何下载对应的XDebug版本
Xdebug安装地址 https://xdebug.org/download.php 进入下载页面后点击 custom installation instructions 复制phpinfo整个网页内容(Command+A),粘贴到文本框中 提交后,会显示适合安装的Xdebug版本 对PHP的php ...
分类:Web程序   时间:2018-11-01 11:42:39    阅读次数:1446
Xdebug安装对应版本与配置 - cxscode - 博客园
Xdebug安装地址https://xdebug.org/download.php,进入下载页面后点击custom installation instructions,可以找到适合的Xdebug版本。 如果你点击了custom installation instructions,会进入下面的页面,把 ...
分类:其他好文   时间:2018-10-31 17:09:27    阅读次数:334
ERP和C4C中的function location
SAP ERP里的Functional Locations,下载到SAP Cloud for Customer后成为类型为‘Functional Location’的Installation Points: C4C Installation Point UI: /BYD_COD/ServiceOnD ...
分类:其他好文   时间:2018-10-30 14:53:23    阅读次数:203
linux 安装mysql数据库
附上官方教程地址: https://dev.mysql.com/doc/refman/5.7/en/binary-installation.html 下面是/etc/my.cnf文件 以后用到的以后再网上添加 (最好先把配置文件改好,再实例化mysql) [client]port = 3306soc ...
分类:数据库   时间:2018-10-30 12:05:04    阅读次数:167
Zabbix深度安装
Zabbix深度安装 一、安装服务器端 官方安装参考:https://www.zabbix.com/documentation/2.4/manual/installation/install_from_packages [root@linux-node1 ~]# mkdir -p /home/old ...
分类:其他好文   时间:2018-10-28 11:23:37    阅读次数:184
Sublime Text3的Package Control安装教程,及报错解决There Are No Packages Available For Installation
一、Package Control的安装 Sublime 有很多插件,这些插件为我们写python代码提供了非常强大的功能,这些插件需要单独安装。而安装这些插件最方便的方法就是通过Package Control的插件,这其实就是一个插件管理器,帮助我们从Sublime中安装,升级和移除插件,这样对于 ...
分类:其他好文   时间:2018-10-22 01:18:38    阅读次数:414
sublime text3 3176 汉化和注册
软件版本:sublime text3 3176 一:汉化 packagecontrol官方网站:【https://packagecontrol.io/installation】 1.安装packagecontrol (快捷键 ctrl + ~) 点击 菜单上的“Preferences” -> “Pa ...
分类:其他好文   时间:2018-10-20 13:40:42    阅读次数:145
CF1066B Heaters
思路: 从左向右贪心选择能覆盖当前位置的最靠右的那个heater即可,和poj radar installation类似。 实现: ...
分类:其他好文   时间:2018-10-18 13:58:12    阅读次数:226
ZooKeeper Installation
ZooKeeper Installation Install ZooKeeper packages If you need a cluster, configure the Conf file, otherwise ignore it. Configure ZooKeeper Common Conf ...
分类:其他好文   时间:2018-10-18 10:51:51    阅读次数:143
caffe—ssd安装教程
环境: ubuntu16.04 cuda8.0 cudnn5.0 已安装过caffe1.0 tensorflow1.2 教程 https://github.com/weiliu89/caffe/tree/ssd Installation git clone https://github.com/we ...
分类:其他好文   时间:2018-10-17 14:41:57    阅读次数:594
1730条   上一页 1 ... 28 29 30 31 32 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!