摘要:
VS2010新增文件类型系统要求如下支持操作系统:Windows 7、Windows Server 2003 R2、Windows Server 2003 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows VistaSP2、Windows XP SP3用户需要安装MSXML6Visual Studio 2010专业版或更高版本安装VS2010 SP1 SDK上一步骤完成之后再安装VS2010 SDK sp1打开VS2010,在新建项目中可以看到如下图新建解决方案添加C# Item Template项目名称为vxml,删除cla 阅读全文
摘要:
https://blog.csdn.net/qq_42307920/article/details/127049565 mysqld --defaults-file="C:\ProgramData\MySQL\MySQL Server 8.0\my.ini" --console --skip-gra 阅读全文
摘要:
Scaffold-DbContext "server=localhost;userid=root;pwd=sunrisevs;port=3308;database=sldb;sslmode=none;" Pomelo.EntityFrameworkCore.MySql -OutputDir Mode 阅读全文
摘要:
原因:引用的dll只支持x64编译导致 解决方案:将编译环境从AnyCPU修改为x64即可 参考:https://www.cnblogs.com/qqhfeng/p/6649150.html 阅读全文
摘要:
Newtonsoft.Json 反序列化时报错,原因为:字符串中存在特殊字符导致 解决方案:将\\替换成/ 阅读全文
摘要:
阅读全文
摘要:
https://www.cnblogs.com/turnip/p/11087837.html 1.ctrl + shift + f 打卡全局查找 2.输入(".*[\u4E00-\u9FA5]+)|([\u4E00-\u9FA5]+.*") 即搜索文档中代码中文字符串 (\".*([^\x00-\x 阅读全文
摘要:
方案一: 1.首先点击电脑左下角的开始图标,然后在弹出的菜单中选择“所有程序”。 2. 找到并点击“Autodesk”选项。 3. 找到3DMax文件,点击进入。 4. 在文件列表中找到3ds Max 2022 - Simplified Chinese(简体中文版)即可 方案二: 右击3ds Max 阅读全文
摘要:
环境:QT6.5, VS2022, QT Visual Studio Tool 2.10.1 1. QT Custom Designer Widget 无法显示到WidgetBox中的解决方案: QDESIGNER_WIDGET_EXPORT 需要将生成的dll和lib放置到目录D:\Qt\6.5. 阅读全文
摘要:
Error - BadImageFormatExceptionSolution :Select a solution, Right Click and select Property | Configuration Properties | Configuration, update the pla... 阅读全文