01:web.xml中配置,启动struts2 struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter ...
分类:
其他好文 时间:
2015-01-06 15:05:06
阅读次数:
149
文章发自http://www.cnblogs.com/hark0623/p/4205756.html 转载请注明flume越用越有一些疑惑,这个月中按计划是要阅读flume源码的,我希望能解决我的疑惑,另外,当疑惑解决后,我也会把过程和结论发到博客中,最终会把链接更新至当前帖子中的,疑惑如下:1、通...
分类:
Web程序 时间:
2015-01-06 13:33:59
阅读次数:
154
01:导包配置web.xml struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter ...
分类:
其他好文 时间:
2015-01-05 23:21:35
阅读次数:
234
在Angular的原生指令中有这几个指令用来控制元素的展示与否,ng-show/ng-hide/ng-if和ng-switch。在angular性能优化中,我们也常常会用到它。
分类:
Web程序 时间:
2015-01-05 21:40:01
阅读次数:
1527
第一步web.xml添加struts2的过滤器和spring的监听器<filter><filter-name>struts2</filter-name><filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class></filter><filter-mapping>&l..
分类:
其他好文 时间:
2015-01-05 19:00:13
阅读次数:
148
01:web.xml配置: struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter ...
分类:
其他好文 时间:
2015-01-04 22:59:08
阅读次数:
196
2014年12月总结:这月1号新工作开始了我的大数据之旅,从.NET转向Hadoop。工作期间遇到了解决的没有解决的有各种坑,不过好在算是把整套业务给搭建了下来。大体使用的技术及流程如下:mosquittio->flume agent->flume collector->sparkstreaming...
分类:
其他好文 时间:
2014-12-31 22:50:23
阅读次数:
208
文章来自:http://www.cnblogs.com/hark0623/p/4196381.html 转载请注明需要在你的脚本前面添加nohub,后边添加&。例如下面的脚本:nohup ./flume_client.sh &nohup的作用:当你的SecureCRT会话关闭后,保证你的脚本还在Li...
分类:
其他好文 时间:
2014-12-31 20:00:06
阅读次数:
147
1、先下载angular插件 AngularJS-135.831.zip
2、打开Intellij IDEA ,File—〉Settings---〉Plugins
点击“
点击“”确定
重新启动Intellij IDEA,在Html文件中输入ng,出现提示,则说明插件安装成功:...
分类:
其他好文 时间:
2014-12-31 11:21:28
阅读次数:
176
G:移动到文件的最后一行(常用)
nG:n表示数字,例如:10G,光标移动到文件的第10行(常用)
gg:光标移动到文件的第一行(常用)
n+回车键:光标向下移动n行,例:先按10,接下来按回车,光标就会向下移动10行(常用)...
分类:
移动开发 时间:
2014-12-31 01:03:57
阅读次数:
222