mDNS:mDNS avahi on debian 12 Created: -2024年3月17日星期日 15:48:12 Latest updated:2025年5月2日星期五 18:12:45 views(1053) avahi-daemon 是一种Linux操作系统上运行在客户机上实施查找基于网络的Zeroconf service的服务守护进程。 该服务可以为Zeroconf网络实现DNS服务发现及DNS组播规范。 用户程序通过Linux D-Bus信
Windows Server 2016的备份和恢复 Created: -2024年10月30日星期三 19:11:31 Latest updated:2025年5月2日星期五 16:20:47 views(808) 在Windows环境下,使用wbadmin.exe命令结合VSS(Volume Shadow Copy Service)可以实现双机热备的技术方案,具体实现细节如下: 备份配置:
ASP.NET Core 1.1的新特性及使用简介 Created: -2016年12月2日星期五 21:49:31 Latest updated:2025年5月2日星期五 09:01:15 views(936) ASP.NET Core 1.1 于2016年11月16日发布。这个版本包括许多伟大的新功能以及许多错误修复和一般的增强。这个版本包含了多个新的中间件组件、针对Windows的WebListener服务器、Razor视图编译以及Azure相
git-VS2022中使用Git建立源代码管理 -github Created: -2015年11月18日星期三 23:47:50 Latest updated:2025年5月1日星期四 08:25:09 views(4091) VS2019中使用Git建立源代码管理 -github
git:如何使用git从github拉取自己的私有仓库然后再push 提交 Created: -2025年1月5日星期日 17:24:14 Latest updated:2025年5月1日星期四 07:44:56 views(430) 查看带token的远程私有仓库 git remote -v 使用git从github拉取自己的私有仓库(Token方式、本地秘钥方式) git clone https://user:TOKEN@http
frp内网穿透:frp start error: router config conflict Created: -2023年11月4日星期六 21:53:03 Latest updated:2025年4月30日星期三 16:51:31 views(1182) frp设置https,昨天还好好的,今天突然提示router config conflict?
Ubuntu命令大全:检查电脑是否被黑客入侵-Linux版 Created: -2017年12月31日星期日 05:40:10 Latest updated:2025年4月30日星期三 13:16:57 views(3121) 快速自检电脑是否被黑客入侵-Linux版
分屏软件 PowerToys Source Code c++ Created: -2024年1月10日星期三 20:02:37 Latest updated:2025年4月29日星期二 00:42:20 views(769) 分屏软件 微软官方工具软件-PowerToys github:https://github.com/microsoft/PowerToys/releases
How to Install and Uninstall Reinstall Secure MongoDB 7.0 on Ubuntu 22.04(vultr) Created: -2024年9月10日星期二 16:31:59 Latest updated:2025年4月28日星期一 07:36:34 views(710) How to Install and Uninstall Reinstall Secure MongoDB on Ubuntu 22.04(vultr)
we faced an issue with using ASP.NET Core Blazor together with Cloudflare when going into production.