image版本:tomcat:8-jdk8-openjdk 安装步骤参考文章:https://www.jianshu.com/p/d053573ffab1 1、docker search tomcat 查看版本总感觉不太直观,可以去官网查找想要的版本 https://hub.docker.com/_ ...
分类:
其他好文 时间:
2020-01-10 15:33:41
阅读次数:
119
1. nginx报错 nginx: [error] invalid PID number "" in "/usr/local/nginx/logs/nginx.pid" 2. 解决方法 执行/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/ng ...
分类:
其他好文 时间:
2020-01-10 01:19:02
阅读次数:
93
前言: 在用IE浏览器时访问tomcat项目时,页面报400错误,后台错误: 在网上查得资料时因为Tomcat版本在7以后会对http请求进行验证 解决办法: 1.使用encodeURI函数,因为IE浏览器无法对URL自动转义 2.JS使用post请求 ...
分类:
其他好文 时间:
2020-01-09 18:37:45
阅读次数:
64
拦截器介绍 mybatis提供了 @Intercepts 注解允许开发者对mybatis的执行器Executor进行拦截。 Executor接口方法主要有update、query、commit、rollback等等。 主要思路为: 1. 进入拦截器方法中 2. 获取拦截器方法参数 3. 获取解析参数 ...
分类:
数据库 时间:
2020-01-08 21:21:38
阅读次数:
190
最近使用mybatis的时候一直很疑惑 为什么接口名必须与Mybatis的映射文件名一定要一模一样,如果不一样就会报如下错 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): org.xx. ...
分类:
移动开发 时间:
2020-01-08 19:04:54
阅读次数:
790
C# Excel导出超出65536行报错 Invalid row number (65536) outside allowable range (0..65535) ...
1、plugins MyBatis官网对于plugins的描述是这样的: MyBatis allows you to intercept calls to at certain points within the execution of a mapped statement. By default ...
分类:
数据库 时间:
2020-01-08 12:22:14
阅读次数:
89
简单明了的干活: 二级域名,設成 nat123.net 即可 ...
分类:
微信 时间:
2020-01-08 10:17:47
阅读次数:
87
因为我的idea的激活码过期了,然后我从新再网上找了一个;我进入工具第一次激活是可以正常使用的;但是进去之后它又会重新弹激活窗口出来,然后你输入正确的激活码并点确认。 但还是没有效果,它马上又弹出来了。就因为这样一个错误我花费了一天一夜的时间,途中还卸载重装(同版本)但还是不起效果。 最后终于是找出 ...
分类:
其他好文 时间:
2020-01-08 00:48:17
阅读次数:
5944
什么是TransactionScope呢? TransactionScope作为System.Transactions的一部分被引入到.NET 2.0。同时SqlClient for .NET Core 从 2.1 及以上版本开始提供对System.Transactions的支持 。 它是一个类,它 ...
分类:
Web程序 时间:
2020-01-06 23:00:24
阅读次数:
158