https://github.com/kingschan1204/bookmark
:pushpin:一个java程序员日常书签导航~在线工具,API,帮助手册,资源,阅读:hotsprings:
https://github.com/kingschan1204/bookmark
bookmark java
Last synced: about 1 month ago
JSON representation
:pushpin:一个java程序员日常书签导航~在线工具,API,帮助手册,资源,阅读:hotsprings:
- Host: GitHub
- URL: https://github.com/kingschan1204/bookmark
- Owner: kingschan1204
- License: apache-2.0
- Created: 2017-02-23T01:13:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T07:01:28.000Z (11 months ago)
- Last Synced: 2025-05-26T06:13:22.145Z (6 months ago)
- Topics: bookmark, java
- Homepage: https://kingschan1204.github.io/bookmark/
- Size: 93.8 KB
- Stars: 76
- Watchers: 2
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-developer-bookmark
> 本人是一个java程序员,常常在日常开发中会用到线上一些工具,我个人感觉很实用的,因此分享给大家,希望大家喜欢,欢迎各位`fork`一起完善!
## 在线工具
### 文本类
| title | Description |
| ----------- | ----------- |
| [文本比较](https://www.diffchecker.com/) | 比较两个文本的差异 |
| [在线markdown](https://www.zybuluo.com/mdeditor) | 一个在线markdown编辑器 |
| [加解密](http://tool.chinaz.com/tools/textencrypt.aspx) |文本加解密,MD5/base64/散列/哈希 |
### json
| title | Description |
| ----------- | ----------- |
| [json格式化](http://json.cn/) | json字符串格式化 |
| [json编辑器](http://www.bejson.com/jsoneditoronline/) | json在线编辑器 |
| [JSONPath](https://www.rdtoc.com/tools/jsonpath) | JSONPath提取工具 |
### 图片类
| title | Description |
| --- | ----------- |
| [二维码生成](http://cli.im/) | 在线二维码生成 |
| [条码生成](http://www.qinms.com/webapp/barcode/index.aspx) | 在线条码生成 |
| [图片压缩](https://docsmall.com/) | 强大的图片、pdf压缩工具 |
| [在线图标下载](https://www.easyicon.net/) | icon图标 |
| [icon图标查询](http://www.iconfinder.com/) | icon图标查找 |
| [autodraw](https://www.autodraw.com/) | 在线智能线条作图 |
### 代码类
| title | Description |
| --- | ----------- |
| [在线cron表达式生成](http://cron.qqe2.com/) | java quartz cron表达式生成 |
| [sql格式化](http://tool.lu/sql/) | sql代码格式化 |
| [sql转java-bean](http://www.autojcode.com/code/sql2class.jsp#) | 根据输入的sql生成java代码 |
| [正则表达式测试](http://tool.chinaz.com/regex/) | javascript正则在线测试 |
| [properties转yml](http://www.toyaml.com/index.html) | properties转换成yml格式 |
| [开发人员在线工具](http://tool.lu/) | 开发人员工具集合如json,php,css,base64编码,useragent分析。 |
| [unix时间戳转换](http://tool.chinaz.com/Tools/unixtime.aspx) | unix时间戳(10位整数)转换 |
| [代码在线运行](http://tool.lu/coderunner/) | 在线运行代码java、php、C、C++、go、pyphon、nodejs |
| [TableConvert](https://tableconvert.com/) | 强大的表格转换工具,HTML转换SQL、CSV、Markdown、SQL、JSON、LaTeX和Text格式 |
| [在线正则测试](https://www.lddgo.net/string/regex) | java在线正则测试 |
### 配色、色卡
| title | Description |
| --- | ----------- |
| [colorhunt](https://www.colorhunt.co/) | 色卡 |
| [webgradients](https://webgradients.com/) | 渐变色 |
| [colordrop](https://colordrop.io/) | 格子色卡 |
| [coolors](https://coolors.co/palettes/trending) | 色卡 |
### 其它
- [单位转换](http://www.convertworld.com/zh-hans/):一个在线单位转换如 (1G=?M=?KB=?K)
- [linux命令](http://man.linuxde.net/):linux命令在线查询
- [searchcode](https://searchcode.com/):代码搜索
- [maven中央仓库](https://mvnrepository.com/):maven jar包查找,依赖关系查看
- [lintcode](https://www.lintcode.com/problem/?utm_source=sc-zhihu-mwy0626) 代码训练
---
## 在线帮助文档:
### Spring
- [spring](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/): 官网原文
- [spring boot](http://docs.spring.io/spring-boot/docs/2.0.0.BUILD-SNAPSHOT/reference/htmlsingle/):spring boot 官网帮助文档
- [spring data jpa](http://docs.spring.io/spring-data/jpa/docs/1.11.1.RELEASE/reference/html/):spring data jpa官方帮助文档
- [Spring Data Redis](http://docs.spring.io/spring-data/data-redis/docs/current/reference/html/):Spring Data Redis官方帮助文档
- [Spring Cloud](https://springcloud.cc/spring-cloud-dalston.html):Spring Cloud微服务实现中文帮助文档`Dalston.RELEASE`
### java
- [jdk8中文帮助文档](https://www.matools.com/api/java8): jdk8中文帮助文档
- [hibernate](https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html):官网原文
- [hibernate search](https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/):官网原文
- [freemarker](http://freemarker.foofun.cn/): java模板引挚
- [dubbo](http://dubbo.io/):阿里巴巴dubbo
- [druid](https://github.com/alibaba/druid):阿里巴巴开源数据源
- [mycat](https://github.com/MyCATApache/Mycat-Server):Mycat是基于开源cobar演变而来
- [idea使用教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial):idea 使用详情教程
- [quartz2.2中文文档](https://xuzongbao.gitbooks.io/quartz/content/):quartz 2.2中文文档
- [源代码分析](http://www.iocoder.cn/):知名项目源码阅读
- [sharding-jdbc](https://shardingsphere.apache.org/document/current/cn/overview/) : sharding-jdbc
- [junit5](https://doczhcn.gitbook.io/junit5/index/index-2/annotations) : junit5
### 数据库
- [mongodb中文手册](http://www.mongoing.com/docs/):mongodb 中文手册
- [mysql 5.1](http://tool.oschina.net/apidocs/apidoc?api=mysql-5.1-zh): oschina mysql 帮助文档
- [mysql](http://www.runoob.com/mysql/mysql-tutorial.html):快速入门
- [redis](http://www.redis.net.cn/order/):个开源的使用ANSIC语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库
- [sqllite](http://www.runoob.com/sqlite/sqlite-intro.html):菜鸟教程
- [H2](http://h2database.com/):小型SQL数据库,以可以作为内存数据库使用著称。
- [ClickHouse](https://clickhouse.com/docs/zh/) clickhouse官方手册
### 其它
- [mybatis-plus文档](https://baomidou.gitee.io/mybatis-plus-doc/#/quick-start):mybatis-plus文档
- [nginx](http://tool.oschina.net/apidocs/apidoc?api=nginx-zh) :一个高性能的HTTP和反向代理服务器
- [nginx从入门到精通](http://tengine.taobao.org/book/index.html)
- [nginx配置](https://github.com/lebinh/nginx-conf):nginx配置
### 代码、项目管理
- [git](http://www.runoob.com/manual/git-guide/):git 简明教程
- [git命令](https://git-scm.com/docs):git 命令帮助手册
- [maven](http://tool.oschina.net/apidocs/apidoc?api=maven-3.0.4%2Fguides):oschina maven 英文手册
### 运维
- [Docker 入门](https://yeasy.gitbooks.io/docker_practice/content/introduction/what.html)
- [ELK手册](https://anbc.gitbooks.io/elk-handbook/https://anbc.gitbooks.io/elk-handbook/ )
- [K8s中文文档](http://docs.kubernetes.org.cn/ )
- [鸟哥的linux私房菜](http://cn.linux.vbird.org/):linux 学习网很详细