<my-tabs> <my-pane title="Hello"> <h4>Hello</h4> <p>Lorem ipsum dolor sit amet</p> </my-pane> <my-pane title="World"> <h4>World</h4> <em>Mauris elementum elementum enim…
不知道为什么这个我并没有想翻译过来的欲望,或许我并没有都看熟透,不好误人子弟,原版奉上. Here's an example directive declared with a Directive Definition Object: var myModule = angular.module(...); myModule.directive('directiveName', function factory(injectables) { var directiveDefinitionObjec…
---------------------------Scope-------------------------------- https://docs.angularjs.org/guide/scope What are Scopes? Scope is an object that refers to the application model. It is an execution context for expressions. Scopes are arranged in hiera…
In my last article, I stated that for practitioners (as opposed to theorists), the real prerequisite for machine learning is data analysis, not math. One of the main reasons for making this statement, is that data scientists spend an inordinate amoun…
---------------------------Scope-------------------------------- https://docs.angularjs.org/guide/scope What are Scopes? Scope is an object(是一个数据模型) that refers to the application model. It is an execution context(scope是表达式的执行上下文) for expressions. Sc…
Creating Custom Content View Controllers 自定义内容视图控制器 Custom content view controllers are the heart of your app. You use them to present your app’s unique content. All apps need at least one custom content view controller. Complex apps divide the workl…
1. DocumentsCluster will not support SELECT, it only contains database 0.All the nodes use TCP bus and binary protocol to communicate. Every node connect to cluster bus. The use gossip to talk.Some times we lost writing data1. master node dies right…
Creating an API-Centric Web Application 转自 http://hub.tutsplus.com/tutorials/creating-an-api-centric-web-application--net-23417 by NIKKO BAUTISTA on DEC 30, 2011 SHARE Difficulty: INTERMEDIATETime: LONGType: TUTORIAL Download Source Files Planning to…
转:http://www.linuxforu.com/2011/08/creating-your-own-server-the-socket-api-part-1/ By Pankaj Tanwar on August 1, 2011 in Coding, Developers · 2 Comments In this series of articles aimed at newbies to network programming (knowledge of C is a prerequis…