jiang-anwei blog

  • Home

  • Tags

  • Categories

  • Archives

  • Search

springboot整合activiti

Posted on 2018-11-08 | Edited on 2019-01-11

添加依赖<dependency> <groupId>org.activiti</groupId> <artifactId>activiti-spring-boot-starter-basic</artifactId> ...

Read more »

爬虫学习笔记

Posted on 2018-10-24 | Edited on 2019-01-11

数据定位方法 源码文本搜索 chrome search工具 代理服务器拦截 使用dom断点 Js注入拦截 chrome 堆栈信息 chrome console 很强大

Read more »

springboot自动配置demo

Posted on 2018-10-23 | Edited on 2019-04-09

先创建需要自动配置的类package com.jianganwei.autoconfigdemo.demo;import org.springframework.beans.factory.annotation.Value;public class AutoconfigDemo { ...

Read more »

mysql学习笔记

Posted on 2018-10-10 | Edited on 2019-09-16

btree索引与hash索引的区别hash索引的优点hash索引解构的特殊性,其检索效率非常高,btree索引需要充根节点访问到分支节点,这样会有多次的io访问,所以hash索引 的查询效率远高于btree btree索引的优点1.hash索引不能满足范围查询而btree可以这是由于 Hash 索引 ...

Read more »

quartz定时任务SpringBoot配置

Posted on 2018-09-26 | Edited on 2019-04-09

Quartz是Java领域最著名的开源任务调度工具。Quartz提供了极为广泛的特性如持久化任务,集群和分布式任务官方文档 http://www.quartz-scheduler.org/documentation/quartz-2.1.x/quick-start.html 添加maven依赖< ...

Read more »
1…34

蒋安维

思绪总在漂流,偶而在此停留

35 posts
2 categories
36 tags
© 2021 蒋安维
Powered by Hexo v3.8.0
|
Theme – NexT.Gemini v6.7.0