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 上安装 MySQL https://www.mysql.com/downloads/ 1、下载MySQL安装包(官网下载链接): 选择 DOWNLOADS ——> Community(社区版,免费) ——> MySQL on Windows ——> MySQL Installer — ...
分类:
数据库 时间:
2019-05-15 00:26:54
阅读次数:
160
composer.phar文件 直接下载:https://getcomposer.org/download/ 命令行下载:php -r "readfile('https://getcomposer.org/installer');" | php 检测下载是否成功: 局部安装: 复制composer. ...
分类:
其他好文 时间:
2019-05-12 18:24:00
阅读次数:
125
因为jenkins是用windows installer 安装成 windows的服务了,那么jenkins是一个后台服务,所以跑selium cases 的时候不显示浏览器解决办法:Step 1. Control Panel(控制面板) -> Administrative Tools(管理工具) ...
分类:
其他好文 时间:
2019-05-11 18:17:19
阅读次数:
118
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 Hi Using Linux for a time ,in its very essence one of the ...
分类:
系统相关 时间:
2019-05-11 09:16:44
阅读次数:
390
红色 执行命令: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
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
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
一:准备材料 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