(一)软件开发的相关人们(stakeholders)使用用例(Use Case)来探索需求。编写有效的用例,形象具体,简洁,清晰的表达需求。(二)书中的四个图表清晰形象:1.Figure1.1 The "Hub-and-spoke" model of requirements,表达UseCase和全...
分类:
其他好文 时间:
2015-10-22 09:13:11
阅读次数:
194
Important:?UIAlertView?is deprecated in iOS 8. (Note that?UIAlertViewDelegate?is also deprecated.) To create and manage alerts in iOS 8 and later, instead use?UIAlertController?with a?prefe...
分类:
编程语言 时间:
2015-10-22 00:25:24
阅读次数:
233
https://docs.oracle.com/javase/tutorial/java/data/numberformat.htmlFormatting Numeric Print OutputEarlier you saw the use of theprintandprintlnmethods...
分类:
编程语言 时间:
2015-10-22 00:18:44
阅读次数:
314
L - Huatuo's MedicineTime Limit: 1 Sec Memory Limit: 256 MB题目连接无DescriptionHuatuo was a famous doctor. He use identical bottles to carry the medicine....
分类:
其他好文 时间:
2015-10-21 23:58:15
阅读次数:
393
尝试注册Parallels Desktop或下载以下当中的任一程序:Kaspersky Internet Security、Kaspersky Antivirus for Mac或MacLook而出现以下Parallels Desktop错误15265信息: To use this feature, your compu...
分类:
其他好文 时间:
2015-10-21 16:06:09
阅读次数:
245
问题现象:SQL> startupORACLE instance started.Total System Global Area 1854021632 bytesFixed Size 2242584 bytesVariable Size 1136658408 bytesDatabase Buff....
分类:
其他好文 时间:
2015-10-21 15:38:43
阅读次数:
305
InstallationFollow the instructions on this linkLocalForage 1234567From now on , we can begin to use the keyword localforage from code or console...
分类:
Web程序 时间:
2015-10-21 15:22:39
阅读次数:
216
SQL总结(四)编辑类应有尽有1、数据库创建数据库语法:CREATE DATABASE database_name1)创建测试库CREATE DATABASE TestDB2)使用库USE TestDB3)删除库DROP DATABASE TestDB2、表1)创建用户信息表,包括ID、姓名、年龄、...
分类:
数据库 时间:
2015-10-21 10:45:56
阅读次数:
151
参考:http://blog.devtang.com/blog/2014/05/25/use-cocoapod-to-manage-ios-lib-dependency/安装$ sudo gem install cocoapods$ pod setup如果你的 gem 太老,可能也会有问题,可以尝试...
分类:
其他好文 时间:
2015-10-21 10:26:18
阅读次数:
136
create database XSCJ;use XSCJ; create table XS (学号 varchar(6) primary key not null,姓名 varchar(8) not null,专业名 varchar(10),性别 tinyint(1) not null,出生日期 ...
分类:
数据库 时间:
2015-10-21 01:44:10
阅读次数:
180