- 博客(3)
- 收藏
- 关注
原创 undefined 和 Null
一个声明后没有被赋值的变量默认为undefinedvar variable;console.log(variable); //undefinedconsole.log('你好'+variable); //你好undefinedconsole.log(11+variable); //NaNconsole.log(true+variable); //NaNnull值有值,值为空var vari=null;console.log('你好'+vari);
2020-12-24 11:37:31
131
原创 mybatis-plus的配置文件编写
mybatis-plus的配置文件编写这是刚入行没有偷懒工具的我面临的第一个问题,手撸xml温馨提示这是刚入行没有偷懒工具的我面临的第一个问题,手撸xml等值操作<if test=' SelectDto.projectType != null and SelectDto.projectType !="" '> and t.project_type = #{SelectDto.projectType}</if>模糊搜索<if test='
2020-12-23 19:53:44
664
原创 一个斜杠引发的崩盘
初学servlet,先来个警告框Server Tomcat v8.5 Server at localhost failed to start.控制台报错如下:警告: The web application [emps] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memor
2020-08-01 16:10:42
189
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅