雨中過客

前端React && 后台Java 开发


  • 首页

  • 分类

  • 归档

  • 标签

RedisTokenStore源码分析

发表于 2019-03-03

一、源码

阅读全文 »

Swagger2使用

发表于 2019-02-13 | 分类于 SpringBoot

一、介绍

Swagger2提供了在线文档的查阅和测试功能。利用Swagger2很容易构建阻STful风格的API,在SpringBoot中集成Swagger2。

阅读全文 »

SpringCloud学习

发表于 2019-02-11 | 分类于 SpringCloud

SpringCloudLearning
史上最简单的 SpringCloud 教程

前端文章搜集

发表于 2019-02-02

Javascript

前端开发规范:命名规范、html规范、css规范、js规范
你还没搞懂this?
this、apply、call、bind

阅读全文 »

React学习——HOC

发表于 2019-01-28 | 分类于 react

一、HOC高阶组件

1.介绍

高阶组件就是一个函数,且该函数接受一个组件作为参数,并返回一个新的组件

阅读全文 »

VSCode使用记录

发表于 2019-01-23 | 分类于 VSCode

一、快捷键记录

⌘ Command
⇧ Shift
⌥ Option
⌃ Control

命令面板 ⌘+⇧+P

阅读全文 »

Mysql索引问题

发表于 2019-01-14 | 分类于 mysql

一、问题由来

SQL经过简化

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
select *
from a
left join b on a.RCheckEIDOne = b.EID
left join c on a.RCheckEIDTwo = c.EID
left join d on a.RCheckEIDThree = d.EID
left join e on a.JobId = e.JobID
where a.IsDelete = 0
and a.RStatus = 3
and a.RIID is null
and a.RGuidangYear is null
and ( (a.JobID = RYJobIDOne and RYJobSystemIDOne='10')
or (a.JobID = RYJobIDTwo and RYJobSystemIDTwo='10')
or (a.JobID = RYJobIDThree and RYJobSystemIDThree='10') )
and e.DepartID in ( 1,2,3,4,5,6,7,8,9,10)
order by a.RApplyDateTime
limit 5
阅读全文 »

Java8新特性总结

发表于 2019-01-09 | 分类于 java

主要总结哪些地方可以用

阅读全文 »

redux动手实现

发表于 2019-01-08 | 分类于 react

一段代码,终于理解得比较深了
摘自动手实现Redux
下面这段代码暂时和React没有关系

阅读全文 »

React Lifecycle总结

发表于 2019-01-03 | 分类于 react

生命周期版本根据React version 16.4进行整理
React Lifecycle

ADD:
getDerivedStateFromProps
getSnapshotBeforeUpdate
UNSAFE:
UNSAFE_componentWillMount
UNSAFE_componentWillUpdate
UNSAFE_componentWillReceiveProps

阅读全文 »
12
Jim Liu

Jim Liu

14 日志
8 分类
9 标签
RSS
GitHub
Links
  • 天健会计师事务所
  • 天健招聘
© 2018 - 2019 Jim Liu