码迷,mamicode.com
首页 >  
搜索关键字:concept    ( 316个结果
Kerberos
一、Kerberos Concept Kerberos是一种网络认证协议,其设计目标是通过密钥系统为客户机/服务器应用程序提供强大的认证服务,为通信双方提供双向身份认证。 Kerberos关键术语: KDC提供两大主要功能:认证服务器(Authentication Service,AS)和票据授权服 ...
分类:其他好文   时间:2016-09-22 01:03:57    阅读次数:179
[Angular 2] Understanding OpaqueToken
When using provider string tokens, there’s a chance they collide with other third-party tokens. Angular has with the concept of opaque tokens, that al ...
分类:其他好文   时间:2016-09-18 06:30:20    阅读次数:191
Areas in ASP.NET MVC 4
Download source - 2.7 MB Introduction to Areas In this article, we will learn the concept of Areas and how to use it with a practical scenario in ASP. ...
分类:Web程序   时间:2016-09-14 18:49:17    阅读次数:187
POJ1270 Following Orders[拓扑排序所有方案 Kahn]
Following Orders Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4885 Accepted: 1973 Description Order is an important concept in mathemati ...
分类:编程语言   时间:2016-09-12 00:17:21    阅读次数:225
Angular DirtyChecking(脏值检查) $watch, $apply, $digest
Dirty Checking (脏值检查) Digest cycle and $scope Digest cycle and $scope First and foremost, AngularJS defines a concept of a so-called digest cycle. Thi ...
分类:移动开发   时间:2016-09-03 12:05:55    阅读次数:327
MySQL中不允许使用列别名作为查询条件
在MySQL中有个特殊的规定,即不允许使用列别名作为查询条件。比如有下面一个表: select ID, title, concept, conceptLength, addUserId, modifyTimefrom collections_wisdom 将SQL修改如下: select ID+1 ...
分类:数据库   时间:2016-08-15 18:49:08    阅读次数:663
D语言中range序列集的使用
D语言标准库中是这么解释Range的: Ranges generalize the concept of arrays,lists, or anything that involves sequential access 意思是Range概括的数组,列表,或任何涉及顺序访问的概念,我们就叫它序列集吧... ...
分类:编程语言   时间:2016-08-01 19:29:12    阅读次数:177
Day 4 @ RSA Conference Asia Pacific & Japan 2016
09.00 – 09.45 hrsAdvanced Malware and the Cloud: The New Concept of 'Attack Fan-out'Krishna Narayanaswamy,Chief Scientist, NetskopeThe rapid rise in c... ...
分类:其他好文   时间:2016-07-25 01:42:43    阅读次数:175
mysql 5.6 原生Online DDL解析
http://seanlook.com/2016/05/24/mysql-online-ddl-concept/ 做MySQL的都知道,数据库操作里面,DDL操作(比如CREATE,DROP,ALTER等)代价是非常高的,特别是在单表上千万的情况下,加个索引或改个列类型,就有可能堵塞整个表的读写。 ...
分类:数据库   时间:2016-07-16 00:54:45    阅读次数:311
[Storm] 并发度的理解
Tasks & executors relation Q1. However I'm a bit confused by the concept of "task". Is a task an running instance of the component(spout or bolt) ? An ...
分类:其他好文   时间:2016-07-12 12:13:01    阅读次数:131
316条   上一页 1 ... 16 17 18 19 20 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!