码迷,mamicode.com
首页 >  
搜索关键字:logic standby    ( 1421个结果
第二次博客作业
结对伙伴第一次作业的代码复审GeneralDoes the code work? Does it perform its intended function, the logic is correct etc.代码可以正常工作Is all the code easily understood?小伙伴...
分类:其他好文   时间:2015-09-30 00:57:57    阅读次数:155
作业复审
GeneralDoes the code work? Does itperform its intended function, the logic is correct etc.代码并没有完全完善,生成功能和计算功能实现但是仍有缺陷,检验功能还未开发Is all the codeeasily un...
分类:其他好文   时间:2015-09-29 23:26:10    阅读次数:277
结对项目代码复审
1. CheckingList General Does the code work? Does it perform its intended function, the logic is correct etc. 可以运行。可以实现随机产生...
分类:其他好文   时间:2015-09-29 22:04:50    阅读次数:193
java &&与||短路的详解
短路运算符就是我们常用的“&&”、“||”,一般称为“条件操作”。class Logic{public ststic void main(String[] args){int a=1;int b=1;if(a<b && b<a/0){System.out.println("Oh,That's Imp...
分类:编程语言   时间:2015-09-29 13:03:03    阅读次数:161
Oracle Data Guard 概念篇
一个DataGuard配置由一个生产库和一个或者多个standby数据库组成,在DataGuard配置中,主库和备库都既可以是rac环境,也可以是单机环境。这篇文章主要介绍dataguard的一些基本知识dataguard的分类、dataguard的服务类型、dataguard的保护模式1.Dataguard中的备库分为物理备库和..
分类:数据库   时间:2015-09-23 19:37:22    阅读次数:317
JSON解析字符串
JSON解析字符串JSON 解析字符串时,应按严格的标准,否则无法解析;str1 = '{"str":"string","number":123,"logic":true}';str2 = ''{'str':'string','number':123,'logic':true}'';str1 str...
分类:Web程序   时间:2015-09-21 13:54:52    阅读次数:147
iPhone屏幕尺寸、分辨率及适配
目录(?)[-]iPhone尺寸规格单位inch英吋iPhone手机宽高屏幕尺寸像素密度PPI缩放因子scale factorbetween logic point and device pixel 1Scale起源 2UIScreenscale 3UIScreennativeScale 4...
分类:其他好文   时间:2015-09-21 12:10:13    阅读次数:303
ASP.NET三层架构的分析
BLL 是业务逻辑层 Business Logic Layer DAL 是数据访问层 Data Access Layer ASP.NET的三层架构(DAL,BLL,UI)图形表示三层结构.其中web即为USL层web –> bll –> dal| | || V |+–> model <—+一...
分类:Web程序   时间:2015-09-19 13:49:21    阅读次数:202
Voltage Translation for Analog to Digital Interface ADC
Voltage Translation for Analog to Digital Interface孕龙逻辑分析仪 ZeroPlus Logic AnalyzerIn today'smicrocontroller market, most of the Analog to Digital conv...
分类:其他好文   时间:2015-09-17 13:37:20    阅读次数:178
s3c2410 cs8900a 网卡驱动程序
/* CS8900a.h*/ #define CONFIG_CERF_CS8900A 1 /* * cs8900a.c: A Crystal Semiconductor (Now Cirrus Logic) CS8900A driver for SMDK-s3c2410 (based on cs89...
分类:其他好文   时间:2015-09-17 11:29:59    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!