Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DarLiner/vjtools
唯品会Java开发手册,结合唯品会的内部经验,参考《阿里巴巴Java开发手册》《Clean Code》、《Effective Java》等重磅资料进行了大幅定制,包含核心基础类库VJKit ,问题排查工具VJMap 和 VJTop 三部分。
https://github.com/DarLiner/vjtools
Last synced: 2 months ago
JSON representation
唯品会Java开发手册,结合唯品会的内部经验,参考《阿里巴巴Java开发手册》《Clean Code》、《Effective Java》等重磅资料进行了大幅定制,包含核心基础类库VJKit ,问题排查工具VJMap 和 VJTop 三部分。
- Host: GitHub
- URL: https://github.com/DarLiner/vjtools
- Owner: DarLiner
- License: apache-2.0
- Created: 2018-07-06T03:13:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T04:28:10.000Z (over 5 years ago)
- Last Synced: 2024-08-01T20:47:56.768Z (5 months ago)
- Language: Java
- Size: 425 KB
- Stars: 444
- Watchers: 26
- Forks: 124
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- my-awesome - DarLiner/vjtools - 04 star:0.5k fork:0.1k 唯品会Java开发手册,结合唯品会的内部经验,参考《阿里巴巴Java开发手册》《Clean Code》、《Effective Java》等重磅资料进行了大幅定制,包含核心基础类库VJKit ,问题排查工具VJMap 和 VJTop 三部分。 (Java)
README
# VJTools
[![GitHub release](https://img.shields.io/github/release/vipshop/vjtools.svg)](https://github.com/vipshop/vjtools/releases)
[![Build Status](https://travis-ci.org/vipshop/vjtools.svg?branch=master)](https://travis-ci.org/vipshop/vjtools)主力于Java的唯品会,关于Java的一些小家底。
各位看官看着是好的,烦请拨冗“Star”。
## Java Standard
| Project | Description |
| -------- | -------- |
| [standard](https://vipshop.github.io/vjtools/#/standard/) | 唯品会Java开发手册 |
| [code formatter](/standard/formatter) | IDE格式化模板 |
| [sonar rule](/standard/sonar-vj) | Sonar规则定制示例 |## Java Core Library
| Project | Description |
| -------- | -------- |
| [vjkit](/vjkit) | 关于文本,集合,并发等基础功能的核心类库 |
| [vjstar](/vjstar) | 关于后端应用的性能、可用性的最佳实践 |## Java Tools
| Project | Description | Manual |
| -------- | -------- | -------- |
| [vjmap](/vjmap) | JMAP的分代打印版 |[Chinese](/vjmap/README.md), [English](/vjmap/README_EN.md)|
| [vjtop](/vjtop) | 打印JVM概况及繁忙线程 | [Chinese](/vjtop/README.md), [English](/vjtop/README_EN.md)|
| [vjdump](/vjdump) | 线上紧急收集JVM数据脚本 | [Chinese](/vjdump/README.md), [English](/vjdump/README_EN.md)|
| [vjmxcli](/vjmxcli) | JMX 查看工具 | [Chinese](/vjmxcli/README.md)|其他常用问题排查及性能调优工具: [btrace](https://github.com/btraceio/btrace),[greys](https://github.com/oldmanpushcart/greys-anatomy),[async-profiler](https://github.com/jvm-profiling-tools/async-profiler)
## Contributing
VJTools官方微信讨论群,请搜索微信号viptech128(唯技术),添加好友后加入。
所有报Bug、建议与咨询,请在[Issues](https://github.com/vipshop/vjtools/issues)发起;所有代码提交,请走[Pull Request](https://github.com/vipshop/vjtools/pulls)流程。
对于优秀的代码提交和建议,唯品会将不吝发挥电商本色,给予[vip.com](https://www.vip.com)购物卡的奖励 !!!
## Developers
唯品会团队: [江南白衣](http://calvin1978.blogcn.com), [郑德惠](https://github.com/zhengdehui), [黄云斌](https://github.com/huangyunbin), [梁耀曾](https://github.com/AJ-Liang), [林铭恺](https://github.com/acxlam), [李炫彬](https://github.com/lixuanbin) , [张晓玲](https://github.com/hjzhangxiaoling)
曾经一起战斗: [杨镌颖@阿里](https://github.com/yangjuanying), 陈维治@阿里