首页
学习
活动
专区
工具
TVP
发布

云计算与大数据

专栏作者
275
文章
347591
阅读量
23
订阅数
云原生|k8s pod 的删除过程以及信号处理
m.killContainer --> m.internalLifecycle.PreStopContainer-->m.runtimeService.StopContainer
heidsoft
2022-06-09
8150
kernel | interrupt| driver
(2)如何解决中断处理程序执行过长和中断丢失的问题: Linux 将中断处理过程分成了两个阶段,也就是上半部和下半部。 上半部用来快速处理中断,它在中断禁止模式下运行,主要处理跟硬件紧密相关的或时间敏感的工作。也就是我们常说的硬中断,特点是快速执行。 下半部用来延迟处理上半部未完成的工作,通常以内核线程的方式运行。也就是我们常说的软中断,特点是延迟执行。
heidsoft
2022-04-18
6470
containerd了解
I recently had a need to manually load some container images into a Linux system running containerd (instead of Docker) as the container runtime. I say “manually load some images” because this system was isolated from the Internet, and so simply running a container and having containerd automatically pull the image from an image registry wasn’t going to work. The process for working around the lack of Internet access isn’t difficult, but didn’t seem to be documented anywhere that I could readily find using a general web search. I thought publishing it here may help individuals seeking this information in the future.
heidsoft
2022-01-13
6340
腾讯蓝鲸源代码编译尝试
腾讯cmdb开源项目https://github.com/Tencent/bk-cmdb
heidsoft
2022-01-11
1K0
vim | 配置我的linux 开发环境
"显示行号 set number "包裹行 set wrap "设置文件编码 set encoding=utf-8 "设置文件打开标题 set titlestring=%t "显示光标位置 set ruler "语法高亮 syntax on "缩进格式设置 set autoindent "自动换行,继承前一行的缩进方式,适用于多行注释 set expandtab "转换tab为空格,expandtab 选项用于设置在Vim插入模式下按下 Tab 键时,输入到Vim中的都是空格。smarttab 表示插入
heidsoft
2021-04-22
1.6K0
SAAS| AbstractRoutingDataSource
https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSource.html
heidsoft
2020-07-29
6610
Sentinel 1.7.0 发布,支持 Envoy 集群流量控制
流控降级中间件 Sentinel 1.7.0 版本正式发布,引入了 Envoy 集群流量控制支持、properties 文件配置、Consul/Etcd/Spring Cloud Config 动态数据源适配等多项新特性与改进。详细特性列表请参考 Release Notes,欢迎大家使用并提出建议。
heidsoft
2019-12-03
1K0
研发:如何防止混合内容
查找和修正混合内容是一项重要任务,但可能非常耗时。本指南将介绍可为此过程提供帮助的一些工具和技术。如需了解混合内容本身的更多信息,请参阅什么是混合内容。
heidsoft
2018-10-18
1.5K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档