Pinned Repositories
aglio
An API Blueprint renderer with theme support that outputs static HTML
Akka-Essentials
Java/Scala Examples from the book - Akka Essentials
nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
webBee
🐝 为乐趣而生的web垂直爬虫框架
Hunny-LH's Repositories
Hunny-LH/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Hunny-LH/antlr-mysql
Hunny-LH/cayley
An open-source graph database
Hunny-LH/clean-architecture-example
An example to create a clean architecture with Java 11
Hunny-LH/cypher-dsl
A Java DSL for the Cypher Query Language and an optional Query DSL mode
Hunny-LH/Elasticsearch
Elasticsearch是一个实时的分布式搜索和分析引擎,
Hunny-LH/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
Hunny-LH/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
Hunny-LH/GitFlowTest
Hunny-LH/hugegraph
HugeGraph Database core component, including graph engine, API, and built-in backends
Hunny-LH/Hunny-LH.github.io
Hunny-LH/interview-questions
根据超过 1700 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题
Hunny-LH/Json-Utils
Json工具类,包含Gson、FastJson、Jackson三个库的工具类
Hunny-LH/JsoupXpath
A html parser with xpath base on Jsoup.Maybe it is the best in java,ha ha.Just try it.
Hunny-LH/KReorganization
个人知识整理
Hunny-LH/localForage-cn
localForage中文仓库,localForage改进了离线存储,提供简洁健壮的API,包括 IndexedDB, WebSQL, 和 localStorage。
Hunny-LH/NetDiscovery
争取实现一个通用的爬虫程序
Hunny-LH/ohmyzsh
🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
Hunny-LH/ProxyPool-1
给爬虫使用的代理IP池
Hunny-LH/pss.github.io
problem_solving_system
Hunny-LH/react-components
Hunny-LH/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Hunny-LH/serverless
Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
Hunny-LH/spring-boot-quick
:herb: 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、dubbo和Async等等:pushpin:
Hunny-LH/testcontainers-spring-boot
Container auto-configurations for spring-boot based integration tests
Hunny-LH/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
Hunny-LH/vue2vis
A Vuejs 2 adapter for Visjs
Hunny-LH/wechat_jump_game
python 微信《跳一跳》辅助
Hunny-LH/wechat_micro_jump_game_hero
微信小游戏跳一跳辅助程序
Hunny-LH/xsoup
When jsoup meets XPath.