惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
Hacker News: Ask HN
Hacker News: Ask HN
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
T
Troy Hunt's Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX - 技术
N
News and Events Feed by Topic
A
Arctic Wolf
小众软件
小众软件
雷峰网
雷峰网
Hacker News - Newest:
Hacker News - Newest: "LLM"
量子位
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
C
Comments on: Blog
博客园_首页
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
Project Zero
Project Zero
G
Google Developers Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
Forbes - Security
Forbes - Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
AI
AI
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Help Net Security
Help Net Security
T
The Blog of Author Tim Ferriss
博客园 - 三生石上(FineUI控件)
L
LINUX DO - 最新话题
L
Lohrmann on Cybersecurity
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
S
SegmentFault 最新的问题
The Last Watchdog
The Last Watchdog
酷 壳 – CoolShell
酷 壳 – CoolShell
Stack Overflow Blog
Stack Overflow Blog
Cisco Talos Blog
Cisco Talos Blog
T
The Exploit Database - CXSecurity.com
V
Visual Studio Blog

博客园 - James.Ying

《觉醒时刻:AI Agent引爆企业效率革命》第二章 《觉醒时刻:AI Agent引爆企业效率革命》第一章 win11 安装openclaw问题 Openclaw 配置可局域网访问 一步步清理CentOS下的Docker的占用空间 把docker镜像和数据迁移到新的硬盘 Linux环境下,使用Jenkins构建docker容器,提示权限不足的问题 花了2天时间,把量化平台的回测从本地放到了在线 平民化量化平台-刚米量化 Asp.NetCore利用缓存使用AOP方式防止重复提交 Python量化-如何获取实时股票信息 Python中字典的常用方法 量化交易之网格情缘 记录一些笔试题 我都xxx岁了,还能继续做开发吗? 飞机歌 抛开2020,我来了,2021!! 复制DllImport用的Dll文件到项目输出目录 Abp vNext 切换MySql数据库 .Net Core HttpClient 忽略https证书提醒 Asp.Net Core SignalR 用泛型Hub优雅的调用前端方法及传参 - James.Ying
.Net Core 中使用工厂模式
James.Ying · 2022-06-25 · via 博客园 - James.Ying
什么是工厂模式 工厂模式是最常用的设计模式之一,属于创建型模式。 有点: 解耦,可以把对象的创建和过程分开 减少代码量,易于维护 什么时候用? 当一个抽象类有多个实现的时候,需要多次实例化的时候,就要考虑使用工厂模式。…