第一:检查.ssh是否存在(ls -al ~/.ssh)$ ls -al ~/.sshLists the files in your .ssh directory, if they exist第二:产生新的SSH key(ssh-keygen -t rsa -C "your_email@exampl...
题目 Given a string s,find the longest palindromic substring in S.You may assume that the maximum length of S is 1000,and there exist one unique longes....
分类:
其他好文 时间:
2014-09-17 21:46:02
阅读次数:
238
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.难度:95,参考了网上的思路。...
分类:
其他好文 时间:
2014-09-16 12:09:00
阅读次数:
174
function goFullscreen(id) {
// Get the element that we want to take into fullscreen mode
var element = document.getElementById(id);
// These function will not exist in the browsers th...
分类:
其他好文 时间:
2014-09-16 10:43:20
阅读次数:
298
发现公司同事很喜欢用exists和in做子查询关联,我觉得很有必要研究下两者的区别,供参考和备忘/*(这段信息来自网络begin)对于in的使用,就相当于对inner table执行一个带distinct的子查询,然后将得到的结果集再和outer table进行外连接,连接方式和索引使用任然同于普通...
分类:
数据库 时间:
2014-09-14 21:56:07
阅读次数:
316
http://stackoverflow.com/questions/2819548/autorelease-for-cgmutablepathrefAutorelease pools exist in the Foundation layer and above (AppKit/UIKit, et...
分类:
移动开发 时间:
2014-09-13 00:38:54
阅读次数:
312
第二章shell脚本(二)Test文件测试的常见选项有-d:测试是否为目录(directory)-e:测试目录或文件是否存在(exist)-f:测试是否为文件(file)-r:测试当前用户是否有权限读取(read)-w:测试当前用户是否有写入权限(write)-x:测试是否设置有可执行权限(excute)Test常用..
分类:
系统相关 时间:
2014-09-11 17:33:42
阅读次数:
240
[persistence/sql-map-.xml]; nested exception is java.io.FileNotFoundException: class path resource [sql-map-config-2.dtd] cannot be opened because it does not exist at org.springframework.beans.fac...
分类:
数据库 时间:
2014-09-10 12:49:40
阅读次数:
402
例如以下一段代码能够借鉴:static void _sleep_response_timeout(modbus_t *ctx){#ifdef _WIN32 /* usleep doesn't exist on Windows */ Sleep((ctx->response_timeout...
分类:
系统相关 时间:
2014-09-07 12:19:45
阅读次数:
268
今天在导出一个模式的时候,约140GB,出现如下错误:
UDE-00008: operation generated ORACLE error 31626
ORA-31626: job does not exist
ORA-06512: at "SYS.KUPC$QUE_INT", line 536
ORA-25254: time-out in LISTEN while waiting...
分类:
其他好文 时间:
2014-09-04 14:58:09
阅读次数:
337