码迷,mamicode.com
首页 >  
搜索关键字:program    ( 9373个结果
数据库的安装
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
使用axis2,根据WSDL生成java客户端代码
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
添加特定软件证书到windows不信任列表
$target="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" $filePath=$PSScriptRoot+(New-Guid).Guid $cer = Get-AuthenticodeSignature $targe ...
分类:Windows程序   时间:2020-05-25 17:26:42    阅读次数:100
Jmeter简单使用
下载安装 下载地址: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
Git-idea学习
需要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
C#递归
有一组数,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 = ...
分类:Windows程序   时间:2020-05-24 16:24:33    阅读次数:72
cmake cmake MSBUILD : error MSB1009: 项目文件不存在 or MSBuild.exe not find !
//配置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
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安装失败解决方法
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
shader变体
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
9373条   上一页 1 ... 30 31 32 33 34 ... 938 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!