0x01 :采访的学长简介If you weeped for the missing sunset,you would miss all the shining stars梁野,北京航空航天大学计算机学院研究生一年级,本科就读于北航计算机学院,大三上学期奔赴新加坡国立大学交流实习,在新加坡国立大学开...
分类:
其他好文 时间:
2015-09-23 06:39:41
阅读次数:
283
0x01 :采访的学长简介If you weeped for the missing sunset,you would miss all the shining stars梁野,北京航空航天大学计算机学院研究生一年级,本科就读于北航计算机学院,大三上学期奔赴新加坡国立大学交流实习,在新加坡国立大学开...
分类:
其他好文 时间:
2015-09-23 06:38:16
阅读次数:
230
How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on WindowsCategory: Solutions \ WindowsCreated: Sunday,...
SELECT avg_user_impact AS average_improvement_percentage, avg_total_user_cost AS average_cost_of_query_without_missing_index, 'CREATE INDEX ix_' + [.....
分类:
数据库 时间:
2015-09-18 11:56:24
阅读次数:
212
jdk.tools:jdk.tools是与JDK一起分发的一个JAR文件,可以如下方式加入到Maven项目中: jdk.tools jdk.tools 1.7 system ${JAVA_HOME}/lib/tools.jar详见Maven FAQ for adding dependencies t...
分类:
其他好文 时间:
2015-09-17 17:32:09
阅读次数:
127
Given an array containingndistinct numbers taken from0, 1, 2, ..., n, find the one that is missing from the array.For example,Givennums=[0, 1, 3]retur...
分类:
其他好文 时间:
2015-09-15 21:47:03
阅读次数:
124
写了一个Python脚本内容如下:#-*-coding:utf-8-*-
__author__=‘kai‘
importparamiko
importsys,os
host=sys.argv[1]
user=‘zk‘
password=‘123‘
cmd=sys.argv[2]
s=paramiko.SSHClient()#绑定实例
s.load_system_host_keys()#加载本机HOST主机文件
s.set_missing_host_key_p..
分类:
编程语言 时间:
2015-09-15 20:14:52
阅读次数:
1892
package come;public class Library { // Add the missing implementation to this class String realLocation; String[][] bookCollection = new Stri...
分类:
编程语言 时间:
2015-09-14 21:01:37
阅读次数:
223
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.YouralgorithmshouldruninO(n)timeandusesconstantspace.算法思想:因为要求是O(N)时间,所以不能基于交换的排序方法,又要去常量的空间,这里可以在..
分类:
其他好文 时间:
2015-09-14 16:52:06
阅读次数:
148
Hi all,I'm Zeon. Recently I got problems reported by pr2_dashboard such as IBPS 0-3 missing, smart battery 0.0-0.3 1.1-1.3 2.0-2.3 3.0-3.3 missing, c2...
分类:
其他好文 时间:
2015-09-13 16:03:22
阅读次数:
259