在Spring MVC中,需要配置Mapping规则。
spring-step-by-step(三)-权限管理
Java单元测试
在Intellij Idea中按下快捷键:Ctrl + Alt + T(Test)
,弹出如下界面,选择需要创建测试的方法。
Sonarcube代码优化
Generic exceptions should never be thrown
Using such generic exceptions as Error, RuntimeException, Throwable, and Exception prevents calling methods from handling true, system-generated exceptions differently than application-generated errors.
推荐书《代码大全》(Code Complete)
今天晚上下班时,朋友跟我讲:应该尽量使用局部变量,避免使用全局变量。
我说:这是编程常识啊,怎么还不知道呢。在心里暗暗佩服自己,这个B装的真的是完美,完全找不到任何破绽。
闲言少叙,如果想到知道更多关于编程的经验分享,那么我推荐你阅读《代码大全》(Code Complete)。