11 2023 档案
摘要:Gitea 与 Drone 集成实践:完全基于 Docker 搭建的轻量级 CI/CD 系统-六虎 (6hu.cc)
阅读全文
摘要:Ubuntu22.04静态ip配置 - 知乎 (zhihu.com) network: renderer: NetworkManager ethernets: ens33: addresses: - 10.128.39.42/24 routes: - to: default via: 10.128.
阅读全文
摘要:先用docker system df 命令查看再用docker system prune 清理
阅读全文
摘要:ASP.NET Core 的 Docker 映像 | Microsoft Learn
阅读全文
摘要:1 FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base 2 WORKDIR /app 3 EXPOSE 80 4 5 FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build 6 WORKDIR /src 7 COPY
阅读全文
摘要:要查看特定目录的大小,可以在命令中指定该目录的路径,例如: du -h /path/to/directory
阅读全文
摘要:mysql删除有外键约束的数据 -- 步骤2:解除外键约束 SET FOREIGN_KEY_CHECKS = 0; -- 步骤3:删除相关数据 DELETE from org_practicebase ; -- 步骤4:重新建立外键约束 SET FOREIGN_KEY_CHECKS = 1;
阅读全文
摘要:laochiangx/Common.Utility: Various helper class (github.com)
阅读全文
摘要:sed -i 's/http:\/\/archive.ubuntu.com/https:\/\/mirrors.aliyun.com/g' /etc/apt/sources.list
阅读全文
摘要:#include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); GPIO_InitTypeDef GPI
阅读全文
摘要:#include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitTypeDef GPI
阅读全文
摘要:#include "stm32f10x.h" // Device header #include "Delay.h" int main(void) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitTypeDef GPI
阅读全文
摘要:【最新MDK注册方法】 对于学生朋友,无力购买正版的,请参考注册方法:下载地址:https://www.lanzoui.com/i8v8sbg方法:https://blog.csdn.net/weixin_53944340/article/details/120396237
阅读全文