2023年9月19日
摘要: pom.xml: <!-- database --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <d 阅读全文
posted @ 2023-09-19 15:24 laremehpe 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 1、 首先需要注意配置的选项要和运行的选项一致(如果要运行debug下32位的程序就需要配置 Configuration选择Debug,platform选 32) 2、这个是根据需要生成lib、dll、还是windows程序来选择: VC++目录默认不要修改: 这里添加引入#include 所需要的 阅读全文
posted @ 2023-09-19 13:42 laremehpe 阅读(105) 评论(0) 推荐(0) 编辑