码迷,mamicode.com
首页 >  
搜索关键字:sccm wsus program    ( 9740个结果
添加特定软件证书到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
Spark 安装
架构 Driver Program:每个 Spark 应用的主程序 Spark Context:在 Driver 里面构建,用于协调、调度在各个节点运行的进程 Cluster Manager:管理节点,分配资源(可以是 Spark standalone、Mesos、Yarn、K8S) Worker ...
分类:其他好文   时间:2020-05-22 09:37:29    阅读次数:62
使用selenium 连接到一个已经打开的浏览器
我们有时希望对一个已经打开的浏览器进行测试。 1.使用Debug 方式启动浏览器 Process proc = new Process(); proc.StartInfo.FileName = @"C:\Program Files (x86)\Google\Chrome\Application\ch ...
分类:其他好文   时间:2020-05-21 16:30:13    阅读次数:446
9740条   上一页 1 ... 31 32 33 34 35 ... 974 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!