码迷,mamicode.com
首页 >  
搜索关键字:concept    ( 316个结果
phone number is not known @w@ have no phone, and thus no phone number
http://dev.mysql.com/doc/refman/5.7/en/problems-with-null.html B.5.4.3 Problems with NULL Values The concept of the NULL value is a common source of c ...
分类:其他好文   时间:2016-11-24 18:47:34    阅读次数:121
Thread safety
https://en.wikipedia.org/wiki/Thread_safety Thread safety is a computer programming concept applicable in the context of multithreaded programs. A pie ...
分类:其他好文   时间:2016-11-15 14:30:20    阅读次数:181
register instruction pointer
Computer Science An Overview _J. Glenn Brookshear _11th Edition We have already encountered the concept of a pointer in our study of CPUs in Chapter 2 ...
分类:其他好文   时间:2016-11-14 07:52:09    阅读次数:149
[Angular 2] Share Template Content In Another Template With Content Projection <ng-content>
Angular 1 provided a mechanism to place content from your template inside of another template called transclusion. This concept has been brought into ...
分类:其他好文   时间:2016-10-22 07:52:22    阅读次数:273
Python的对象协议
Python是一门动态语言,DuckTyping概念遍布其中,所以其中的Concept并不是以类型的约束为载体,而是使用称作为协议的概念。那什么是DuckTyping呢?DuckTyping是鸭子类型,在动态语言中用的较多,是动态类型语言设计的一种风格。在这种风格中,一个对象有效的语义,不是由继承自..
分类:编程语言   时间:2016-10-06 00:48:54    阅读次数:198
Time series analysis
General concept: https://en.wikipedia.org/wiki/Time_series MATLAB:https://uk.mathworks.com/help/ident/time-series-model-identification.html Python:Pan ...
分类:其他好文   时间:2016-10-05 00:42:58    阅读次数:141
[Angular2 Router] Configuring a Home Route and Fallback Route - Learn An Essential Routing Concept
In this tutorial we are going to learn how to configure the Angular 2 router to cover some commonly used routing scenarios: what if the user goes to t ...
分类:其他好文   时间:2016-09-26 21:32:08    阅读次数:132
POJ 1270 Following Orders
Following Orders Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4902 Accepted: 1982 Description Order is an important concept in mathemati ...
分类:Windows程序   时间:2016-09-26 20:13:48    阅读次数:285
OTL翻译(4) -- otl_stream类
otl_stream Otl_stream是具体实现otl_stream_concept的类。任何的SQL语句、SQL语句块和存储过程都能通过otl_stream进行处理。 传统的数据库API处理SQL语句的时候,需要绑定变量与占位符,因此,程序员需要定义变量、解析SQL语句、调用绑定占位符的函数、 ...
分类:其他好文   时间:2016-09-24 16:17:30    阅读次数:280
The Concept of a Process
COMPPUTER SCIENCE AN OVERVIEW 11th Edition One of the most fundamental concepts of modern operating systems is the distinction between a program and t ...
分类:其他好文   时间:2016-09-22 01:19:54    阅读次数:191
316条   上一页 1 ... 15 16 17 18 19 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!