2018年10月30日

IDEA如何导出war包

摘要: 网上有很多关于IDEA导出war包的教程,然而很多照着一步步操作以后,war包并不能在对应目录中找到。参考网上一篇博文,发现其方法描述比较详细且经验证有效。 完整流程如下: 首先点击这里进入项目的配置页面(或从File-> Project Structure打开亦可) 在Artifacts栏里点击绿 阅读全文

posted @ 2018-10-30 13:13 zhcgis 阅读(4868) 评论(0) 推荐(0)

2018年10月26日

Geoserver通过ajax跨域访问服务数据的方法(含用户名密码认证的配置方式)

摘要: Goeserver数据有两种,一种需进行用户密码的权限认证,一种无须用户密码。对于网上跨域访问Geoserver数据的种种方法,对这2种数据并非通用。 笔者将Geoserver官方下载的Geoserver.war包部署到linux服务器,通过前端 ajax 访问geoserver数据失败,其中包含跨 阅读全文

posted @ 2018-10-26 19:55 zhcgis 阅读(1057) 评论(0) 推荐(0)

2018年10月24日

Linux执行source /etc/profile报错“:command not found”

摘要: 修改完 /etc/profile中的内容后,执行“立即生效”命令 “source /etc/profile”报错: :command not found :command not found :command not found 解决方法: 执行如下命令(两种方式): 参考:https://blog 阅读全文

posted @ 2018-10-24 19:42 zhcgis 阅读(8287) 评论(0) 推荐(1)

linux安装tomcat后启动报错Cannot find ./catalina.sh的解决方法

摘要: linux安装tomcat后启动报错: Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program 原因:无权限 解决方法 阅读全文

posted @ 2018-10-24 19:16 zhcgis 阅读(968) 评论(0) 推荐(0)

导航