HBITMP's Stars
danbev/learning-v8
Project for learning V8 internals
rogchap/v8go
Execute JavaScript from Go
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
datawhalechina/fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
PaulXu-cn/go-mod-graph-chart
Draw graphs through GO MOD GRAPH output
lqiz/expr
Golang rule engine, support logical expression, not only simple, but also practical
bkiers/Mu
A small demonstration how to use ANTLR 4's visitor feature.
antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
coder2gwy/coder2gwy
互联网首份程序员考公指南,由3位已经进入体制内的前大厂程序员联合献上。
yinggaozhen/awesome-go-cn
一个很棒的Go框架、库和软件的中文收录大全。:alarm_clock:脚本定期与英文文档同步,包含了各工程star数/最近更新时间,助您快速发现优质项目。Awesome Go~
xinliangnote/Go
【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中...
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
dagrejs/dagre-d3
A D3-based renderer for Dagre
egoist/vue-monaco
MonacoEditor component for Vue.js
microsoft/monaco-editor
A browser based code editor
ajaxorg/ace
Ace (Ajax.org Cloud9 Editor)
mapstruct/mapstruct-examples
Examples for using MapStruct
singgel/JAVA_LINE
JAVA进阶相关书籍:《JAVA并发编程实践》、《Linux Shell脚本攻略》、《spring揭秘 精选版》、《高性能Mysql》、《深入理解Java虚拟机[JVM高级特性与最佳实践](周志明)》、《图解HTTP 彩色版》、《图解TCP_IP_第5版》、《head+first+servlets jsp》、《How Tomcat Works 中文版》、《J2EE核心模式》、《JAVA并发编程实践》一些大的上传不上来的文件在README
Jueee/SparkFastDataAnalysis
《Spark 快速大数据分析》学习笔记
PKUanonym/REKCARC-TSC-UHT
清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
openjdk-mirror/jdk7u-hotspot
yahoo/CMAK
CMAK is a tool for managing Apache Kafka clusters
PanJiaChen/electron-vue-admin
vue electron admin template web: http://panjiachen.github.io/vue-admin-template
EbookFoundation/free-programming-books
:books: Freely available programming books
HBITMP/JavaKnowledge
2018校园招聘JAVA基础
JourWon/httpclientutil
HttpClient工具类,简单轻松的实现get,post,put和delete请求
itfsw/mybatis-generator-plugin
Mybatis Generator 代码生成插件拓展,增加:查询单条数据插件(SelectOneByExamplePlugin)、MySQL分页插件(LimitPlugin)、数据Model链式构建插件(ModelBuilderPlugin)、Example Criteria 增强插件(ExampleEnhancedPlugin)、Example 目标包修改插件(ExampleTargetPlugin)、批量插入插件(BatchInsertPlugin)、逻辑删除插件(LogicalDeletePlugin)、数据Model属性对应Column获取插件(ModelColumnPlugin)、存在即更新(UpsertPlugin)、Selective选择插入更新增强插件(SelectiveEnhancedPlugin)、Table增加前缀插件(TableSuffixPlugin)、自定义注释插件(CommentPlugin)、增量插件(IncrementsPlugin)、查询结果选择性返回插件(SelectSelectivePlugin)、乐观锁插件(OptimisticLockerPlugin)、LombokPlugin等拓展。
forezp/springcloud-book
书籍《深入理解Spring Cloud与微服务构建》的源码
spring-projects/spring-boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。