随笔分类 -  windows

摘要:参考 https://blog.csdn.net/u012559967/article/details/134768073 win11确认可行 (另外一种修改注册表,暂未确认) 网络适配器中配置 网络适配器中配置的方式适用于能够在网络适配器中找到物理地址(NetworkAddress)的情况。 1、 阅读全文
posted @ 2024-12-23 02:05 scott_h 阅读(94) 评论(0) 推荐(0) 编辑
摘要:http://wenku.baidu.com/view/ee3f8022a5e9856a56126003.html http://blog.csdn.net/liu__ke/article/details/8993232 http://wenku.baidu.com/view/ebf1a9c3402 阅读全文
posted @ 2023-11-04 18:27 scott_h 编辑
摘要:VC MSC 1.0 _MSC_VER == 100 MSC 2.0 _MSC_VER == 200 MSC 3.0 _MSC_VER == 300 MSC 4.0 _MSC_VER == 400 MSC 5.0 _MSC_VER == 500 MSC 6.0 _MSC_VER == 600 MSC 阅读全文
posted @ 2020-08-14 16:35 scott_h 阅读(435) 评论(0) 推荐(0) 编辑
摘要:今天安装了 win10 1903 (10.0.18362 暂缺 Build 18362) 安装时 选的 是【win10 专业工作站版】 却无法激活, (因为当初是从win7升级上win10的,只有关联账户的数字许可证) 只能激活【专业版】, 所以无法激活【工作站版】 解决方案: 在【设置】【激活】【 阅读全文
posted @ 2019-06-08 21:23 scott_h 阅读(3756) 评论(0) 推荐(0) 编辑
摘要:安装操作系统 阅读全文
posted @ 2019-04-12 11:39 scott_h 阅读(8593) 评论(0) 推荐(0) 编辑
摘要:护眼 阅读全文
posted @ 2019-03-19 14:48 scott_h 阅读(2715) 评论(0) 推荐(0) 编辑
摘要:BIOS EFI ACHI 安装win10 GPT 分区表 MBR分区表 ` === gpt 不支持ntfs 导致win10镜像,(install.wim 大于4G) u盘FAT格式无法存放。 所以 要一个FAT当引导,一个NTFS 用来放win10 镜像 用 tongyongpe.com 的PE工 阅读全文
posted @ 2018-10-14 22:09 scott_h 阅读(456) 评论(0) 推荐(0) 编辑
摘要:preview /MD, /MT, /LD (Use Run-Time Library) #windows创建和调用静态库 Walkthrough: Create and use a static library // MathFuncsLib.h namespace MathFuncs { cla 阅读全文
posted @ 2018-09-02 05:30 scott_h 阅读(478) 评论(0) 推荐(0) 编辑
摘要:无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用 出现原因: 连接程序在负责连接可执行程序时,选择相应的c/c++运行时启动函数。如果设定了/subsystem:windows连接程序开关,那么连接程序会试图寻找WinMain或wWinMain 阅读全文
posted @ 2018-08-29 17:31 scott_h 阅读(3558) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2018-08-07 01:10 scott_h 阅读(7) 评论(0) 推荐(0) 编辑
摘要:Windows WMIC命令使用详解(附实例) https://blog.csdn.net/aflyeaglenku/article/details/77878525 ============== 第一次执行WMIC命令时,Windows首先要安装WMIC,然后显示出WMIC的命令行提示符。在WMI 阅读全文
posted @ 2018-08-07 00:52 scott_h 阅读(1393) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/enweitech/article/details/51982114 在CMD和Powershell中 使用WMIC 先决条件: a. 启动Windows Management Instrumentation服务,开放TCP135端口。 b. 本地安全策略 阅读全文
posted @ 2018-08-07 00:51 scott_h 阅读(3151) 评论(0) 推荐(0) 编辑
摘要:在 .rc资源 设置可以水平滚动, 垂直滚动 但是 水平滚动无效,水平方向 一直无法显示 完整 设置代码如下 改了很多值,一直无效。坑死我了!!!!!!! 最后想到直接看RC 资源文件的代码, 之前多了几个值,我直接删掉后,如下 最后就可以了,代码设置的水平长度,成功了。 阅读全文
posted @ 2018-07-27 03:29 scott_h 阅读(764) 评论(0) 推荐(0) 编辑
摘要:"/MD、/MT、/LD(使用运行库)" 有关 C 运行库以及使用 /clr(公共语言运行时编译) 进行编译时要使用哪些库的更多信息,请参见 CRT 库功能。 传递给链接器的给定调用的所有模块都必须使用相同的运行库编译器选项(/MD、/MT、/LD)进行编译。 有关如何使用运行库的调试版本的更多信息 阅读全文
posted @ 2018-07-13 00:49 scott_h 阅读(2276) 评论(0) 推荐(0) 编辑
摘要:windows 开源库: 查询CPU信息 . 包括ARM Mac windows "qemu" https://www.qemu.org/ 读取硬盘序列号 获取CPU的ID dlib 也有封装的库,来测试指令集(各个平台的) arm "STM32F4(读取芯片ID)" "读取STM32F207/40 阅读全文
posted @ 2018-06-24 21:40 scott_h 阅读(7840) 评论(0) 推荐(0) 编辑
摘要:编译动态库 注意: 动态库: 【目标文件扩展】 = .dll + 【配置类型】 = 动态库(.dll) 静态库: 【目标文件扩展】 = .lib + 【 配置类型】= 静态库(.lib) 一定要匹配!!! 否则报错 命令行添加参数 即向main()函数传递参数的方法: 右键单击要 添加参数的工程 属 阅读全文
posted @ 2018-06-14 18:39 scott_h 阅读(2218) 评论(0) 推荐(0) 编辑
摘要:win10 因为隐私问题, 把mic,摄像头, 定位功能关闭, 之后调用USB摄像头的时候,忘了这个, 接口API 一直返回调用失败,【不能创建视频捕捉过滤器 hr=0x80070005】 => 拒绝访问。 用管理员模式也不行, 后来打开【设置】【隐私】打开相机 ,才解决 在win10 【主页】设置 阅读全文
posted @ 2018-05-13 14:51 scott_h 阅读(3833) 评论(5) 推荐(0) 编辑
摘要:"vc 常见的编译器警告处理办法" 阅读全文
posted @ 2017-01-11 12:14 scott_h 阅读(527) 评论(0) 推荐(0) 编辑
摘要:"Sevices" .aspx) =============== "CreateService function" .aspx) Creates a service object and adds it to the specified service control manager databas 阅读全文
posted @ 2016-10-25 15:54 scott_h 阅读(249) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示