CodeDesign
☆74May 27, 2021Updated 5 years ago
Alternatives and similar repositories for CodeDesign
Users that are interested in CodeDesign are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- MyBatis 是一款非常优秀的持久层框架,相对于IBatis更是精进了不少。与此同时它还提供了很多的扩展点,比如最常用的插件;语言驱动器,执行器,对象工厂,对象包装器工厂等等都可以扩展。那么,如果想成为一个有深度的男人(程序猿),还是应该好好的学习一下这款开源框架的源码,…☆20Dec 16, 2022Updated 3 years ago
- itstack-demo-code☆21Dec 16, 2022Updated 3 years ago
- ios 客户端微信扫码登录app☆11Aug 14, 2018Updated 7 years ago
- 代码工具集,第三方中间件集成等☆11May 13, 2023Updated 3 years ago
- jedis-client可重入分布式锁,支持redlock☆18Jul 11, 2022Updated 3 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.
- 《Docker+Kubernetes 应用开发与快速上云》一书相关附件☆20Dec 8, 2022Updated 3 years ago
- itstack-demo-frame☆12Dec 16, 2022Updated 3 years ago
- [译] ApacheCN 安卓译文集☆11Jan 11, 2022Updated 4 years ago
- 30 iOS projects with Swift in my next 100 days☆16May 26, 2018Updated 8 years ago
- MonitorDesign☆43Jul 9, 2021Updated 5 years ago
- 提供了solr到elasticsearch的语法翻译引擎,兼容现有的solr语法,提供了基于注解的ORM实现☆12Oct 8, 2015Updated 10 years ago
- 邮件发送工具类,可以实现纯文本内容的发送,支持使用freemarker模板转换内容后发送,支持内容附件发送☆12Jul 9, 2015Updated 11 years ago
- 基于Java实现的。Timeline模式朋友圈、微博、消息推送、feed流、im通讯的抽象库,提供数据流间的分发功能、分发失败后重试,将抽象层、存储层分离提高系统灵活性、以及各种存储层的具体实现。☆11Dec 7, 2021Updated 4 years ago
- idea maven 搭建java agent项目,手把手教你实现方法耗时统计的java agent☆12Mar 16, 2020Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 实践DDD模式的知识小店后台系统☆12Feb 9, 2025Updated last year
- 基于 log4cplus 封装的自用的 C++ 日志库☆15Nov 21, 2020Updated 5 years ago
- scrapy实战教程,分享scrapy爬虫的知识,针对各大网站做爬虫采集,并且以实例代码讲解。☆10Jan 22, 2026Updated 5 months ago
- 📚 本仓库是冰河重现Log4j远程过程执行漏洞的代码示例,完整重现了Log4j最新远程过程执行漏洞,如果对你有所帮助,请给个大大的Star,谢谢啦!!☆11May 29, 2022Updated 4 years ago
- 阿里云oss服务端签名直传并设置上传回调☆12Aug 12, 2020Updated 5 years ago
- ☆13Dec 7, 2020Updated 5 years ago
- Go并发编程实战☆11Apr 6, 2023Updated 3 years ago
- noear::一个简单的 Elasticsearch ORM 框架(基于 lamabda 表达式,构建类似 sql 的体验)☆20Apr 25, 2026Updated 2 months ago
- 🎭 本专栏是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式,搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏,欢迎购买。如果本项目能为您提供帮助,请给予支持(关注、⭐Star、分享…☆10Aug 17, 2021Updated 4 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.
- 使用cocoscreator + node.js + mariadb创建的房卡斗地主游戏。☆10Mar 15, 2019Updated 7 years ago
- Microservice distributed e-commerce system based on Hertz and gRPC / 基于 Hertz 与 gRPC 的分布式微服务电商系统☆14Jun 7, 2023Updated 3 years ago
- Vue 2.0 admin management system template based on iView 个人修改版☆13Mar 1, 2018Updated 8 years ago
- 中国象棋引擎HTTP封装(UCCI-Engine-Wrapper of HTTP☆19Mar 25, 2024Updated 2 years ago
- Seafile Javascript API☆22Jun 18, 2026Updated 3 weeks ago
- QConShanghai 2018深度培训——《微 服务架构与实战》示例☆14Oct 21, 2018Updated 7 years ago
- ☆10Dec 28, 2024Updated last year
- 将业务功能拆分为积木单元,通过flow组合后运行,类似拼积木。对于策略系统、规则系统等灵活度较大或预先无法进行业务预估的服务尤为有利☆11Nov 3, 2022Updated 3 years ago
- JDK8新特性解决集合类线程安全,线程池,lambda表达式,流式编程,函数式接口。