会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小小高
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
46
下一页
2021年1月20日
InstallShield 2020 R3 破解补丁 支持 VS2019
摘要: 1.首先双击运行官网下载的安装程序,接受软件安装协议; 2.选择安装路径 3.选择语音,中文/英文都可以 4.安装 5.安装完先不要运行 6.再将2020-patch文件夹中的破解补丁复制到指定路径下即可; 默认路径【C:\Program Files (x86)\InstallShield\2020
阅读全文
posted @ 2021-01-20 09:38 小小高
阅读(1006)
评论(0)
推荐(0)
2020年12月15日
类库项目icon 变 测试项目 icon
摘要: => 都是编辑 *.csprj .net framework 项目 <PropertyGroup> 节点下加 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
阅读全文
posted @ 2020-12-15 18:55 小小高
阅读(95)
评论(0)
推荐(0)
2020年12月1日
exec: "com.docker.cli": executable file not found in %PATH%
摘要: 添加 C:\Program Files\Docker\Docker\resources\bin 到 %PATH% 环境变量
阅读全文
posted @ 2020-12-01 15:56 小小高
阅读(1180)
评论(0)
推荐(0)
2020年11月7日
windows 快捷操作系列
摘要: 1.win10 打开桌面图标设置 Win+R 打开运行 "C:\Windows\system32\rundll32.exe" shell32.dll,Control_RunDLL desk.cpl,,0
阅读全文
posted @ 2020-11-07 15:26 小小高
阅读(89)
评论(0)
推荐(0)
2020年10月27日
Docker Build时查看当前镜像目录树
摘要: RUN find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
阅读全文
posted @ 2020-10-27 13:02 小小高
阅读(788)
评论(0)
推荐(0)
2020年10月26日
vs2019生成的dockerfile 手动 build
摘要: 1. cd 到 csprj 所在目录 2. docker build --no-cache --progress plain --force-rm -t demo:1.0 -f Dockerfile %cd%/..
阅读全文
posted @ 2020-10-26 17:28 小小高
阅读(872)
评论(0)
推荐(0)
2020年10月9日
Failed to set version to docker-desktop: exit code: -1
摘要: 临时方案: cmd下执形 netsh winsock reset 重启计算机即可修复。 永久方案 cmd下执形 NoLsp.exe c:\windows\system32\wsl.exe NoLsp.exe 下载地址 https://files.cnblogs.com/files/gaocong/N
阅读全文
posted @ 2020-10-09 10:14 小小高
阅读(2186)
评论(1)
推荐(1)
2020年9月16日
centos 中Stream转 Image 报错
摘要: asp.net core 3.1 中 ,调用 Image.FromStream(stream) 报错 System.DllNotFoundException : Unable to load DLL 'libgdiplus': The specified module could not be fo
阅读全文
posted @ 2020-09-16 11:34 小小高
阅读(209)
评论(0)
推荐(0)
2020年8月18日
XmlHttpRequest DownLoad
摘要: var xhr=new XMLHttpRequest(); xhr.open('GET', url, true); xhr.responseType = 'arraybuffer'; xhr.setRequestHeader('Authorization', 'Bearer token'); xhr
阅读全文
posted @ 2020-08-18 17:01 小小高
阅读(557)
评论(0)
推荐(0)
win 10 (2004) 加入预览体验计划 (insider preview)
摘要: 前提: 运行打开 ms-settings:privacy-feedback , 选择 "可选诊断数据" 如果是灰的,点不了的话。 运行打开 gpedit.msc 计算机配置 => 管理模板 => Windows组件 => 数据收集和预览版本 => 允许遥测 ( 已启用 和 可选)
阅读全文
posted @ 2020-08-18 11:44 小小高
阅读(860)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
46
下一页
公告