1 public static void main(String[] args) { 2 String s1 = "ni"; 3 String s2 = "hao"; 4 String s3 = "nihao"; 5 String s4 = "ni" + "hao"; 6 String s5 = s ...
分类:
其他好文 时间:
2020-03-10 13:52:28
阅读次数:
65
What are Jiajie Pan's top strengths? What is one thing Jiajie Pan currently does as your manager that you'd like Jiajie Pan to continue to do? What is ...
分类:
其他好文 时间:
2020-03-09 01:22:48
阅读次数:
70
1.导jar包 1 <dependency> 2 <groupId>org.springframework</groupId> 3 <artifactId>spring-context-support</artifactId> 4 <version>4.3.25.RELEASE</version> ...
分类:
编程语言 时间:
2020-03-08 17:19:29
阅读次数:
66
错误详情: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCer ...
分类:
编程语言 时间:
2020-03-07 13:14:38
阅读次数:
77
从这里找的一个宝贝源码,可以大大缓解内存问题。https://www.kaggle.com/arjanso/reducing dataframe memory size by 65/code ...
分类:
其他好文 时间:
2020-03-06 23:40:50
阅读次数:
117
刚开始时,有一台服务器的ORACLE 11G数据库连接不上,报错:ORA-12541:TNS:无监听程序,解决之后碰到ORA-01034:ORACLE not available
ORA-27101:shared memory realm does not exist,最后又碰到ora-00119:... ...
分类:
数据库 时间:
2020-03-06 23:29:55
阅读次数:
127
1 """ 2 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. 3 get(key) ...
分类:
系统相关 时间:
2020-03-06 22:05:50
阅读次数:
100
4.9 多表单切换 在 Web 应用中经常会遇到 frame/iframe 表单嵌套页面的应用,WebDriver 只能在一个页面上对元素进行识别和定位,无法直接定位 frame/iframe 表单内嵌页面上的元素,这时就需要通过 switch_to.frame()方法将当前定位的主体切换为 fra ...
XML不引用定时任务的配置,在web.xml引用即可,避免加载两次 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http:// ...
分类:
其他好文 时间:
2020-03-06 09:18:15
阅读次数:
61
算法特征:①. 所有点正确分开; ②. 极大化margin; ③. 极小化非线性可分之误差. 算法推导:Part Ⅰ线性可分之含义:包含同类型所有数据点的最小凸集合彼此不存在交集.引入光滑化手段:plus function: \begin{equation*}(x)_{+} = max \{ x, ...
分类:
编程语言 时间:
2020-03-05 13:30:27
阅读次数:
123