码迷,mamicode.com
首页 >  
搜索关键字:sccm wsus program    ( 9740个结果
cmake 使用技巧
Visual Studio 2019 典型项目 https://github.com/fmtlib/fmt 默认会在C盘 C:\Program Files (x86) cmake 我没用管理员权限 所以安装会失败 configure 后 一些目录成了固定的想修改 CMAKE_INSTALL_PREF ...
分类:其他好文   时间:2021-02-02 10:52:59    阅读次数:0
maven换源&反序列化字节转换工具
#1、maven换源 apache-maven-3.5.2\conf 目录中的 settings.xml 文件、 修改maven 本地仓库地址 D:\Program Files创建文件夹MavenRepository ; 找到settings.xml 文件中 打开注释修改如下: D:\Program ...
分类:其他好文   时间:2021-02-01 12:50:48    阅读次数:0
idea eslint 配置
1. TypeError: this.CliEngine is not a constructor 点击 details,找到报错文件位置,如: D:\Program Files\JetBrains\IntelliJ IDEA 2017.3.7\plugins\JavaScriptLanguage\ ...
分类:其他好文   时间:2021-02-01 11:57:58    阅读次数:0
C#9.0:Top-Level Programs
我们称之为顶级层序 用 C# 编写一个简单的程序需要大量的样板代码,引用,类、方法、结构体等: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 Console.WriteLine("Hello World!"); 6 7 } 8 ...
分类:Windows程序   时间:2021-02-01 11:53:27    阅读次数:0
Delphi XE5教程8:使用Delphi命名空间
// Project file declarations... //项目文件声明… program MyCompany.ProjectX.ProgramY; // Unit source file declaration... //单元源文件声明 unit MyCompany.ProjectX.Pr ...
分类:Windows程序   时间:2021-02-01 11:51:46    阅读次数:0
32位Exe程序突破系统内存限制
使用场景: 自己的32位exe需要占用1.6G内存的使用,在Win7 64位环境中,由于系统内存限制,无法申请到这些内存,发生崩溃! // 我自己使用的代码模板: //第一步,进入目录 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enter ...
分类:其他好文   时间:2021-01-29 12:22:24    阅读次数:0
Proj THUDBFuzz Paper Reading: 南京大学软件分析课程2020, 16 Soundiness
Soundness & Soundiness Soundness: the analysis captures all program behaviors, or the analysis result models all possible executions of the program ? ...
分类:数据库   时间:2021-01-29 12:01:47    阅读次数:0
mysql学习之卸载
卸载mysql的时候,需要删除C:\ProgramData\MySQL的文件夹以及C:\Program Files (x86)\MySQL的东西,这样删除干净后,下次重新安装就会十分顺利。 ...
分类:数据库   时间:2021-01-28 11:38:25    阅读次数:0
Kali中使用vscode调试bitcoin
.vscode/launch.json设置 关键在于 "program": "${workspaceFolder}/src/qt/bitcoin-qt", 全部内容: { // Use IntelliSense to learn about possible attributes. // Hover ...
分类:其他好文   时间:2021-01-27 14:04:54    阅读次数:0
Vsphere client和Vsphere web client中英文切换
使用命令行窗口,定位到vsphere的安装文件夹: C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher>vpxclient -locale zh_CN 切换到中文 C:\Program Files\Infras ...
分类:Web程序   时间:2021-01-26 12:35:08    阅读次数:0
9740条   上一页 1 ... 7 8 9 10 11 ... 974 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!