find 常用参数 查找命令 find 、which、whereis、locate 其中which whereis 从$PATH中去搜索,而locate需要下载安装yum -y install mlocate,初次运行locate会报错,第一次使用会先生成文件列表库 updatedb手动更新库 fi ...
分类:
其他好文 时间:
2017-10-28 13:00:43
阅读次数:
167
e.g. 1. 规则 2. 赋值 3. 函数 ...
分类:
其他好文 时间:
2017-10-27 17:56:38
阅读次数:
162
转自:http://www.cnblogs.com/henryhappier/archive/2011/02/23/1962617.html 摘要: 一件用户通过系统完成他一个有价值的目标(买一罐饮料)的事。这样的过程就叫“用户案例(user case)”或者“用户故事(user story)”。本 ...
分类:
其他好文 时间:
2017-10-27 15:24:46
阅读次数:
132
集合 第1章 Map接口 1.1 Map接口概述 我们通过查看Map接口描述,发现Map接口下的集合与Collection接口下的集合,它们存储数据的形式不同,如下图。 l Collection中的集合,元素是孤立存在的(理解为单身),向集合中存储元素采用一个个元素的方式存储。 l Map中的集合, ...
分类:
其他好文 时间:
2017-10-27 01:29:10
阅读次数:
188
本文转载自:http://www.jb51.net/article/82281.htm 这篇文章主要介绍了Android App调用MediaRecorder实现录音功能的实例,MediaRecorder非常强大,不仅能够用来录制音频还可以录制视频,需要的朋友可以参考下 MediaRecorder ...
分类:
移动开发 时间:
2017-10-26 15:16:25
阅读次数:
276
With highways available, driving a car from Hangzhou to any other city is easy. But since the tank capacity of a car is limited, we have to find gas s ...
分类:
其他好文 时间:
2017-10-25 11:35:48
阅读次数:
176
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2017-10-25 00:46:37
阅读次数:
155
for i in range (1,x+1): a = random.randrange(1,4) b = random.randrange(1,4) if a==b: car1 = car1+1 elif a!=b: car = car+1print("更改后选中汽车的概率为",car/x)pri ...
分类:
其他好文 时间:
2017-10-24 20:43:47
阅读次数:
90
select * from car where time > '2016-09-01'--模糊查询select * from car where name like '奥迪%'--排序查询select * from car order by oil desc --递减select * from ca ...
分类:
其他好文 时间:
2017-10-24 17:12:57
阅读次数:
136