把《剑指 offer》的题目用 Java 语言(书中是 C++)实现了一遍,希望能给大家一些参考。
☆123Nov 1, 2020Updated 5 years ago
Alternatives and similar repositories for offer
Users that are interested in offer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- FShop是一款基于Spring Boot + Mybatis + Dubbo + Zookeeper + RabbitMQ + Redis + Nginx的高并发秒杀系统。☆15Sep 29, 2020Updated 5 years ago
- 双重缓存,通过guava-cache和redis实现本地缓存+服务器缓存的双重缓存☆20Feb 5, 2021Updated 5 years ago
- 对于实现服务的高可用性所用到的技术的一些实践、总结。包含诸如ZooKeeper、Dubbo、SpringCloud、Redis、RabbitMQ等技术☆11Apr 28, 2018Updated 8 years ago
- Flutter 实战 -- 仿今日头条☆13Mar 16, 2021Updated 5 years ago
- 🎈🎈🎈spring-framework源码分析,理解Spring的原理☆19Jul 27, 2021Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Legacy archive for Expression Language (JSR 341) Reference Implementation. Please browse to https://github.com/eclipse-ee4j/el-ri for cu…☆13Oct 19, 2020Updated 5 years ago
- an apt project for view inject☆11Aug 9, 2016Updated 9 years ago
- 👻基于SpringBoot实现的modbus心跳通信☆17Jul 24, 2019Updated 6 years ago
- Vue.js 入门与进阶 / Vue.js Tutorials 视频教程配套源码。☆11Jun 12, 2017Updated 9 years ago
- LeetCode☆12Dec 8, 2022Updated 3 years ago
- paascloud配套demo☆13May 19, 2018Updated 8 years ago
- 解读源码的环境,内有tomcat源码、Socket、NIO、Netty等源码分析材料☆13Jul 6, 2022Updated 3 years ago
- mykit-chat是基于Netty实现的实时聊天系统服务器端:1. 支持昵称登录; 2. 支持多人同时在线; 3. 同步显示在线人数; 4. 支持文字和表情的内容; 5. 浏览器与服务器保持长连接,定时心跳检测;☆37Jun 17, 2022Updated 4 years ago
- It's a demo project for how to use spring-boot-starter-rocketmq☆19Mar 30, 2018Updated 8 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- 史上最全秒杀系统,附带教程;预热、缓存、MQ、限流、熔断;精品外放☆53Sep 5, 2023Updated 2 years ago
- nsq官方文档翻译和源码学习☆11Sep 10, 2014Updated 11 years ago
- launch Mintty as a terminal for WSL Linux☆12Jul 27, 2020Updated 5 years ago
- 2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。☆10Jun 16, 2019Updated 7 years ago
- Gdb python extension for lua 5.3.☆13Sep 19, 2019Updated 6 years ago
- Django使用GraphQL的例子☆10Oct 4, 2018Updated 7 years ago
- ☆10Jan 4, 2015Updated 11 years ago
- 这是一个基于Hadoop的视频转码系统,首先视频在本地进行分割成64M左右大小,然后从本地文件夹中上传到HDFS中,然后启动一个MapReduce作业,每一个Map作业下载一个视频到本地,进行转码到在上传到HDFS中,没有reduce过程,最后客户端自行下载这些转码后的分片…☆29May 11, 2014Updated 12 years ago
- 鄙人写的图书《Tomcat内核设计剖析》,欢迎订购阅读。☆12Sep 11, 2017Updated 8 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ☆15Sep 29, 2020Updated 5 years ago
- A website used to test my programming knowledge, using a number of popular framework.☆12Oct 1, 2020Updated 5 years ago
- 使用Filebeat+(Logstash | Ingest Node)采集自定义正则匹配的日志☆14Dec 17, 2018Updated 7 years ago
- added jit support for sproto.☆30Mar 17, 2023Updated 3 years ago
- elasticsearch 6.4.1 RestHighLevelClient 通用查询☆19Apr 10, 2019Updated 7 years ago
- 一个 Android 平台支持捕获 Native(C/C++) 层和 Java 层崩溃异常的迷你库。☆27Sep 7, 2018Updated 7 years ago
- spring-mvc☆18Nov 29, 2018Updated 7 years ago
- [2007] Windows tool, offers the ability to dynamically and transparently modify incoming and outgoing network traffic, as well as to redi…☆12Nov 27, 2017Updated 8 years ago
- spring-boot 通用转换器☆18Jan 21, 2018Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Pied Piper is a social media application This application is a social networking program that combined 3 ideas from 3 applications on soc…☆22Sep 25, 2024Updated last year
- google-breakpad可编译通过的原始代码☆16Jan 29, 2020Updated 6 years ago
- 使用flutter仿今日头条App☆26Mar 28, 2021Updated 5 years ago
- 这是用来学习Activity工作流的泪痣, 有配套的视频, 此系统实现了一个流程的功能,基于华谊-请假流程系统☆15Aug 26, 2016Updated 9 years ago
- ☆15May 18, 2017Updated 9 years ago
- 集成spring boot框架的redis分布式锁,使用redis作为锁的资源存储,使用lua脚本加锁保证锁的原子性操作,基于redis服务端的原子性操作原因,加锁和设置锁超时对客户端来说可以一步到位,不会出现死锁或者抢锁的情况出现。☆26Jun 12, 2019Updated 7 years ago
- ☆35Aug 11, 2017Updated 8 years ago