Refer to the following to set root login: sudo s (to become root) vi /root/.ssh/authorized_keys Delete the lines at the begining of the file until you ...
分类:
其他好文 时间:
2018-08-07 00:30:25
阅读次数:
280
crosscheck archivelog all; delete noprompt expired archivelog all; delete noprompt archivelog until time 'sysdate-1'; 删除log sequence为16及16之前的所有归档日志 de ...
分类:
其他好文 时间:
2018-08-03 01:14:40
阅读次数:
198
Problem Description George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return s ...
分类:
其他好文 时间:
2018-07-31 21:52:10
阅读次数:
124
摘要: 本文结合《Spring源码深度解析》来分析Spring 5.0.6版本的源代码。若有描述错误之处,欢迎指正。 目录 一、激活注册的 BeanFactoryPostProcessor 1. BeanFactoryPostProcessor 的典型应用:PropertyPlaceholderCo ...
分类:
编程语言 时间:
2018-07-30 14:39:27
阅读次数:
146
/** * Created by Sandy.Liu on 2018/7/10. *//** * Thinking in java version 4, chapter 3, 3.4 * Write a program that calculates velocity using a constan ...
分类:
其他好文 时间:
2018-07-28 21:51:34
阅读次数:
169
备注: 若出现手动和自动不一样,请用自动打开的页面查看元素 一、 元素未加载出来,此时可以使用显示等待或者隐式等待 显示等待如下: t = WebDriverWait(driver, 10).until(lambda x: x.find_element_by_id('u1')) 设置超时时间为10秒 ...
分类:
Web程序 时间:
2018-07-28 19:38:04
阅读次数:
348
angel.task.estimize.sample.number val validData = new MemoryDataBlock "LabeledData" trainData.resetReadIndex() try { val validSample = (0 until isVali ...
分类:
其他好文 时间:
2018-07-28 18:31:23
阅读次数:
129
Description There are n coins with different value in a line. Two players take turns to take one or two coins from left side until there are no more c ...
分类:
其他好文 时间:
2018-07-26 01:07:24
阅读次数:
198
Description There are n coins in a line. Two players take turns to take one or two coins from right side until there are no more coins left. The playe ...
分类:
其他好文 时间:
2018-07-25 23:53:58
阅读次数:
220
It is important to realize that clients and servers are processes and not ma- chines, or hosts as they are often called in this context. Data received ...
分类:
Web程序 时间:
2018-07-24 19:19:00
阅读次数:
202