上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: 报错如下 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '??,Limit_l 阅读全文
posted @ 2024-01-26 17:34 黄立明02 阅读(97) 评论(0) 推荐(0)
摘要: 我本地在vs上可以编译通过,也能执行成功 但是部署之后,就出现标题所示的错误 网上说查找对应版本的SQLite.Interop.dll动态库 x86活x64 但是网上下载之后 吊用没有 解决: 根据自己的程序的版本(x86\x64)使用everything检索本地的SQLite.Interop.dl 阅读全文
posted @ 2024-01-25 09:20 黄立明02 阅读(754) 评论(0) 推荐(0)
摘要: 升级数据库就能解决 阅读全文
posted @ 2023-12-29 08:40 黄立明02 阅读(45) 评论(0) 推荐(0)
摘要: 先上图 我安装完程序之后,返现上面红框中是灰色的,并且前面还带一个黄色感叹号 并且下面C++的地方还是空的,应该是系统没有c++编译器 为系统安装g++编译器 sudo apt-get install g++ 不能编译需要安装套件,用命令行安装 sudo apt-get install build- 阅读全文
posted @ 2023-12-20 15:36 黄立明02 阅读(1004) 评论(0) 推荐(0)
摘要: 新建一个配置文件 log4net.config,右键文件属性,始终复制到生成目录下即可,配置文件可以根据自己的需要自行修改 <?xml version="1.0" encoding="utf-8"?> <log4net> <appender name="RollingLogFileAppender" 阅读全文
posted @ 2023-11-21 10:10 黄立明02 阅读(99) 评论(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 阅读(50) 评论(0) 推荐(0)
摘要: 查看代码中是否加锁导致死锁了。 阅读全文
posted @ 2023-08-28 14:28 黄立明02 阅读(16) 评论(0) 推荐(0)
摘要: xpath不能去获取到tbody标签 阅读全文
posted @ 2023-05-16 23:24 黄立明02 阅读(14) 评论(0) 推荐(0)
摘要: 使用的版本不对,使用2.14.1可以正常获取 阅读全文
posted @ 2023-04-09 13:57 黄立明02 阅读(226) 评论(0) 推荐(0)
摘要: 使用EF Core,需要先安装几个依赖包 命令行: Scaffold-DbContext "Server=localhost;Database=smallapp;User=root;Password=12345" MySql.EntityFrameworkCore 阅读全文
posted @ 2023-04-01 16:48 黄立明02 阅读(37) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 22 下一页