摘要: 问题描述hexo 博客许久未写,今天尝试更新,发现 hexo d 之后需要输入 github 的用户名和密码,但是我输入之后没有效果,还是无法推送到 github 上。研究之后发现 rootcause 是:github 已经无法再用密码登陆推送,只能用 token, 而这里的token并不是 ssh 阅读全文
posted @ 2024-11-03 09:00 googlegis 阅读(1) 评论(0) 推荐(0) 编辑
摘要: :active-value="1",这样是number类型,传值1, active-value="1",是字符串类型,传值需要“1” 阅读全文
posted @ 2024-03-26 11:13 googlegis 阅读(90) 评论(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 阅读(46) 评论(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 阅读(204) 评论(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 阅读(20) 评论(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 阅读(374) 评论(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 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 由于升级Nodejs版本造成的,一般创建项目时为16.7.0版本,然后安装或升级了更高版本,再进行run的时候,会提示。 Error message "error:0308010C:digital envelope routines::unsupported" 解决方法: 1. 降级nodejs的版 阅读全文
posted @ 2023-03-23 13:33 googlegis 阅读(103) 评论(0) 推荐(0) 编辑
摘要: tomcat 8: 变量名:JAVA_HOME 变量值:C:\Program Files (x86)\Java\jdk1.8.0_91 // 要根据自己的实际路径配置 变量名:CLASSPATH 变量值:.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.j 阅读全文
posted @ 2023-02-09 16:54 googlegis 阅读(143) 评论(0) 推荐(0) 编辑

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