码迷,mamicode.com
首页 >  
搜索关键字:find    ( 24186个结果
Java系列-集合框架理解
关于java集合框架的理解
分类:编程语言   时间:2016-11-04 14:28:44    阅读次数:305
基于esky实现python应用的自动升级
一、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
leetcode笔记11 First Unique Character in a String
题目描述: 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
SSL握手步骤【收藏】
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
20145309信息安全系统设计基础第8周学习总结上
考试知识汇总 1.判断:实验楼环境中所有的默认系统用户名和密码均为 shiyanlou。(x )。 2.填空:Linux Bash中,Ctrl+a快捷键的作用是(将光标移至输入行头,相当于Home键)。 3.判断:Linux Bash中, 可以使用man printf查看C语言中printf函数的帮 ...
分类:其他好文   时间:2016-11-04 02:11:01    阅读次数:330
c++ string
...
分类:编程语言   时间:2016-11-04 01:49:01    阅读次数:156
HDU 1828 Picture(线段树扫描线求周长)
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
[LeetCode] Arranging Coins 排列硬币
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
每天一个linux命令(20):find命令之exec
find是我们很常用的一个Linux命令,但是我们一般查找出来的并不仅仅是看看而已,还会有进一步的操作,这个时候exec的作用就显现出来了。 exec解释: -exec 参数后面跟的是command命令,它的终止是以;为结束标志的,所以这句命令后面的分号是不可缺少的,考虑到各个系统中分号会有不同的意 ...
分类:系统相关   时间:2016-11-03 13:39:49    阅读次数:309
Path Sum III
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!