java面试中出现的面试题集合,基础集合,面试宝典
☆68Oct 25, 2019Updated 6 years ago
Alternatives and similar repositories for javaOffer
Users that are interested in javaOffer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 【Java面试指南】收集整理常见面试题,做最全最专业的面试宝典,持续更新中...☆18Mar 5, 2019Updated 7 years ago
- Java面试题、MQ、JVM☆28Nov 16, 2022Updated 3 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- 架构师学习线路图,详细介绍java学习线路图,包括java多线程并发,JVM,spring,springboot,springcloud,mysql,zookeeper,kafka,storm,docker等☆15Apr 18, 2019Updated 7 years ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- HTTP说谎者是一个基于HTTP代理工作模式的HTTP协议欺骗工具。☆28Jun 22, 2020Updated 6 years ago
- 通过电脑摄像头进行人脸识别,自动最小化或最大化某个程序。使用SharpDevelop开发的小程序,算法使用百度人脸识别API。☆11Aug 29, 2017Updated 9 years ago
- some spring-boot sample☆11Sep 1, 2019Updated 7 years ago
- 收集技术文档,涵盖面试,编程,数据库等等☆15Apr 19, 2018Updated 8 years ago
- Java高级工程师面试资料☆19Mar 10, 2019Updated 7 years ago
- 整合SpringCloud nacos mybits mybitsplus seata redis kafka rocketMq mongodb springsecurity JWT swagger2 zuul 等☆13Jun 21, 2022Updated 4 years ago
- ms 前台☆11Oct 29, 2019Updated 6 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 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.
- 使用Filebeat+(Logstash | Ingest Node)采集自定义正则匹配的日志☆14Dec 17, 2018Updated 7 years ago
- Java源码阅读计划☆22Aug 1, 2019Updated 7 years ago
- Spring Cloud Feign OkHttp client☆16Dec 25, 2015Updated 10 years ago
- a simple Distributed Lock☆14May 19, 2019Updated 7 years ago
- 2016Java面试题整理☆15Mar 14, 2016Updated 10 years ago
- Bookmarks for android development☆22Mar 30, 2014Updated 12 years ago
- 基于BitTorrent协议的DHT网络bt种子爬虫☆15Sep 1, 2022Updated 4 years ago
- 阿里路由框架ARouter使用与简单封装☆14Jun 27, 2018Updated 8 years ago
- SpringBoot2.x整合各种第三方组件的示例代码☆14Nov 27, 2023Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- SpringBoot + Flowable☆47Jun 21, 2022Updated 4 years ago
- 教学时的案例,可供入门/中级/高级java程序员参考☆12Apr 1, 2020Updated 6 years ago
- Java一站到底源码☆13Jun 14, 2020Updated 6 years ago
- 新增增量覆盖率☆14Sep 26, 2023Updated 2 years ago
- 使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储☆23Aug 24, 2017Updated 9 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆29Dec 10, 2022Updated 3 years ago
- Java架构师学习☆11Mar 3, 2019Updated 7 years ago
- vue-cli+element-ui+vue-router+vuex+axios实现的后台管理系统☆10Mar 3, 2018Updated 8 years ago
- 轮盘时间检查调度器 周期性检查器 按照轮盘设计,轮询线程执行一个轮盘循环后,检查过期时间,执行轮盘过期处理,用于定期清理某种任务,可用于周期性检测实体的生命周期,比如网络链接,游戏房间检查。☆30Jan 22, 2018Updated 8 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- DHT磁力爬虫入库程序,将爬取到的数据保存至Mongo、ES或者Mysql☆18Dec 21, 2018Updated 7 years ago
- A vue component to load images with a blur animation like the site Medium☆13Feb 23, 2018Updated 8 years ago
- Java 笔试面试题整理☆16Sep 15, 2018Updated 7 years ago
- seata demo,包括tcc模式(解决了幂等性问题,允许空回滚,拒绝空回滚后的操作),和at模式☆25Dec 13, 2020Updated 5 years ago
- Java技术栈的各种框架和源码的讲解☆16Jun 21, 2022Updated 4 years ago
- 整理了Android开发可以借鉴酷炫的开源项目,欢迎fork,对自己的开发很有帮助。。。。☆11Sep 14, 2016Updated 9 years ago
- 23种设计模式的不同语言实现。其中PHP, Java版是好好写的样例代码,Python和JavaScript版会尝试用一些语言级别的特性来比较Java版的设计模式。而C语言版的存在是因为我读了一本小册子,介绍如何把C语言写成面像对象化,因此只是做一些尝试。最后,Lisp和S…☆13Feb 22, 2013Updated 13 years ago