diff --git a/source/_posts/NET.md b/source/_posts/NET.md index bcc7751..c102ac0 100644 --- a/source/_posts/NET.md +++ b/source/_posts/NET.md @@ -17,7 +17,7 @@ tags: 使用命令行下载: ```powershell -.\nuget.exe install MathNet.Numerics -OutputDirectory D:\NuGetOfflinePackages +.\nuget.exe install MathNet.Numerics -OutputDirectory D:\NuGetOfflinePackages -Version 5.0.0 ``` 这会下载包及其依赖到 `D:\NuGetOfflinePackages` 目录。 diff --git a/source/_posts/VsCode.md b/source/_posts/VsCode.md index 9c8c5a2..6fb951f 100644 --- a/source/_posts/VsCode.md +++ b/source/_posts/VsCode.md @@ -36,7 +36,7 @@ vim ~/.ssh/authorized_keys 将秘钥对应的公钥复制上去 -![image-20250416155023228](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155023228.png) +![image-20250416155023228](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155023228.png) 保存即可 @@ -56,33 +56,33 @@ systemctl restart sshd Windows `~/.ssh` 目录属性中 安全 -> 高级 -![image-20250416155557565](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155557565.png) +![image-20250416155557565](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155557565.png) 需 停用继承,我这里已经停用 -![image-20250416155636248](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155636248.png) +![image-20250416155636248](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155636248.png) 然后点击 添加,选择主体 -![image-20250416155715122](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155715122.png) +![image-20250416155715122](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155715122.png) 选择高级 -![image-20250416155749520](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155749520.png) +![image-20250416155749520](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155749520.png) 点击 立即查找 -![image-20250416155823198](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155823198.png) +![image-20250416155823198](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155823198.png) 选择 Administrator 和 SYSTEM -![image-20250416155859285](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155859285.png) +![image-20250416155859285](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155859285.png) -![image-20250416155914072](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155914072.png) +![image-20250416155914072](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155914072.png) 点击两次 确定后,将 基本权限改为 完全控制 -![image-20250416155949694](http://minio.wenyongdalucky.club:9000/hexo/image-20250416155949694.png) +![image-20250416155949694](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416155949694.png) 再次点击确定 diff --git a/source/_posts/VsCode/image-20250416155023228.png b/source/_posts/VsCode/image-20250416155023228.png new file mode 100644 index 0000000..7a947ba Binary files /dev/null and b/source/_posts/VsCode/image-20250416155023228.png differ diff --git a/source/_posts/VsCode/image-20250416155557565.png b/source/_posts/VsCode/image-20250416155557565.png new file mode 100644 index 0000000..457d0c7 Binary files /dev/null and b/source/_posts/VsCode/image-20250416155557565.png differ diff --git a/source/_posts/VsCode/image-20250416155636248.png b/source/_posts/VsCode/image-20250416155636248.png new file mode 100644 index 0000000..3be9a31 Binary files /dev/null and b/source/_posts/VsCode/image-20250416155636248.png differ diff --git a/source/_posts/VsCode/image-20250416155715122.png b/source/_posts/VsCode/image-20250416155715122.png new file mode 100644 index 0000000..29b9722 Binary files /dev/null and b/source/_posts/VsCode/image-20250416155715122.png differ diff --git a/source/_posts/VsCode/image-20250416155749520.png b/source/_posts/VsCode/image-20250416155749520.png new file mode 100644 index 0000000..c05d309 Binary files /dev/null and b/source/_posts/VsCode/image-20250416155749520.png differ diff --git a/source/_posts/VsCode/image-20250416155823198.png b/source/_posts/VsCode/image-20250416155823198.png new file mode 100644 index 0000000..19f0b7f Binary files /dev/null and b/source/_posts/VsCode/image-20250416155823198.png differ diff --git a/source/_posts/VsCode/image-20250416155859285.png b/source/_posts/VsCode/image-20250416155859285.png new file mode 100644 index 0000000..7243571 Binary files /dev/null and b/source/_posts/VsCode/image-20250416155859285.png differ diff --git a/source/_posts/VsCode/image-20250416155914072.png b/source/_posts/VsCode/image-20250416155914072.png new file mode 100644 index 0000000..400223d Binary files /dev/null and b/source/_posts/VsCode/image-20250416155914072.png differ diff --git a/source/_posts/VsCode/image-20250416155949694.png b/source/_posts/VsCode/image-20250416155949694.png new file mode 100644 index 0000000..5e4907a Binary files /dev/null and b/source/_posts/VsCode/image-20250416155949694.png differ