摘要: .├── pom.xml└── src ├── main │ ├── java │ │ └── com │ │ └── test │ │ ├── mybatisInsert.java │ │ ├── mybatisSelect.java │ │ └── Student.java │ └── reso 阅读全文
posted @ 2018-12-05 17:37 papering 阅读(1109) 评论(0) 推荐(0)
摘要: MySQL :: MySQL 8.0 Reference Manual :: 28.7.7.6 mysql_commit() https://dev.mysql.com/doc/refman/8.0/en/mysql-commit.html MySQL 8.0 Reference Manual / 阅读全文
posted @ 2018-12-05 16:17 papering 阅读(1932) 评论(0) 推荐(0)
摘要: Providing Constructors for Your Classes (The Java™ Tutorials > Learning the Java Language > Classes and Objects) https://docs.oracle.com/javase/tutori 阅读全文
posted @ 2018-12-05 15:12 papering 阅读(720) 评论(0) 推荐(0)
摘要: mybatis-spring-boot-autoconfigure – MyBatis Sring-BootStarter | Reference Documentation http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot 阅读全文
posted @ 2018-12-05 14:44 papering 阅读(794) 评论(0) 推荐(0)
摘要: mybatis – MyBatis 3 | 入门 http://www.mybatis.org/mybatis-3/zh/getting-started.html 从 XML 中构建 SqlSessionFactory 每个基于 MyBatis 的应用都是以一个 SqlSessionFactory 阅读全文
posted @ 2018-12-05 14:18 papering 阅读(784) 评论(0) 推荐(0)
摘要: mybatis – MyBatis 3 | 入门 http://www.mybatis.org/mybatis-3/zh/getting-started.html 作用域(Scope)和生命周期 理解我们目前已经讨论过的不同作用域和生命周期类是至关重要的,因为错误的使用会导致非常严重的并发问题。 提 阅读全文
posted @ 2018-12-05 14:15 papering 阅读(1023) 评论(0) 推荐(0)
摘要: mybatis-config.xml 配置文件 MyBatis Java API Directory Structure 目录结构 mybatis – MyBatis 3 | Java API http://www.mybatis.org/mybatis-3/java-api.html 在我们深入 阅读全文
posted @ 2018-12-05 11:24 papering 阅读(463) 评论(0) 推荐(0)
摘要: https://www.oracle.com/technetwork/java/jndi/index.html Lesson: Overview of JNDI (The Java™ Tutorials > Java Naming and Directory Interface) https://d 阅读全文
posted @ 2018-12-05 10:28 papering 阅读(423) 评论(0) 推荐(0)
摘要: Error:(12, 64) java: 未报告的异常错误java.io.IOException; 必须对其进行捕获或声明以便抛出 阅读全文
posted @ 2018-12-05 09:37 papering 阅读(5675) 评论(0) 推荐(0)
摘要: 大型跨境电商JVM调优经历 前提:某大型跨境电商业务发展非常快,线上机器扩容也很频繁,但是对于线上机器的运行情况,特别是jvm内存的情况,一直没有一个统一的标准来给到各个应用服务的owner。经过618大促之后,和运维的同学讨论了下,希望将线上服务器的jvm参数标准化,可以以一个统一的方式给到各个应 阅读全文
posted @ 2018-12-05 09:18 papering 阅读(1469) 评论(0) 推荐(0)