兵兵有你

人品好,气质差.丢了工作就回家...

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

03 2021 档案

摘要:1.先引入pom文件 <dependencies> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.5.1</version> </dependency> <depende 阅读全文
posted @ 2021-03-15 23:49 greatbing 阅读(121) 评论(0) 推荐(0)

摘要:<dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.3.0</version> </dependency> <!-- mysql驱动包 --> <dependency> <gr 阅读全文
posted @ 2021-03-13 23:37 greatbing 阅读(162) 评论(0) 推荐(0)

摘要:打开settings->Editor->File Encodings,设置Global Encoding和Project Encoding还有Default encoding for properties Files为UTF-8 找到idea安装目录下bin文件夹下的idea.exe.vmoptio 阅读全文
posted @ 2021-03-13 23:21 greatbing 阅读(123) 评论(0) 推荐(0)

摘要:SPEL表达式用法 SpelExpressionParser parser = new SpelExpressionParser(); Man man = new Man("系统", 10); Expression exp = parser.parseExpression("name == '系统1 阅读全文
posted @ 2021-03-09 22:30 greatbing 阅读(40) 评论(0) 推荐(0)