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
拦截器介绍 mybatis提供了 @Intercepts 注解允许开发者对mybatis的执行器Executor进行拦截。 Executor接口方法主要有update、query、commit、rollback等等。 主要思路为: 1. 进入拦截器方法中 2. 获取拦截器方法参数 3. 获取解析参数 ...
分类:
数据库 时间:
2020-01-08 21:21:38
阅读次数:
190
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
首先我们先介绍下什么是 sha1 ?大理石构件 sha的全称是:Secure Hash Algorithm(安全哈希算法)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。 ...
分类:
Web程序 时间:
2019-12-26 17:34:50
阅读次数:
161
原文地址:https://computingforgeeks.com/how to install elk stack on centos fedora/ 原作者: "Josphat Mutai" 译者:高行行 如何在 CentOS 7 / Fedora 31/30/29 上安装 ELK Stack ...
分类:
其他好文 时间:
2019-12-25 23:43:11
阅读次数:
100
常见安全问题 跨站脚本攻击XSS 跨站请求伪造攻击CSRF 前端Cookies安全性 点击劫持攻击 传输过程安全问题 用户密码安全问题 SQL注入攻击 XSS(Cross Site Scripting)跨站脚本攻击介绍 什么是XSS web攻击的一种,通过对网页注入可执行代码(html代码或JS代码 ...
分类:
其他好文 时间:
2019-12-25 20:25:51
阅读次数:
85
今天提交git 的时候出现 bad signature 错误,意思是git下的index文件损坏了,需要重新生成下 error: bad signature fatal: index file corrupt rm -f .git/index git reset 之后再从新提交就可以了 参考地址:h ...
分类:
其他好文 时间:
2019-12-25 01:57:44
阅读次数:
168
1.前端调用wx.login()获取code值 2.前端通过调用wx.getUserInfo获取iv、rawData、signature、encryptedData等加密数据,传递给后端 3.服务器通过code请求api--auth.code2Session,换回session_key和openid ...
分类:
微信 时间:
2019-12-23 17:15:07
阅读次数:
2178
deconstructSigs-mutation signature看一下你的数据是什么“气质”的? 本文首发于“生信补给站” https://mp.weixin.qq.com/s/k7yzk9hPX3Bi-ohAo83ZYw 还有其他 R统计 绘图 生信的干货,也许有需要的呢? Mutationa ...
分类:
其他好文 时间:
2019-12-20 13:56:03
阅读次数:
113
准备工作 1.准备两台虚拟机(我的是centos7系统的) 一台是 192.168.18.140 一台是 192.168.18.141 2.关闭防火墙 和SELinux 1 2 systemctl stop firewalld setenforce 0 优化系统 1 2 3 4 5 6 7 vim ...
分类:
其他好文 时间:
2019-12-20 12:16:06
阅读次数:
94