近期查看产品日志,看到如下GC日志,收集整理如下 Tomcat垃圾回收日志(tomcat gc .log) [GC (Allocation Failure) [ParNew: 367523K 1293K(410432K), 0.0023988 secs] 522739K 156516K(132249 ...
分类:
其他好文 时间:
2019-09-29 19:46:46
阅读次数:
97
<el-upload class="avatar-uploader" ref="uploadImg" action list-type="picture-card" :http-request="uploadImg" :before-upload="beforeUploadImg" :on-remo ...
分类:
其他好文 时间:
2019-09-29 15:41:22
阅读次数:
130
1.什么叫断点? Break Point:进行接口测试时,为了测试后端功能而设置的。 2.断点有哪些方式? Before Requests:在请求时,没有达到服务器之前设置断点。 -- 全局断点(中断fiddler捕获的所有请求) After responses:服务器响应之后,在fiddler将响 ...
分类:
其他好文 时间:
2019-09-29 13:18:21
阅读次数:
208
一、需求 1、项目中对某些IP地址和端口做了限制,只有写在配置文件的内容(ip)才可以访问项目。 2、在进行测试案例运行时保证读取配置文件中ip和port的类(CbeConfig)得提前运行。 二、工作 1、如下的测试时肯定不行 2、保证CbeConfig类在程序运行起来的那一刻先存在,先写一个读取 ...
分类:
编程语言 时间:
2019-09-28 23:50:02
阅读次数:
170
伪元素不能跟着hover,要这样用 .box:hover::before position: absolute 自动把元素转换为块元素。 例子: html .box { width: 500px; height: 30px; position: relative; border: 1px solid ...
分类:
其他好文 时间:
2019-09-27 21:15:16
阅读次数:
70
1.伪元素的特点 (1) 优点 (2) 缺点 (3)img input select 这种单标签不支持::before ,::after input,img,select等元素都不能包含其他元素,所以不能通过伪元素插入内容。至于Chrome 中checkbox和radio可以插入,那应该是Bug了 ...
分类:
其他好文 时间:
2019-09-27 01:39:19
阅读次数:
106
链接: https://vjudge.net/problem/HDU 4300 题意: Clairewd is a member of FBI. After several years concealing in BUPT, she intercepted some important messag ...
分类:
其他好文 时间:
2019-09-26 21:27:47
阅读次数:
105
即将之前的每个方法上的@before ()里大段的包名+类名+方法名做简化,定义一个@pointCut的方法,参数是之前其他注解的参数,然后在其他方法的注解参数中 调用该方法即可, ...
分类:
编程语言 时间:
2019-09-26 09:30:54
阅读次数:
65
原文出处: https://blog.csdn.net/hyunbar/article/details/80111947 运行 出现错误 解决办法 Terminal上输入 获取所有supervisord正在运行的pid pid=2503 之后在重新执行 ...
分类:
Web程序 时间:
2019-09-24 15:50:20
阅读次数:
175