上一页 1 2 3 4 5 6 ··· 81 下一页
摘要: 以前电脑上安装过wsl2,后来为了在电脑使用模拟器安装apk,就安装了腾讯 应用宝电脑版, 当时提示了会禁用电脑的虚拟组件,没有当回事。后来发现以前正常能运行的基于wsl的Ubuntu运行不了了。 卸载了应用宝也不行,后来搜索发现有说hyper-v被禁用了, 让在控制面板中的windows组件里安装 阅读全文
posted @ 2024-12-02 15:07 googlegis 阅读(1360) 评论(0) 推荐(0)
摘要: 问题描述hexo 博客许久未写,今天尝试更新,发现 hexo d 之后需要输入 github 的用户名和密码,但是我输入之后没有效果,还是无法推送到 github 上。研究之后发现 rootcause 是:github 已经无法再用密码登陆推送,只能用 token, 而这里的token并不是 ssh 阅读全文
posted @ 2024-11-03 09:00 googlegis 阅读(68) 评论(0) 推荐(0)
摘要: :active-value="1",这样是number类型,传值1, active-value="1",是字符串类型,传值需要“1” 阅读全文
posted @ 2024-03-26 11:13 googlegis 阅读(211) 评论(0) 推荐(0)
摘要: 1、vim是vi的增强版,它扩展了vi的功能 2、检查系统中是否安装了vim 命令: vim --version 如果出现vim版本和运行情况,否则说明没有安装vim程序。参考vim安装文档进行安装 我这里使用vi/vim命令都可以进行编辑 3、进入需要编辑的文件的所在目录,输入,这里用vi替换vi 阅读全文
posted @ 2024-03-13 15:46 googlegis 阅读(161) 评论(0) 推荐(0)
摘要: Redis is not officially supported on Windows. However, you can install Redis on Windows for development by following the instructions below. To instal 阅读全文
posted @ 2024-03-13 15:45 googlegis 阅读(483) 评论(0) 推荐(0)
摘要: 安装 wsl --install dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /fea 阅读全文
posted @ 2024-03-04 16:34 googlegis 阅读(62) 评论(0) 推荐(0)
摘要: Can't find compiler executable in your configured search path's for GNU GCC Compiler 首先确定下载的文件是 codeblocks-20.03mingw-setup.exe(145M), 而不是 codeblocks- 阅读全文
posted @ 2023-04-18 16:00 googlegis 阅读(709) 评论(0) 推荐(0)
摘要: 网上查应该是node导致的内存溢出,64位电脑默认1.4G,32位电脑默认0.7G 在package.json 中的 Scripts 中添加 node 的参数 "scripts": { "serve": "node --max_old_space_size=10240 node_modules/@v 阅读全文
posted @ 2023-03-23 13:40 googlegis 阅读(125) 评论(0) 推荐(0)
摘要: 由于升级Nodejs版本造成的,一般创建项目时为16.7.0版本,然后安装或升级了更高版本,再进行run的时候,会提示。 Error message "error:0308010C:digital envelope routines::unsupported" 解决方法: 1. 降级nodejs的版 阅读全文
posted @ 2023-03-23 13:33 googlegis 阅读(156) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 81 下一页

坐标合肥,非典型GIS开发人员 GitHub