Class的getInterfaces与getGenericInterface区别 http://www.cnblogs.com/maokun/p/6773076.html 一、getSuperclass 返回直接继承的父类(由于编译擦除,没有显示泛型参数) 返回表示此 Class 所表示的实体(类 ...
分类:
编程语言 时间:
2018-11-14 22:35:58
阅读次数:
258
2017 2018_OCR_papers 1. 简单背景 基于深度的OCR方法的发展历程 近年来OCR发展热点与趋势 检测方法按照主题进行分类 2. ECCV + CVPR + ICCV +AAAI 检测 + 水平文本 + Shangxuan Tian——【ICCV2017】WeText_Scene ...
分类:
其他好文 时间:
2018-11-13 21:46:08
阅读次数:
1228
题目链接:https://codeforc.es/problemset/problem/483/B You have two friends. You want to present each of them several positive integers. You want to presen ...
分类:
其他好文 时间:
2018-11-13 14:25:03
阅读次数:
161
Adam and Eve enter this year’s ACM International Collegiate Programming Contest. Last night, they played the Calendar Game, in celebration of this con ...
分类:
其他好文 时间:
2018-11-13 02:50:12
阅读次数:
163
报错 请求因该是已经被分配了,但是参数补全,无法被执行 加上这个参数就好了,表示请求参数,可以为空 这样的好处是,可以进入controller之后再去判断,比较好定位错误 ...
分类:
编程语言 时间:
2018-11-12 21:45:30
阅读次数:
1178
箭头函式arrow function 为了能够以更简短的方式建立函式,ES6变推出了箭头函式。 用说明的可能会不太懂,我们先拿之前的数组排序例子来看: var arr = [2,1,6,12,3,77,100,4]; arr.sort(function(a,b){ return a - b; }); ...
分类:
Web程序 时间:
2018-11-11 15:03:09
阅读次数:
193
一、什么是Selenium selenium 是一套完整的web应用程序测试系统,包含了测试的录制(selenium IDE),编写及运行(Selenium Remote Control)和测试的并行处理(Selenium Grid)。Selenium的核心Selenium Core基于JsUnit ...
分类:
其他好文 时间:
2018-11-10 19:11:38
阅读次数:
198
Oracle 同义词概念: Oracle的同义词(synonyms)从字面上理解就是别名的意思,和视图的功能类似,就是一种映射关系。 它可以节省大量的数据库空间,对不同用户的操作同一张表没有多少差别;它扩展了数据库的使用范围,能够在不同的数据库用户之间实现无缝交互;Oracle数据库中提供了同义词管 ...
分类:
数据库 时间:
2018-11-10 15:22:11
阅读次数:
288
一、反向代理 1、在192.168.189.130机器启动tomcat服务,http://192.168.189.130:8080/ 访问服务正常 2、在192.168.189.131机器配置nginx 3、启动nginx服务,http://192.168.189.131/ 能够访问,这就完成了一个 ...
分类:
其他好文 时间:
2018-11-09 00:05:06
阅读次数:
237
Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. 3.解决方案 a.删除/etc/udev/rules.d/70-persistent-net.rules中eth0 ...
分类:
其他好文 时间:
2018-11-08 21:57:41
阅读次数:
214