本文档是作者小傅哥多年从事一线互联网Java开发的学习历程技术汇总,旨在为大家提供一个较清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本文能为您提供帮助,请给予支持(关注、点赞、分享)! | 作者: 小傅哥,Java Developer,CSDN 博客专家
☆11Apr 26, 2020Updated 5 years ago
Alternatives and similar repositories for itstack
Users that are interested in itstack are comparing it to the libraries listed below
Sorting:
- 服务质量监控,检测从研发到测试的过程中,研发质量。包括;接口列表、热点接口、接口质量(通过次数/单测次数),等信息。☆11Jun 17, 2022Updated 3 years ago
- 基于springboot starter机制封装web通用的starter☆12Aug 17, 2023Updated 2 years ago
- Java implementation for the Agent2Agent Protocol (A2A - https://github.com/google/A2A), enabling interaction between AI agents through a …☆11Apr 21, 2025Updated 10 months ago
- 在 Spring Boot 项目中简单的将文件存储到:aws-s3、服务器本地、自定义的渠道,同时支持多个存储方式,上传文件时指定存储方式。☆14Aug 5, 2023Updated 2 years ago
- mall-swarm是一套微服务商城系统,采用了 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基…☆10Jun 21, 2022Updated 3 years ago
- SpringCloud微服务入门教程,包含Eureka注册发现、Config配置中心、BUS消息总线、FeignClient客户端 、Zuul网关、Hystrix服务熔断降级、Stream消息队列、Sleuth链路监控、Swagger文档的基本整合演示。☆11Aug 26, 2024Updated last year
- 如果你同我一样对耦合深恶痛绝 Open Intelligent Unitive Efficient [开放 智能 统一 高效] 用积木思想编程,低门槛、轻量化、标准化、架构解耦、模块化以及去框架☆11Apr 26, 2021Updated 4 years ago
- Java学习、进阶、面试、架构师成长之路, Java程序员进阶大牛的核心知识体系☆13Dec 16, 2019Updated 6 years ago
- SpringCloud官方Demo用法☆15Aug 26, 2024Updated last year
- 开发手册、心得体会、常用网址、学习教程、常见问题梳理,持续更新中☆14Feb 10, 2023Updated 3 years ago
- Nicol is an open-source web service, developed using the Kotlin programming language, that enables streaming Server Stream Events and s…☆11Dec 10, 2023Updated 2 years ago
- 支付服务:支付宝、微信、银联详细 代码案例,目前已经1800+Star。十分钟让你快速搭建一个支付服务,内附各种教程。 作者:小柒2012 链接:https://www.imooc.com/article/67664 来源:慕课网 本文首次发布于慕课网 ,转载请注明出处,…☆13Jun 10, 2022Updated 3 years ago
- 名片小程序☆14Dec 9, 2022Updated 3 years ago
- door-spring-boot-starter☆11Jun 17, 2022Updated 3 years ago
- 根据专栏课程需要完善的案例工程,主要向学习的用户逐步讲解基于JavaFx开发的UI界面是如何一步一步拆解完善的。同时还提供了一些服务端和客户端工程结构设计的案例,可以方便用户学习参考。☆15Jun 21, 2022Updated 3 years ago
- fuzhengwei.github.io☆15Dec 14, 2022Updated 3 years ago
- 《Web网站设计与开发教程(HTML5、JSP版)第二版》学习用源代码。《Web网站设计与开发教程(HTML5、JSP版)第二版》是高等学校“十三五”规划教材,由西安电子科技大学出版社出版发行。本教材提供配套的PPT课件、全部源代码、视频讲解。☆18Dec 15, 2022Updated 3 years ago
- 法律小智囊微信小程序☆17Apr 26, 2021Updated 4 years ago
- For My MiAir_i77500u☆10Oct 12, 2022Updated 3 years ago
- 基于JavaParser的代码调用链分析,可以用于分析Java代码的方法调用链,进行代码质量管理、监控。欢迎Fork、Star☆19Nov 16, 2020Updated 5 years ago
- 关于VScode 开发netCore简单笔记☆17Oct 27, 2022Updated 3 years ago
- 这是一个渐进式手写🖋RPC项目,逐步深入理解服务间远程调用☆17Jun 22, 2024Updated last year
- PHP マニュアル (http://www.php.net/manual/ja/) を Dash (http://kapeli.com/dash) で閲覧できる Docsets です。☆26Mar 23, 2017Updated 8 years ago
- 阳姐讲前端:一个野生程序媛的成长之路☆19Jun 29, 2021Updated 4 years ago
- 一个用于简化开发的sprint-boot-starter项目,暂且把它命名为myhelper吧☆16Jun 14, 2023Updated 2 years ago
- Framework for testing Dijkstra algorithm☆17Feb 18, 2015Updated 11 years ago
- ☆18Oct 27, 2017Updated 8 years ago
- A distilled implementation of Domain-Driven Design (DDD) concepts from Fundamentals of Software Architecture by Neal Ford, showcasing key…☆25Oct 13, 2022Updated 3 years ago
- As a self-taught programmer, what inside the black box is always mysterious to me. That's why I start this project.☆21May 4, 2019Updated 6 years ago
- CNN models for antibiotic resistance prediction in M. tuberculosis genomes. From Green & Yoon et al (forthcoming)☆27Jan 19, 2023Updated 3 years ago
- Convert HTML Table To Excel☆20Apr 23, 2022Updated 3 years ago
- itstack-demo-code☆21Dec 16, 2022Updated 3 years ago
- Java静态代码安全审计工具,使用JavaParser项目做语法分析,计划支持常见的Web漏洞与组件漏洞☆21Sep 20, 2021Updated 4 years ago
- 《Netty+JavaFx实战:仿桌面版微信聊天》| 本项目是作者小傅哥使用技术栈JavaFx、Netty4.x、SpringBoot、Mysql等,搭建的仿桌面版微信聊天工程实现通信核心功能。如果本项目能为您提供帮助,请给予支持(关注、点赞、分享)!☆23Apr 25, 2020Updated 5 years ago
- A PMD-plugin for IntelliJ IDEA☆27Sep 3, 2024Updated last year
- 《客户端》| 客户端是我们的通信核心工程,主要使用Netty4.x作为我们的socket框架来完成通信交互。并且在此工程中负责引入UI的Jar包,完成UI定义的事件(登录验证、搜索添加好友、对话通知、发送信息等等),以及需要使用我们在服务端工程定义的通信协议来完成信息的交…☆21Jun 17, 2022Updated 3 years ago
- Vue结合Vux的移动端自适应(vw)模板☆27Sep 8, 2018Updated 7 years ago
- itstack-demo-iot-gatewary☆27Oct 4, 2022Updated 3 years ago
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago