码迷,mamicode.com
首页 >  
搜索关键字:requirements    ( 546个结果
Validating HTTP data with Play
Validations ensure that the data has certain values or meets specific requirements. You can use validation to verify that your models are correct befo...
分类:Web程序   时间:2015-04-22 13:08:30    阅读次数:208
《构造之法》问答
构造之法第一章里面的软件工程的知识领域的1.Software Requirements,软件工程的需求分析,概括了我不懂的东西。第二章里面的个人开发流程,职业工程师和大学生的软件开发耗时表对我启发很大,不同方面的时间分配反映出来...
分类:其他好文   时间:2015-04-15 18:37:56    阅读次数:76
在CentOS6.0上安装Oracle 11gR2 (11.2.0.1)以及基本的配置(一)
首先安装CentOS6.0就不用说了。安装即可。唯一需要注意的就是后面Oracle 11G Installation guide中的Checking the Software Requirements部分,会要求安装一部分软件这些软件在CentOS6 DVD镜像里都有。可以自己配置个DVD镜像的re...
分类:数据库   时间:2015-04-11 13:05:26    阅读次数:202
django项目运行步骤
1.安装requirements.txt ?? sudo pip install -r requirements.txt 2.配置settings.py文件 DATABASES = { ??? ‘default‘: { ??????? ‘ENGINE‘: ‘django.db.backends.mysql‘, ??????? ‘NAME‘: ...
分类:其他好文   时间:2015-04-09 23:54:24    阅读次数:288
MRP4 -- Dependent requirements ind. for individual and coll. reqmts
Dependent requirements ind. for individual and coll. reqmtsIndicator determining whether the following requirements are allowed for the dependent requ...
分类:其他好文   时间:2015-04-01 00:18:57    阅读次数:230
[LeetCode] Candy
Candy   There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following requirements: Each child must ha...
分类:其他好文   时间:2015-03-28 17:18:15    阅读次数:150
WCF和WebService中获取当前请求报文的方法
WCF中:1. 在hosting WCF的web.config中加入: 2. 在每个Service的定义(注意不是Contract, 不过就算加在Contract上编译是也会报错)上加上下面Attribute:[AspNetCompatibilityrequirements(Requirements...
分类:Web程序   时间:2015-03-20 16:01:37    阅读次数:164
【译】安装Sonar要求
本文仅为本人看sonar官方文档时,因其为英文,故简单整理翻译【英语不好,见谅!】 http://docs.sonarqube.org/display/SONAR/Requirements 目录 安装前提 硬件要求 支持平台 安装前提 运行SonarQ...
分类:其他好文   时间:2015-03-19 00:50:41    阅读次数:306
Android View measure (三) 常用方法
/** * Ask one of the children of this view to measure itself, taking into * account both the MeasureSpec requirements for this view and its padding * and margins. The child must have Ma...
分类:移动开发   时间:2015-03-14 23:18:52    阅读次数:463
hadoop2 编译
Hadoop 2.x 编译编译前准备 (hadoop_src/BUILDING.txt)Requirements:* Unix System* JDK 1.6+* Maven 3.0 or later* Findbugs 1.3.9 (if running findbugs)* ProtocolBu...
分类:其他好文   时间:2015-03-11 14:29:24    阅读次数:144
546条   上一页 1 ... 45 46 47 48 49 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!