码迷,mamicode.com
首页 >  
搜索关键字:andrew ng    ( 3922个结果
ng-options
ng-options + select 就是 angular 的 DDL (drop down list) 了。 select value : {{ selectedValue }} var app = angular.module(...
分类:其他好文   时间:2015-02-25 22:15:59    阅读次数:129
使用ng-grid实现可配置的表格
使用Angularjs在带来方便的同时,也有一些遗憾:很多基于jquery或其它的组件,在angularjs中需要集成一下才能用得流畅。但是一些比较复杂的组件,集成起来的工作量相当大,比如说grid。大多数情况下,使用angularjs可以方便地实现简单的表格,甚至点击修改这样的功能也很容易。但是如...
分类:其他好文   时间:2015-02-25 18:34:58    阅读次数:680
angularjs 1.3 综合学习 (one way bind , ng-if , ng-switch , ng-form ,ng-model , ng-message)
主要讲解1.3后的一些新功能,和一些以前没有介绍的小功能 (ng-if,ng-switch).1.one way bind 这个之前的版本已经有人自己实现了,但是在1.3之后,angularjs 有自带的了。用法极其简单 . {{ ::value }}看到吗 ?只是把从前的 {{ value ...
分类:Web程序   时间:2015-02-25 10:20:02    阅读次数:225
HornetQ
https://github.com/flsusp/http-queuehttps://github.com/sfr-network-service-platforms/hq-consolehttps://github.com/btoddb/flume-ng-hornetq-channelhttps...
分类:Web程序   时间:2015-02-24 18:36:28    阅读次数:164
ngLazyLoad——让ng项目实现controllers按需异步加载
最初的源码来自:https://github.com/atian25/angular-lazyload/但由于一些个人的原因(我有强迫症...)所以把代码的书写风格按照我平日的喜好修改了下也顺便认真的阅读了一遍源码,按照自己的理解,把原来的英文注释替换成中文的了毕竟不是原作者,对ng框架也不是特别的...
分类:其他好文   时间:2015-02-20 20:49:03    阅读次数:288
Spring+hibernate+struts错题集
1.严重: Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter解答:web....
分类:编程语言   时间:2015-02-20 18:32:56    阅读次数:147
kali下进行wifi干扰
首先启动混杂模式 ifconfig查看interfaceairmon-ng start wlan0Found 5 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time, you may want to kill (...
分类:其他好文   时间:2015-02-20 11:57:50    阅读次数:2129
Machine Learning - VI. Logistic Regression (Week 3)
机器学习Machine Learning - Andrew NG courses学习笔记 Classification  0、1表示含义 denote with 0 is the negative class denote with 1 is the positive class.  Hypothesis Representation  Decisi...
分类:系统相关   时间:2015-02-19 23:00:48    阅读次数:350
AngularJS - 路由入门
我们有很多方法让一个视图随着用户的操作进行变化。但是,只是单单一个视图就要满足所有的需求会让代码变得非常复杂。 也许我们可以使用ng-include来引用各种模板,但这只限于部分场景。于是我们可以将视图拆分为两种:布局视图模板视图如此一来,我们便可以使用route实现模板和布局视图的组装,以构建多....
分类:Web程序   时间:2015-02-15 17:59:01    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!