Java面试题系列
☆31Jul 31, 2018Updated 7 years ago
Alternatives and similar repositories for JavaInterview
Users that are interested in JavaInterview 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学习过程中碰到的到一些问题以及面试经历☆12Jun 7, 2018Updated 8 years ago
- Java各种必备面试题目程序代码例子与应战技巧☆26Jan 14, 2015Updated 11 years ago
- 剑指offer CodingInterview | Solutions to the book <Coding Interviews> with Java.《剑指offer—名企面试官精讲典型编程题》面 试题目的Java实现。☆18Feb 18, 2019Updated 7 years ago
- 收集各大公司一手面试笔试题☆29Sep 27, 2015Updated 10 years ago
- Java面试总结☆37Sep 24, 2021Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 最全的Java面试题☆247Sep 15, 2020Updated 5 years ago
- 阿里云数据库RDS之DTS订阅数据消费客户端☆12Dec 12, 2015Updated 10 years ago
- Java面试题、MQ、JVM☆29Nov 16, 2022Updated 3 years ago
- 2016Java面试题整理☆15Mar 14, 2016Updated 10 years ago
- freemarker模板代码生成器☆17Nov 8, 2015Updated 10 years ago
- 《剑指 offer》面试题 java 版, leetcode 题目分享☆27Oct 21, 2020Updated 5 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- 面试题集☆22Sep 4, 2017Updated 8 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 11 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- java服务端面试题整理☆351Jun 6, 2018Updated 8 years ago
- 基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持 服务治理、监控和追踪,努力为中小型企业…☆13Oct 29, 2017Updated 8 years ago
- 收集技术文档,涵盖面试,编程,数据库等等☆15Apr 19, 2018Updated 8 years ago
- Java:购物车规则引擎。采用SOA思想,每个促销规则以插件的形式增减☆22Dec 23, 2015Updated 10 years ago
- Java后端微服务Spring Cloud Alibaba 阿里全家桶分布式实战架构,可变身单体应用,可拆卸前后端分离管理后台,创业公司必备,开箱即用,持续更新☆75Dec 16, 2023Updated 2 years ago
- 模仿Java标准库的一些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。 使用Java实现的集合库都经过完整的测试,实际上,我在实现的…☆49Mar 31, 2015Updated 11 years ago
- XiaoYu 基于 Spring Cloud Alibaba的分布式微服务快速搭建案例,具有统一授权、认证,包含用户管理、资源权限管理(Spring Security + oauth2)、网关API(Gateway)、分布式事务(seata)、分布式任务调度(xxl-job…☆22Jan 11, 2021Updated 5 years ago
- 面试常见问题总结☆107Jul 1, 2019Updated 6 years ago
- 使用Apache Thrift作为容器,Google Protobuf作为协议的一个RPC框架。☆19Jun 2, 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.
- MyBatis整合Spring并使用log4jdbc或者p6spy输出真实的sql语句☆17Apr 24, 2017Updated 9 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- 基于 Spring Cloud 的网络借贷信息中介平台☆10Jul 13, 2018Updated 7 years ago
- Java练习 - Java基础知识,面试题,小demo,长期积累 | intellij idea + maven + tomcat☆47Dec 16, 2022Updated 3 years ago
- Android BLE 简单收发数据,可在此基础上开发一些小项目,和单片机蓝牙模块通讯☆10Aug 2, 2016Updated 9 years ago
- 常规Java工具,算法,加密,数据库,面试题,源代码分析,解决方案☆2,084Sep 1, 2022Updated 3 years ago
- czsc_in_practise☆13Dec 9, 2020Updated 5 years ago
- 本仓库记录了我学习设计模式的历程,仓库中代码来自于《Head First Design Patterns》一书,每一个模式都附有相应的介绍博客,适合作为初学者入门学习的参考。☆11Jul 21, 2017Updated 8 years ago
- Java SDK for eBay REST APIs☆11Mar 20, 2017Updated 9 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.
- 调用第三方接口的框架,包含缓存重试策略。☆13Jun 17, 2022Updated 3 years ago
- 1、提供声明式异步编程(只需在方法上加@Async注解就OK了); 2、解决异步多层嵌套带来的线程阻塞问题;3、提供异步事件编程;4、更多功能等待发现哈; 目前这个框架已在本人公司生成环境运行近2年无异常,欢迎讨论☆16Jan 3, 2019Updated 7 years ago
- 基于Drools的 规则引擎+CEP+事件流☆23Sep 2, 2017Updated 8 years ago
- java技术学习笔记以及互联网面试常见题☆10Nov 2, 2019Updated 6 years ago
- middle-ground-service(中台基本架构)☆14Apr 24, 2018Updated 8 years ago
- 使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储☆23Aug 24, 2017Updated 8 years ago
- 支付中台-支付系统☆12Feb 27, 2019Updated 7 years ago