雨中過客

前端React && 后台Java 开发


  • 首页

  • 分类

  • 归档

  • 标签

Java学习记录

发表于 2018-12-27 | 分类于 java

以下根据后台项目合并请求!165进行记录:

一、序列化操作

ObjectMapper为jackson库中自带

1
2
3
ObjectMapper objectMapper = new ObjectMapper();
List<TableTitleIndex> tableTitleIndices = objectMapper.readValue(tableRowName, new TypeReference<List<TableTitleIndex>>() {});
ListPageParam listPageParam = objectMapper.readValue(param, ListPageParam.class);
阅读全文 »

Github Pages and Hexo

发表于 2018-12-06 | 分类于 hexo

一、GitHub准备

1、参照https://pages.github.com 新建仓库并设置,并测试username.github.io (username为注册名)能够正常访问。

阅读全文 »

MarkDown

发表于 2018-12-06 | 分类于 markdown

一、标题

1
2
3
4
5
6
# 这是一级标题
## 这是二级标题
### 这是三级标题
#### 这是四级标题
##### 这是五级标题
###### 这是六级标题
阅读全文 »

Hello World

发表于 2018-12-06 | 分类于 hexo

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

阅读全文 »

12
Jim Liu

Jim Liu

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