Pinned Repositories
30-seconds-of-code
Short code snippets for all your development needs
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲
ai-for-grant-writing
A curated list of resources for using LLMs to develop more competitive grant applications.
akka-persistence-cassandra
A replicated Akka Persistence journal backed by Apache Cassandra
akka-persistence-jdbc
Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
algorithm-exercise
Data Structure and Algorithm. leetcode/lintcode题解/算法学习笔记
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
three.js
JavaScript 3D library.
jxie418's Repositories
jxie418/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
jxie418/androidpushnotification
android push notification
jxie418/awesome-kotlin
A curated list of awesome Kotlin frameworks, libraries, documents and other resources
jxie418/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
jxie418/CS-Notes
:books: 技术面试必备基础知识
jxie418/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
jxie418/eladmin
项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
jxie418/eladmin-web
eladmin前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统, 权限控制采用 RBAC,菜单动态路由
jxie418/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
jxie418/iospushdemo
It is demo of ios push notification
jxie418/Java
All Algorithms implemented in Java
jxie418/java-design-patterns
Design patterns implemented in Java
jxie418/jeecg-boot
基于代码生成器的低代码平台,超越传统商业平台!前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新低代码开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高开发效率,帮助公司节省成本,同时又不失灵活性。
jxie418/jvm
🤗 JVM 底层原理最全知识总结
jxie418/kafka_commands
jxie418/Kotlin101
101 examples for Kotlin Programming language.
jxie418/leetcode-3
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
jxie418/LeetCode-4
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
jxie418/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
jxie418/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
jxie418/memoryoptimization
⭐⭐⭐⭐JVM内存结构GC分析 如何配置生产的JVM参数 你其实更需要
jxie418/miaosha
⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓
jxie418/resume
jxie418/scylla-migrator
Migrate data extract using Spark to Scylla, normally from Cassandra
jxie418/studykotlin
It is for learning kotlin for my self
jxie418/the-art-of-command-line
Master the command line, in one page
jxie418/the-craft-of-selfteaching
One has no future if one couldn't teach themself.
jxie418/threadandjuc
⭐⭐⭐⭐高并发-高可靠-高性能three-high-import导入系统-高并发多线程进阶
jxie418/toBeTopJavaer
To Be Top Javaer - Java工程师成神之路
jxie418/zookeeperDesign
⭐⭐⭐zk的设计与使用(集群,dubbo,分布式锁,master选举,负载均衡,watch,权限等)