码迷,mamicode.com
首页 >  
搜索关键字:ng    ( 3639个结果
系统服务nginx启动控制脚本
#!/bin/sh # #nginx-thisscriptstartsandstopsthenginxdaemon # #chkconfig:-8515 #description:NginxisanHTTP(S)server,HTTP(S)reverse#proxyandIMAP/POP3proxyserver #processname:nginx #config:/etc/nginx/nginx.conf #config:/etc/sysconfig/nginx #pidfile:/var/run/ng..
分类:其他好文   时间:2015-03-03 18:56:34    阅读次数:145
AngularJs学习(1)
以下是学习过程中的笔记,有些是网上摘录 Bootstrap-auto {{2+3*2}} 里面的”ng-cloak”,这个是用于在angular.js编译完成之前(对!没错!是编译完成之前,不是angularjs加载完成之前。所以,如果想很好地避免这个情况,...
分类:Web程序   时间:2015-03-03 18:16:34    阅读次数:149
Flume-NG之KafkaChannel
apache下一个版本(1.6)将会带来一个新的组件KafKaChannel,顾名思义就是使用kafka做channel,当然在CDH5.3版本已经存在这个channel。 大伙知道,常用的channel主要有三个: 1、memory channel:用内存做channel,优点是速度最快,...
分类:Web程序   时间:2015-03-01 19:38:20    阅读次数:238
struts自定义拦截器
第01步:配置web.xml,启动struts框架 struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 ...
分类:其他好文   时间:2015-03-01 00:18:52    阅读次数:157
AngularJS ng-class
AngularJS ng-class...
分类:Web程序   时间:2015-02-28 16:33:45    阅读次数:145
struts文件上传(多文件)
第01步:配置web.xml struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* ...
分类:Web程序   时间:2015-02-28 00:08:12    阅读次数:162
Nginx 数据结构 ngx_queue_t
ngx_queue_t不分配内存,只是将已分配好的内存用双向链表连接。 消耗内存少,虽太适合超大规模数据的排序,但胜在简单使用。 作为C语言提供的通用双向链表,其设计思路值得参考。 在理解设计的时候可以将其想象成环形结构。 typedef struct ngx_queue_s  ngx_queue_t; struct ngx_queue_s  {     ng...
分类:其他好文   时间:2015-02-27 23:02:52    阅读次数:467
Machine Learning - VIII. Neural Networks Representation (Week 4)
机器学习Machine Learning - Andrew NG courses学习笔记 Neural Networks Representation神经网络表示 Non-linear Hypotheses非线性假设 Neurons and the Brain神经元和大脑 Model Representation模型表示 Examples and Intu...
分类:Web程序   时间:2015-02-27 22:58:55    阅读次数:195
struts文件上传(单文件)
第01步:配置web.xml struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* ...
分类:Web程序   时间:2015-02-27 21:33:35    阅读次数:289
LNMP,有什么大不了
LNMP架构:linux + Nginx + mysql + php;在静态页面上处理,nginx完胜apache,基本可以超出一倍以上,对于高性能,高并发来说,nginx可以针对100000并发(实际可能要低些),nginx的io机制使用的是epoll,而apache采用的是select机制。Ng...
分类:其他好文   时间:2015-02-27 20:05:04    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!