码迷,mamicode.com
首页 >  
搜索关键字:ccmcache installer    ( 1507个结果
Customize User Interfaces and Pass User Input to Installer Classes
In this article I am going to demonstrate how to customize your MSI install to prompt the user for some information and then pass this information to ...
分类:其他好文   时间:2019-05-17 12:06:16    阅读次数:118
Windows和Linux上 安装MySQL
Windows 上安装 MySQL https://www.mysql.com/downloads/ 1、下载MySQL安装包(官网下载链接): 选择 DOWNLOADS ——> Community(社区版,免费) ——> MySQL on Windows ——> MySQL Installer — ...
分类:数据库   时间:2019-05-15 00:26:54    阅读次数:160
安装composer
composer.phar文件 直接下载:https://getcomposer.org/download/ 命令行下载:php -r "readfile('https://getcomposer.org/installer');" | php 检测下载是否成功: 局部安装: 复制composer. ...
分类:其他好文   时间:2019-05-12 18:24:00    阅读次数:125
jenkins执行selenium自动化测试浏览器不显示解决方法
因为jenkins是用windows installer 安装成 windows的服务了,那么jenkins是一个后台服务,所以跑selium cases 的时候不显示浏览器解决办法:Step 1. Control Panel(控制面板) -> Administrative Tools(管理工具) ...
分类:其他好文   时间:2019-05-11 18:17:19    阅读次数:118
error: Microsoft Visual C++ 14.0 is required.
Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required 安装 1. 3选1下载:Visual Studio 2019 Microsoft "Build Tools for Visual Studio 2019" . Al ...
分类:编程语言   时间:2019-05-11 09:23:28    阅读次数:114
How to Fix "Linux Failure to Download extra data files for ttf-mscorefonts-installer" error
How to Fix "Linux Failure to Download extra data files for ttf-mscorefonts-installer" error Hi Using Linux for a time ,in its very essence one of the ...
分类:系统相关   时间:2019-05-11 09:16:44    阅读次数:390
Linux安装composer遇到的坑
红色 执行命令:curl sS https://getcomposer.org/installer | php 报错如下 Some settings on your machine make Composer unable to work properly. Make sure that you f ...
分类:系统相关   时间:2019-05-10 14:50:55    阅读次数:942
运行composer出现do not run Composer as root/super user!
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer composer -V 意思是不要在root超级用户下执行,所以就更换一个用户吧,如下,就不会报这个提示了 userad ...
分类:其他好文   时间:2019-05-08 21:40:56    阅读次数:2557
win10 python 环境搭建
1.在官网上下载python安装程序:www.python.org 官网是英文的,程序自己慢慢找就好了。因为机子是64位的,所以必须下载64位的pyhon安装程序,另外我这里下的是python版本是2.7.12 下载的文件名称是Windows x86-64 MSI installer (MSI就是微 ...
分类:编程语言   时间:2019-05-08 12:12:30    阅读次数:116
在物理机上使用U盘安装kali Linux系统
一:准备材料 1) Universal_USB_Installe 系统镜像烧录工具 下载地址:https://universal-usb-installer.en.softonic.com/ 2) Kali系统 下载地址:https://www.kali.org/downloads/ 3) 4G以上 ...
分类:系统相关   时间:2019-05-01 18:49:40    阅读次数:2418
1507条   上一页 1 ... 23 24 25 26 27 ... 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!