background picture of the home page

Hi,Friend

开源阅读legado的字典

背景 最近内置的百度字典不显示了,在 github的仓库 的 Issues 中看到了 字典查询,源标题无法显示 #4535 从而了解到字典也可以添加字典源 故而去寻找字典源,与github上找到一个项目

thumbnail of the cover of the post

npm源

npm是Node.js的包管理器,默认源是npm, Inc.运营的公共仓库,也称为npm公共仓库。 如果你想查看当前的npm源,可以使用以下命令: npm get registry 如果你想设置npm的默认源,可以使用以下命令: npm config set registry https://reg

thumbnail of the cover of the post

C#Web项目的docker镜像构建

C#Web项目的docker镜像构建 C#的web项目如何制作成docker镜像 将C#的Web项目制作成Docker镜像通常涉及以下几个步骤: 确保你的C#项目可以独立运行: 通常,你需要发布你的Web项目。对于ASP.NET Core项目,你可以使用.NET CLI命令发布项目。 示例命令: d

thumbnail of the cover of the post

IP纯净度检测

网址 安全 查ip风险等级 IP纯净度检测 ChatGPT用 | Scamalytics 高精度IP地址归属地查询-全球小鸡监控平台 IP8 Lookup Tool - ip8 浏览器插件 ChatGPT降级检测 github

thumbnail of the cover of the post

Linux磁盘使用分析工具ncdu

ncdu ncdu 是一个基于 ncurses 的磁盘使用分析工具,可以更加直观地查看文件和文件夹的空间占用情况。 安装 ncdu 不同发行版的安装命令可能有所不同: sudo apt-get install ncdu # 对于 Debian/Ubuntu sudo yum install nc

thumbnail of the cover of the post

N卡驱动下载安装

官网下载:https://www.nvidia.cn/geforce/drivers/ 下载 有时候过高的驱动版本不能兼容老显卡,所以需要安装旧版本的显卡驱动 旧版本下载教程: https://www.bilibili.com/video/BV1Sp4y1n7dh/ 例如下载链接: https://

thumbnail of the cover of the post

gitea使用

git公钥地址:"C:\Users\Administrator\.ssh\id_rsa.pub" 上传的话使用HTTP,避免使用SSH,不然会让你输入你也不知道的密码,非要硬磕SSH的话看这里 kuuhaku@PC-20 MINGW64 ~/Desktop/Chrome-Bookmark-Forma

thumbnail of the cover of the post

域名最多有几级

完整域名的所有字符加起来不得超过253个ASCII字符的总长度。 因此,当每一级都使用单个字符时,限制为127个级别:127个字符加上126个点的总长度为253。 但实际上,某些域名可能具有其他限制;也没有只有一个字符的域名后缀。 总结:理论上有127级,但实际上最多有126级,因为没有单个字母的顶

thumbnail of the cover of the post

mc获取源文件.jar

在这个里面 要先在index里面找 现根据时间找到最近这个版本的文件 然后根据索引,找到要找的资源的hash值

thumbnail of the cover of the post

notepad++正则表达式

nodepad++正则表达式学习 最近用的 配合PowerToys中的PowerRename功能,给一系列文件重命名(前面补齐0) # 正则表达式 (.+) # 替换模式 0$& 目的 保留每行开头"和\MusicParty及其后面的文本 实现01 查找目标 ^".*\\MusicParty

thumbnail of the cover of the post