Maven 配置tomcat 插件 一、在pom.xml中加入插件配置 <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</ve ...
分类:
其他好文 时间:
2020-07-26 23:03:18
阅读次数:
64
使用eclipse导入一些项目是会出现项目前有叉号的问题 总结一下解决方法: 1.修改自己的Build Path,右键项目名: 在Java build path界面将sever及jre将原有的Tomcat及jre remove之后替换成自己版本: 2.替换后如果继续报错 找到项目根目录,修改.set ...
分类:
系统相关 时间:
2020-07-26 19:46:41
阅读次数:
134
smms不再支持v1接口,可以使用[picgo-plugin-smms-user插件解决这个问题, 以Ubuntu为例,在Typora里面下载的PicGo-Core在~/.config/Typora/picgo里面,将插件clone到该目录下,然后执行npm install picgo-plugin ...
分类:
其他好文 时间:
2020-07-26 19:33:51
阅读次数:
160
eclipse中选择->window->show view->other弹出对话框中选择general下面找problems然后双击,即可查看红叉原因. 我的项目报 :An error occurred while filtering resources 解决方案: 1.右键项目 2找到maven ...
分类:
系统相关 时间:
2020-07-26 19:12:44
阅读次数:
88
普通的弹框: https://www.w3schools.com/howto/howto_css_modals.asp bootstra弹框: https://www.runoob.com/bootstrap/bootstrap-modal-plugin.html ...
分类:
其他好文 时间:
2020-07-26 15:36:18
阅读次数:
75
在h5和wxapp中 生成qrcode的组件 https://ext.dcloud.net.cn/plugin?id=39 wx小程序扫二位码文档 生成链接时 computed: { ...mapState(['userinfo']), val() { let val = ''; // h5直接跳网 ...
分类:
移动开发 时间:
2020-07-26 15:36:04
阅读次数:
222
第一步:参照我之前的博客:利用IDEA把项目打包成jar包第二步:下载安装exe4j软件第三步:新建文件夹,把jre,exe文件的图标,本项目的jar包以及项目用到的jar包都放到同一目录下【很重要】由于每个jre可能上百M,所以在此之前可以对jre进行精简——删除本项目用不到的dll文件获取图标的 ...
分类:
编程语言 时间:
2020-07-26 01:28:48
阅读次数:
72
PageHelper是mybatis的一个分页插件 使用步骤 1.导入jar包(依赖) <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.1.2</ ...
分类:
其他好文 时间:
2020-07-26 01:06:27
阅读次数:
95
演示在docker中 一:登录问题 1.新建的docker容器不能访问 2.进入mysql容器 然后执行 select user,host,plugin,authentication_string from user; alter user 'root'@'%' identified with my ...
分类:
数据库 时间:
2020-07-25 23:49:20
阅读次数:
75
公司项目依赖了sonar检查,默认使用的是sonar-maven-plugin:3.7.0.1746版本。在执行sonar扫描时提示: SCM provider was set to "git" but no SCM provider found for this key. 这个原因在于sonar的 ...
分类:
其他好文 时间:
2020-07-25 23:41:22
阅读次数:
125