转自: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
这个需要安装Nuvoton的nct6795的驱动。 因为微星主板用的是Nuvoton的芯片,驱动在github的link如下: https://github.com/groeck/nct6775.git $git clone https://github.com/groeck/nct6775.git ...
分类:
系统相关 时间:
2017-10-23 20:49:52
阅读次数:
227
问题描述在《Harry Potter and the Chamber of Secrets》中,Ron 的魔杖因为坐他老爸的 Flying Car 撞到了打人柳,不幸被打断了,从此之后,他的魔杖的魔力就大大减少,甚至没办法执行他施的魔咒,这为 Ron 带来了不少的烦恼。这天上魔药课,Snape 要他 ...
分类:
其他好文 时间:
2017-10-23 15:39:37
阅读次数:
192
一 实验题目,设计思路,实验方法 4-2-4 三天打鱼两天晒网(15 分) 中国有句俗语叫“三天打鱼两天晒网”。假设某人从某天起,开始“三天打鱼两天晒网”,问这个人在以后的第N天中是“打鱼”还是“晒网”? 输入格式: 输入在一行中给出一个不超过1000的正整数N。 输出格式: 在一行中输出此人在第N ...
分类:
编程语言 时间:
2017-10-22 23:25:03
阅读次数:
449