摘要: 1. 管理身份下执行 CMD REG ADD “HKLM\Software\Policies\Google\Chrome” /v RendererCodeIntegrityEnabled /t REG_DWORD /d 0 2. 重启 Chrome 阅读全文
posted @ 2021-10-08 14:04 小小高 阅读(515) 评论(0) 推荐(0) 编辑
摘要: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths 阅读全文
posted @ 2021-09-15 12:18 小小高 阅读(186) 评论(0) 推荐(0) 编辑
摘要: powershell (new-object System.Net.WebClient).DownloadFile('文件url','保存路径'); 阅读全文
posted @ 2021-08-21 08:33 小小高 阅读(66) 评论(0) 推荐(0) 编辑
摘要: string json = @"{ '$type':'System.Windows.Data.ObjectDataProvider, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad3 阅读全文
posted @ 2021-08-18 13:19 小小高 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 先来一顿操作 git config --global core.quotepath false git config --global gui.encoding utf-8 git config --global i18n.commit.encoding utf-8 git config --glo 阅读全文
posted @ 2021-05-27 10:25 小小高 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 要列出所有可用的命令,只需键入以下命令 compgen -c debian 10 apt update apt install 阅读全文
posted @ 2021-04-23 10:42 小小高 阅读(26) 评论(0) 推荐(0) 编辑
摘要: COPY ./src/*/*.csproj . RUN for file in $(ls *.csproj); do mkdir -p src/${file%.*}/ && mv $file src/${file%.*}/; done 阅读全文
posted @ 2021-04-22 16:44 小小高 阅读(458) 评论(0) 推荐(0) 编辑
摘要: powershell -Command (Measure-Command { "docker build --no-cache -f 2.2/Dockerfile 2.2" }).TotalSeconds 阅读全文
posted @ 2021-04-21 11:34 小小高 阅读(90) 评论(0) 推荐(0) 编辑
摘要: Dockerfile命名为 DockerFile时 docker build 时抛异常 failed to solve with frontend dockerfile.v0: failed to read dockerfile 解决办法 touch Dockerfile 阅读全文
posted @ 2021-04-15 16:13 小小高 阅读(1808) 评论(0) 推荐(0) 编辑
摘要: 1.首先双击运行官网下载的安装程序,接受软件安装协议; 2.选择安装路径 3.选择语音,中文/英文都可以 4.安装 5.安装完先不要运行 6.再将2020-patch文件夹中的破解补丁复制到指定路径下即可; 默认路径【C:\Program Files (x86)\InstallShield\2020 阅读全文
posted @ 2021-01-20 09:38 小小高 阅读(688) 评论(0) 推荐(0) 编辑