简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
始:为了使vs17开发的程序在新装的win10系统跑起来过程:1.到微软官网,下载运行时库vc_redist, Download Visual C++ Redistributable Packages for Visual Studio 2013 from Official Microsoft Download Center2.参考了msiexec 的安装方式,发现对最新的VC_red
1.准备工作-安装vm虚拟机+虚拟机下安装xp2.下载DriverMonitor+DebugView3.编写代码#ifdef __cplusplusextern "C"{#endif#include#ifdef __cplusplus}#endif#define PAGEDCODE code_seg("PAGE")#define LOCK
资源:1.工具dism(提取和修改wim文件)+RegistryWorkshop_chs_5.0.0(修改注册表)+现有的pe系统(修改注册表)2.Win10x64原版镜像.iso3.虚拟机(测试和修改注册表)开始:1.提取iso里的boot.wim卷2----因为要修改所以进行提取dism /export-image /sourceimagefile:w:\sources
2.通过对比cd /d d:\leidian\LDPlayer9错误, 而cd /d D:\leidian\LDPlayer9 未出现错误。1.c++ 通过createprocess运行命令ldconsole.exe launch --name xxx 启动模拟器,出现异常窗口。3.分析,细节在于模拟器是安卓系统,属于linux系统,而Linux系统对大小写敏感,在配置命令环境时出现了纰漏,导致程
代碼:// This is a basic Flutter widget test.//// To perform an interaction with a widget in your test, use the WidgetTester// utility that Flutter provides. For example, you can send tap and scrol...