上一页 1 2 3 4 5 6 ··· 81 下一页
摘要: 安装 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 阅读(38) 评论(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 阅读(651) 评论(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 阅读(114) 评论(0) 推荐(0)
摘要: 由于升级Nodejs版本造成的,一般创建项目时为16.7.0版本,然后安装或升级了更高版本,再进行run的时候,会提示。 Error message "error:0308010C:digital envelope routines::unsupported" 解决方法: 1. 降级nodejs的版 阅读全文
posted @ 2023-03-23 13:33 googlegis 阅读(139) 评论(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 阅读(169) 评论(0) 推荐(0)
摘要: HI!大家好,好久沒有記錄JavaScript的筆記了XD,在昨天研究Vue的時後突然看到了沒看過的東西,其實還有很多啦!只是這兩個function就剛好被我遇到,所以去查了一下他們的原理,欸!說了那麼多那到底是什麼?以下文章開始! 首先提一下JavaScript的事件,不管是onclick或onc 阅读全文
posted @ 2023-02-09 13:54 googlegis 阅读(35) 评论(0) 推荐(0)
摘要: 解决方法,一共分两步: 1、查看是否添加用户和角色: 进入到tomcat的conf目录下,编辑tomcat-users.xml配置文件添加manager-script角色,并赋予角色给admin<role rolename="admin-gui"/><role rolename="manager-g 阅读全文
posted @ 2023-02-01 13:36 googlegis 阅读(273) 评论(0) 推荐(0)
摘要: 主要是配置环境变量,如下: 变量名 环境路径TOMCAT_HOME D:\apache-tomcatCATALINA_BASE D:\apache-tomcatCATALINA_HOME D:\apache-tomcatJAVA_HOME C:\Program Files\Java\jdk1.8.0 阅读全文
posted @ 2023-02-01 11:15 googlegis 阅读(257) 评论(0) 推荐(0)
摘要: Tomcat启动时命令窗口出现乱码: 可以通过以下方案解决: 找到Tomcat目录下conf文件夹中的logging.properties文件, 打开logging.properties文件,找到文件中的java.util.logging.ConsoleHandler.encoding = UTF- 阅读全文
posted @ 2023-02-01 11:12 googlegis 阅读(62) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 81 下一页

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