摘要: 一次尝试 读者可以尝试如下代码,其中包含 #include <con>,不出意外的话你就"杀死"了你的编译器。 #include <con> #include <stdio.h> int main() { printf("Hello World!!!\n"); return 0; } 原理 运行了上 阅读全文
posted @ 2021-11-30 19:18 Acx7 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 异常报告 解决方法 异常原因 Tomcat 10 之后 Servlet 依赖包不再是 javax.servlet ,而是改为 jakarta.servlet。 解决办法 使用 Tomcat 10 以下的版本。dependency 修改为最新的 jakarta.servlet。 阅读全文
posted @ 2021-11-30 17:53 Acx7 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1.打开 Help -> Edit Custom VM Options 2.添加一行配置 -Duser.name=AuthorName 3.重启 IDEA 后配置成功 阅读全文
posted @ 2021-11-30 17:09 Acx7 阅读(677) 评论(0) 推荐(0) 编辑