上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: 升级数据库就能解决 阅读全文
posted @ 2023-12-29 08:40 黄立明02 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 先上图 我安装完程序之后,返现上面红框中是灰色的,并且前面还带一个黄色感叹号 并且下面C++的地方还是空的,应该是系统没有c++编译器 为系统安装g++编译器 sudo apt-get install g++ 不能编译需要安装套件,用命令行安装 sudo apt-get install build- 阅读全文
posted @ 2023-12-20 15:36 黄立明02 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 新建一个配置文件 log4net.config,右键文件属性,始终复制到生成目录下即可,配置文件可以根据自己的需要自行修改 <?xml version="1.0" encoding="utf-8"?> <log4net> <appender name="RollingLogFileAppender" 阅读全文
posted @ 2023-11-21 10:10 黄立明02 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 程序结构体和动态库结构体如下 struct VehInfo { int ID; int laneId; VEHSTATE vehstate; int leftX; int rightX; int leftXSignal;//单车道的左位置 int rightXSignal;//单车道的右位置 int 阅读全文
posted @ 2023-11-15 10:18 黄立明02 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 查看代码中是否加锁导致死锁了。 阅读全文
posted @ 2023-08-28 14:28 黄立明02 阅读(4) 评论(0) 推荐(0) 编辑
摘要: xpath不能去获取到tbody标签 阅读全文
posted @ 2023-05-16 23:24 黄立明02 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 使用的版本不对,使用2.14.1可以正常获取 阅读全文
posted @ 2023-04-09 13:57 黄立明02 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 使用EF Core,需要先安装几个依赖包 命令行: Scaffold-DbContext "Server=localhost;Database=smallapp;User=root;Password=12345" MySql.EntityFrameworkCore 阅读全文
posted @ 2023-04-01 16:48 黄立明02 阅读(13) 评论(0) 推荐(0) 编辑
摘要: webPreferences: { nodeIntegration: true, // 官网似乎说是默认false,但是这里必须设置contextIsolation contextIsolation: false } 、、上面的不要他妈的写错了,一定要复制过去,vscode他妈的不提示错误 阅读全文
posted @ 2023-03-11 22:57 黄立明02 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 要先初始化界面,然后才能给界面中的值赋值 阅读全文
posted @ 2023-02-28 16:54 黄立明02 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页