一、esky介绍 Esky is an auto-update framework for frozen Python applications. It provides a simple API through which apps can find, fetch and install upda ...
分类:
编程语言 时间:
2016-11-04 14:08:21
阅读次数:
511
题目描述: Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assu ...
分类:
其他好文 时间:
2016-11-04 14:04:30
阅读次数:
136
http://www.codeweblog.com/ssl-handshake-process-of-interaction-and/ SSL to send a message in the following order: 1.Client Hello Client sends the serv ...
分类:
其他好文 时间:
2016-11-04 11:32:24
阅读次数:
211
考试知识汇总 1.判断:实验楼环境中所有的默认系统用户名和密码均为 shiyanlou。(x )。 2.填空:Linux Bash中,Ctrl+a快捷键的作用是(将光标移至输入行头,相当于Home键)。 3.判断:Linux Bash中, 可以使用man printf查看C语言中printf函数的帮 ...
分类:
其他好文 时间:
2016-11-04 02:11:01
阅读次数:
330
Picture Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 4475 Accepted Submission(s): 2207 Proble ...
分类:
其他好文 时间:
2016-11-04 01:17:38
阅读次数:
194
You have a total of n coins that you want to form in a staircase shape, where every k-th row must have exactly k coins. Given n, find the total number ...
分类:
其他好文 时间:
2016-11-03 14:12:30
阅读次数:
254
find是我们很常用的一个Linux命令,但是我们一般查找出来的并不仅仅是看看而已,还会有进一步的操作,这个时候exec的作用就显现出来了。 exec解释: -exec 参数后面跟的是command命令,它的终止是以;为结束标志的,所以这句命令后面的分号是不可缺少的,考虑到各个系统中分号会有不同的意 ...
分类:
系统相关 时间:
2016-11-03 13:39:49
阅读次数:
309
You are given a binary tree in which each node contains an integer value. Find the number of paths that sum to a given value. The path does not need t ...
分类:
其他好文 时间:
2016-11-03 13:25:36
阅读次数:
182