IntelliJ IDEA下多模块项目在tomcat下部署提示class not found
项目是这样的,基于JFinal开发,用的是IntelliJ IDEA下,打包部署,在tomcat下使用相关功能的时候出错,提示Class Not Found,经排查,未找到的Class是引用的其他模块,我项目大致依赖如下图所示admin项目依赖了2个...
uni-app导入全局样式
最近在使用uni-app做项目,ui使用的是ColorUI,每次使用的时候在页面都需要使用类似如下的代码导入<style> @import url('../../../components/colorui/main.css'); @import url('../../...
uni-app取消某个页面的头部导航栏
最近,在使用uni-app开发项目,做这样一个登陆界面。大家可以看到,在界面上有个名为“uni-app”的标题栏,现在我需要去掉这个标题导航栏,具体做法如下。来到“page.json”页面,在页面定义里面加上如下代码{ &nb...
IntelliJ IDEA添加的Module Dependency老是丢失,提示missing
在使用IntelliJ IDEA开发多模块Java项目的时候,我通过Project Struture的方式添加Module Dependency,只要被依赖的模块重新编辑pom文件,依赖的模块就丢失。其实细心的话,我们在添加依赖模块的时候,是可以看到这...
企业微信开发获取的部门列表为空
最近在给客户做个考勤系统,做到绑定用户这步了,但是发现在获取部门列表的时候,部门为空。具体返回结果如下{"errcode":0,"errmsg":"ok","department":[]}但是明明在通讯...
企业微信应用开发提示:not match any reliable domain
最近,再给客户做一个外勤签到的功能,使用的是企业微信应用开发,开发的过程中,提示如下错误{"errCode":2,"err_Info":"not match any reliable domain.","errMsg":"...
VUE提示:Cannot find module 'postcss-url'
具体报错如下Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: Loading PostCSS Plugin failed: Cannot find module ...
vue提示:Cannot find module 'postcss-import'
具体报错如下Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: Loading PostCSS Plugin failed: Cannot find module ...
These relative modules were not found:vue&type=style&index=0&id=37dfd6fc&lang=scss&scoped=true&
最近在使用VUE开发项目,在使用命令:npm run dev的时候出现如下报错ERROR Failed to compile with 3 errorsThese relative modules were not found:* ./styles/index.scss in ./src/main.js* ./index.vue?vue...
JFinal设置共享函数模板addSharedFunction后出错File not found
出错有个关键点,之前单模块项目,最近重构后改成了多模块项目,具体报错呢如下:java.lang.RuntimeException: File not found : E:/Java/ousense/ousense.admin/WEB-INF/views/common/tem...