做单页面应用多是通过不同的url来识别出不同的页面展现的。angularjs 为我们提供一个封装好的ngRoute工具简单介绍用法 :界面上放入一个 ng-view指令,待会儿界面会刷新这个区域,它也支持动画,可以通过添加css在切换视图时做一些动画。我们一段一段来看 ...
分类:
其他好文 时间:
2014-08-28 13:07:49
阅读次数:
172
最近在使用flume进行文件读取时遇到一个问题:接收到的信息未按照预想的数据格式输出。 ????文件格式: xxx,xxx,xxx,xxx,xxx,xxx\r
xxx,xxx,xxx,xxx,xxx,xxx\r
xxx,xxx,xxx,xxx,xxx,xxx\r
xxx,xxx,xxx,...
分类:
其他好文 时间:
2014-08-27 19:04:38
阅读次数:
301
查看 DEMO。参考StackOverflow。ng-switchng-switch 的原型继承和 ng-include 一样。所以如果你需要对基本类型数据进行双向绑定,使用 $parent,或者将其改为 object 对象并绑定到对象的属性,防止子 Scope 覆盖父 Scope 的属性。参考An...
分类:
Web程序 时间:
2014-08-27 14:36:57
阅读次数:
322
1.自定义指令 .directive("dyName", [
function() {
return {
require: "ngModel",
link: function(scope, elm, iAttrs, ngModelCtr) {
ngModelCtr.$n...
分类:
Web程序 时间:
2014-08-26 20:02:57
阅读次数:
309
1、把下载的这个1.4.4版本上传到服务器tar zxvf ng。。。。cd nginx-1.4.4./configure make make install2、修改端口号vi /usr/local/nginx/conf/nginx.conf3、开启/usr/local/nginx/sbin/ngi...
分类:
其他好文 时间:
2014-08-26 17:05:06
阅读次数:
162
通过几中指令就能完成1.2.xx的animate·ng-repeat·ng-show,ng-hide·ng-if,ng-include,ng-view·ng-switch·ng-classangular会在不同的时间加上不同的css假设我们使用了ng-if.animate.ng-enter { .....
分类:
Web程序 时间:
2014-08-26 13:05:26
阅读次数:
327
来自:http://blog.xlvector.net/2014-01/flume-spooldir-source-problem/(自己写的插件,数据序列化,格式化抛出的异常都会导致flume停止,不能继续取数据,异常可以自己处理)最近在用Flume做数据的收集。用到了里面的Spooldir的源在...
分类:
其他好文 时间:
2014-08-25 18:57:04
阅读次数:
248
一、概况两台服务器,都安装syslog-ng,一台服务端,一台客户端;server:192.168.209.19client:192.168.209.18二、安装采用yum安装,执行:yum -y install syslog-ng完成之后,重启syslog-ng服务,service syslog-...
分类:
其他好文 时间:
2014-08-25 11:33:54
阅读次数:
259
在网上找到一篇好文,直接粘贴过来,加上一些补充和自己的理解,算作此文。My education in the fundamentals of machine learning has mainly come from Andrew Ng’s excellent Coursera course on ...
分类:
其他好文 时间:
2014-08-24 23:41:03
阅读次数:
518
本文纯转载; 主要是想系统的跟tornadomeet的顺序走一遍deeplearning;前言: 最近打算稍微系统的学习下deep learing的一些理论知识,打算采用Andrew Ng的网页教程UFLDL Tutorial,据说这个教程写得浅显易懂,也不太长。不过在这这之前还是复习下machi....
分类:
其他好文 时间:
2014-08-23 16:38:01
阅读次数:
256