Easter79 Easter79
3年前
springmvc+Mybatis整合中sqlSession的创建问题
spring/springmvcmybatis在整合时,可以在applicationContent.xml文件中进行spring,springmvc,事务管理,数据库连接池等以及与Mybatis整合的配置,当然也可以分开配置各自的xml文件。在mybatisconfig.xml中主要进行一些别名,查询的分页方式的配置。例如:applicationCo
Stella981 Stella981
3年前
Spring Data + Thymeleaf 3 + Bootstrap 4 实现分页器
原文同步至https://waylau.com/springdatathymeleafbootstrappaginator(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwaylau.com%2Fspringdatathymeleafbootstrappaginator
Stella981 Stella981
3年前
Spring Boot 2.0 整合 ES 5 文章内容搜索实战
本章内容文章内容搜索思路搜索内容分词搜索查询语句筛选条件分页、排序条件小结一、文章内容搜索思路上一篇讲了在怎么在 SpringBoot(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.roncoo.com%2Fcourse%2Flis
Stella981 Stella981
3年前
MongoDB+Spring
Java端要向mongoDB插入java对象时,我用了到morphia开源组件。官网:code.google.com/p/morphia 只写了DAO层的java代码,能够满足常用的增、删、改、查、分页等操作。db.properties配置文件: db.hostlocalhost //主机地址 db.port27017      //端
Stella981 Stella981
3年前
Mozilla发布嘉年华式WebGL展示网站Web O’Wonder
Mozilla发布了一个称为WebO’(pen)Wonder的WebGL功能展示网站。网站包含数个不错的WebGL样例及HTML5实例页面。部分页面专门为Firefox4定制,大部分只需要一款支持WebGL的浏览器即可观看。https://mozillademos.org/demos/londonproject/d
Stella981 Stella981
3年前
Hibernate的批量处理和分页技术、投影技术
投影查询——过滤部分字段返回的List集合元素为Object\\Queryquerysession.createQuery("selectc.cname,c.csexfromCustomerc");Listlistquery.list();Iteratoriterlist.itera
Wesley13 Wesley13
3年前
MySQL · 性能优化 · MySQL常见SQL错误用法
1\.LIMIT语句分页查询是最常用的场景之一,但也通常也是最容易出问题的地方。比如对于下面简单的语句,一般DBA想到的办法是在type,name,create\_time字段上加组合索引。这样条件排序都能有效的利用到索引,性能迅速提升。SELECTFROMoperationWHEREty
Easter79 Easter79
3年前
SpringBoot+MybatisPlus+MySql 自动生成代码 自动分页
一、配置<!Mybatisplus<dependency<groupIdcom.baomidou</groupId<artifactIdmybatisplusbootstarter</artifactId
Stella981 Stella981
3年前
SpringBoot+MybatisPlus+MySql 自动生成代码 自动分页
一、配置<!Mybatisplus<dependency<groupIdcom.baomidou</groupId<artifactIdmybatisplusbootstarter</artifactId
京东云开发者 京东云开发者
3个月前
Elasticsearch Mapping类型修改
背景通常数据库进行分库分表后,目前比较常规的作法,是通过将数据异构到Elasticsearch来提供分页列表查询服务;在创建Elasticsearch索引时,基本都是会参考目前的业务需求、关系数据库中的类型以及对数据的相关规划来定义相关字段mapping的