公告

联系站长请查看About

SDK环境安装记录

阅读更多 >

Go语言24种设计模式

创建型模式 单例模式(Singleton) 确保一个类只有一个实例,并提供一个全局访问点。 package singleton import "sync" type singleton struct{} var instance *singleton var once sync.Once /
阅读更多 >

为 Proxmox VE 定制 Debian 虚拟机模板

基底系统 不同安装媒介的区别 媒介 Cloud Image netinst DVD 特性 云镜像 网络安装镜像 完整安装镜像 文件格式 qcow2, raw 等 .iso
阅读更多 >

Proxmox VE 9 优化设置

换源 软件源 sudo tee /etc/apt/sources.list.d/debian.sources <<EOF Types: deb URIs: https://mirrors.ustc.edu.cn/debian Suites: trixie trixie-updates Compone
阅读更多 >

[更新中]Vue3笔记

阅读更多 >

Docker安装企业级探针Grafana

组件安装 安装Docker curl -fsSL https://get.docker.com | bash -s docker 如果是国内用户可以考虑用 curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 安装N
阅读更多 >

DN42下使用WireGuard+OSPF搭建内网

0x01 前置工作 安装 Bird2(Ver > 2.16)和 wireguard sudo apt update sudo apt -y install apt-transport-https ca-certificates wget lsb-release sudo wget -O /usr/s
阅读更多 >

无需Root将Steam令牌(2FA)导入到Bitwarden教程

0x01 准备工作 SteamTools(下载地址) 手机SteamApp(已经登录Steam账号) 使用官方Bitwarden服务器或者自建vaultwarden(我这里选择自建的VaultWarden) 0x02 获取SteamGuard数据 SteamTools
阅读更多 >

Spring+SpringMVC+Mybatis全XML整合

阅读更多 >

Spring+SpringMVC+Mybatis全注解整合

阅读更多 >