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