码迷,mamicode.com
首页 >  
搜索关键字:the story of the sto    ( 674个结果
用例建模需注意的问题
一. 用例的粒度用例识别的标准:actor与系统之间的一次独立交互;如果多次交互总是同时发生且不会单独发生,可合并为一个用例;用例也可称为user story,将来使用时可看作一个独立存在的功能体。二. 用例是actor与系统的交互用例是actor与系统的交互:actor对系统发出的请求;系统对ac ...
分类:其他好文   时间:2017-12-15 18:57:28    阅读次数:166
URAL1517Freedom of Choice(后缀数组)
Background Before Albanian people could bear with the freedom of speech (this story is fully described in the problem "Freedom of speech"), another fr ...
分类:编程语言   时间:2017-12-11 11:24:55    阅读次数:185
CodeForces - 672D Robin Hood
We all know the impressive story of Robin Hood. Robin Hood uses his archery skills and his wits to steal the money from rich, and return it to the poo ...
分类:其他好文   时间:2017-12-03 19:00:32    阅读次数:143
HDU 4297--One and One Story(LCA&并查集)
One and One Story Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 327680/327680 K (Java/Others)Total Submission(s): 1049 Accepted Submission(s): ...
分类:其他好文   时间:2017-11-18 11:05:02    阅读次数:199
New Concept English three (36)
21 54 We are less credulous than we used to be. In the nineteenth century, a novelist would bring his story to a conclusion by presenting his readers ...
分类:其他好文   时间:2017-11-13 11:37:07    阅读次数:175
day16 初始递归
# def story():# while True:# print('从前有座山,山上有座庙,庙里有个老和尚讲故事,讲的什么呢?')# story()#功能解耦#为什么要有函数:提高代码可读性,避免重复的代码,提高代码的复用性#在函数中呢return的不要print# n=0# def func( ...
分类:其他好文   时间:2017-11-08 16:04:32    阅读次数:110
WebService测试小工具storm
最近的项目中,一直要使用到WebService,为了测试自己编写的WebService,就找了一个叫Storm的小工具。它帮了我很大的忙,所以我和大家分享一下。 Storm 是一款用于测试Web服务的免费并且开源的工具。是用F#编写的,如果感兴趣的话,你可以在codeplex上找到它的源码。 Sto ...
分类:Web程序   时间:2017-11-08 13:26:18    阅读次数:300
持久化的本地存储,localStorage
1.得到localStorage var storage = window.localStorage; 2.创建 storage.setItem("名称","值") 3.获取 storage.getItem("名称") 4.删除 storage.removeItem("名称") 5.清空所有 sto ...
分类:其他好文   时间:2017-11-02 14:33:43    阅读次数:141
敏捷:什么是用户故事(User Story)
转自:http://www.cnblogs.com/henryhappier/archive/2011/02/23/1962617.html 摘要: 一件用户通过系统完成他一个有价值的目标(买一罐饮料)的事。这样的过程就叫“用户案例(user case)”或者“用户故事(user story)”。本 ...
分类:其他好文   时间:2017-10-27 15:24:46    阅读次数:132
利用shell脚本进行代码备份和数据库备份
1、实际并不是进行代码备份,而是对上传的附件备份, 毕竟代码在我这边主要是通过svn管控的,不需要进行备份了,但是为了偷懒,还是将整个文件夹直接打包了。 name="your code file name" #你代码文件夹的名称# the directory for story your backu ...
分类:数据库   时间:2017-10-26 17:44:03    阅读次数:224
674条   上一页 1 ... 16 17 18 19 20 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!