1.解压到当前文件 2.配置环境变量,将bin目录添加到path 3.配置my.ini文件,写入以下代码,保存到mysql根目录下 [mysqld] # 设置3306端口 port=3306 # 设置mysql的安装目录 basedir=C:\Program Files\MySQL # 设置mysq ...
分类:
数据库 时间:
2020-05-26 17:56:58
阅读次数:
95
1、axis2客户端下载地址:https://download.csdn.net/download/gzyftk/12424221 2、下载解压在D:\Work_Program_Files目录;在D:\Work_Program_Files\axis2-1.7.8\bin目录有一个wsdl2java. ...
分类:
编程语言 时间:
2020-05-26 15:24:11
阅读次数:
113
$target="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" $filePath=$PSScriptRoot+(New-Guid).Guid $cer = Get-AuthenticodeSignature $targe ...
下载安装 下载地址:http://jmeter.apache.org/download_jmeter.cgi 1.下载压缩包jmeter-5.0.tgz,并解压 2.安装jdk,设置环境变量,并验证是否安装成功 JAVA_HOME:jdk的安装目录,如C:\Program Files\Java\jd ...
分类:
其他好文 时间:
2020-05-25 15:14:31
阅读次数:
58
需要idea先配置git: File --> Setting --> Version Control > Git 设置path to git executable 设置git.exe 位置:D:\Dev\Program\Git\bin\git.exe ...
分类:
其他好文 时间:
2020-05-25 12:07:25
阅读次数:
72
有一组数,1,1,2,3,5,8,……,用递归算法算出第三十个数 1 using System; 2 3 namespace ConsoleApp1 4 { 5 class Program 6 { 7 static void Main(string[] args) 8 { 9 int sLeft = ...
//配置vs环境变量 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterpr ...
分类:
其他好文 时间:
2020-05-24 11:38:26
阅读次数:
59
What is the difference between sed and awk sed is a stream editor. It works with streams of characters on a per-line basis. It has a primitive program ...
分类:
其他好文 时间:
2020-05-24 11:34:00
阅读次数:
81
node-sass安装失败,提示如下: gyp verb check python checking for Python executable "python" in the PATH gyp verb `which` succeeded python D:\Program Files\Pytho ...
分类:
其他好文 时间:
2020-05-23 16:21:45
阅读次数:
363
unity shader 变种(多重编译 multi_compile) https://www.jianshu.com/p/f34d896dde5d Unity Shader - Making multiple shader program variants 制作shader程序多变体 https: ...
分类:
其他好文 时间:
2020-05-23 13:17:39
阅读次数:
65