码迷,mamicode.com
首页 >  
搜索关键字:concepts    ( 369个结果
Appium0.18.x迁移到Appium1.x须知事项(灰常有用,解答了本人几个疑问)
英文原版:https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/migrating-to-1-0.md Migrating your tests from Appium 0.18.x to Appium 1.x 把你的测试从Appium版本0.18.x迁移至Appium1.x版本 Appium...
分类:移动开发   时间:2014-10-03 12:51:34    阅读次数:262
Secured RESTful API that can be used by Web App
You seem to be confusing/merging two different concepts together. We start of talking about encrypting traffic (HTTPS) and then we start talking about different ways to manage authenticated session...
分类:移动开发   时间:2014-09-29 02:50:48    阅读次数:345
Data binding concepts in .NET windows forms
This article gives an overview of data binding in the .NET framework. Microsoft has beefed up the data binding features considerably in .NET which has...
分类:Windows程序   时间:2014-09-24 14:48:07    阅读次数:272
《unix环境高级编程》 读书笔记 (9)
目录: http://blog.csdn.net/alex_my/article/details/39346381 signals 1 signal concepts 信号是一种软中断,可以由以下情形触发: -1: 用户按下某些终端键,例如ctrl + D -2: 硬件异常,例如除数为0,无效的内存引用 -3:kill(2), kill(1)...
分类:其他好文   时间:2014-09-23 10:54:47    阅读次数:374
differences between null pointer and void pointer.
These are two different concepts, you cannot compare them. What the difference between the skunk and the moonlight?Null pointer is a special reserved ...
分类:其他好文   时间:2014-09-16 06:00:20    阅读次数:216
Spark1.1.0 Spark Streaming Programming Guide
Spark Streaming Programming Guide OverviewA Quick ExampleBasic Concepts LinkingInitializing StreamingContextDiscretized Streams (DStreams)Input DStreamsTransformations on DStreamsOutput Operatio...
分类:其他好文   时间:2014-09-15 12:57:19    阅读次数:340
Oracle Database Concepts:介绍模式对象(Introduction to Schema Objects)
数据库模式(schema)是数据结构的逻辑容器,被称作模式对象(schema objects)每一个数据库用户拥有一个和用户名相同的模式,例如hr用户拥有hr模式。在一个产品数据库中,模式的拥有者通常是数据库应用程序而不是一个人。在一个模式中,每一个模式对象都有一个唯一的名字。如hr.employe...
分类:数据库   时间:2014-09-09 12:13:08    阅读次数:243
Inheritance vs. Composition in Java
This article illustrates the concepts of inheritance vs. composition in Java. It first shows an example of inheritance, and then shows how to improve the inheritance design by using composition. Ho...
分类:编程语言   时间:2014-09-01 17:59:03    阅读次数:379
C++primer学习笔记(二)——Chapter 4
4.1 Fundamentals1.Basic Concepts(1)操作符分为一元,二元或者三元操作符;(2)复杂的表达式中含有很多操作符时: 规则一:分为不同的级别,级别高的先运行; 规则二:相同级别的操作符有执行顺序的确定;(3)操作符可以改变操作数的类型 一般将级别低的转化成级别高...
分类:编程语言   时间:2014-08-19 23:50:35    阅读次数:274
Java Object Oriented Programming concepts
Introduction This tutorial will help you to understand about Java OOP’S concepts with examples. Let’s discuss about what are the features of Object Oriented Programming. Writing object-oriented p...
分类:编程语言   时间:2014-08-18 23:42:53    阅读次数:755
369条   上一页 1 ... 32 33 34 35 36 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!