06 2020 档案
摘要:在html文件使用字体图标并且预览时正常,但是启动工程后显示不正常,浏览器调试界面显示字体文件无法decode:Failed to decode downloaded font: xxxxx如图所示:显示结果:原因:经过maven的filter,会破坏font文件的二进制文件格式,导致前台解析出错。解决办法:在pom文件中配置maven的filter,在标签内添加如下配置: ...
阅读全文
摘要:npm config set fetch-retry-maxtimeout 60000 -g
阅读全文
摘要:1. 软件下载postgresql-9.4.19-1-windows-x64-binaries.ziphttps://www.postgresql.org/download/windows/postgis-bundle-pg94x64-2.2.0.ziphttp://download.osgeo.org/postgis/windows/pg94/2. 将postgresql.zip解压解压post...
阅读全文
摘要:1.PostgreSQL的安装1.1 下载并安装PostgreSQL官方yum源配置文件dnf install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm1.2 禁用系统内置yum源的PostgreSQL安装模块PostgreSQL官方的y...
阅读全文
摘要:参考:http://db.apache.org/derby/releases/release-10.12.1.1.cgihttps://blog.csdn.net/hxl122lcq/article/details/7782940修改 D:\Java\Java8X64\jre1.8.0_181\lib\security\java.policy与D:\Java\Java8X64\jdk1.8.0_1...
阅读全文
摘要:参考: http://postgis.net/2017/11/07/tip-move-postgis-schema/Move PostGIS extension to a different schemaAs of PostGIS 2.3, the postgis extension was changed to no longer allow relocation. All function ...
阅读全文