S1:Aptina's MT9M021/MT9M031 sensor is capable of a maximum resolution of 1280 x 960at up to 45fps, or it may be configured to run 720p at 60fps。Regist...
分类:
其他好文 时间:
2014-12-11 18:45:41
阅读次数:
335
作者:zhanhailiang 日期:2014-12-02
[root@~/wade/lua/historyBrowsing]# git push
fatal: No destination configured to push to.
查了下相应手册:
[root@~/wade/lua/historyBrowsing]# git help push
原因是缺少推送的目...
分类:
其他好文 时间:
2014-12-02 16:40:06
阅读次数:
8093
在tomcat4中,StandardContext.java是最大的一个类,有117k。废话不说,开始分析吧。
其实要分析StandardContext,也就主要分析两个方法,一个start,一个invoke。
两个变量
这里首先咱们得说两个boolean型的变量available,configured。
先说available,它表示了StandardContext是否可用,初始值为...
分类:
其他好文 时间:
2014-11-22 12:02:46
阅读次数:
183
struts.multipart.maxSize和fileUpload拦截器的maximumSize属性分工不同
1、struts.multipart.maxSize控制整个项目所上传文件的最大size。超过这个值,后台报错
the request was rejected because its size (51224434) exceeds the configured maximum (20971520)
2、fileUpload拦截器的maximumSize属性必须小于struts.multipar...
分类:
Web程序 时间:
2014-11-20 23:49:50
阅读次数:
205
kid1| ERROR: No forward-proxy ports configured.
分类:
其他好文 时间:
2014-11-12 00:32:25
阅读次数:
468
Extjs4 使用store的post方法引用官网的一句话 Now when we call store.load(), the AjaxProxy springs into action, making a request to the url we configured ('users.jso....
分类:
Web程序 时间:
2014-11-10 12:00:40
阅读次数:
215
搭建参看:
http://blog.csdn.net/w13770269691/article/details/16883663/
查看集群状态:
[root@master bin]# hdfs dfsadmin -report
Configured Capacity: 36729053184 (34.21 GB)
Present Capacity: 13322559491 (12....
分类:
其他好文 时间:
2014-11-06 21:55:25
阅读次数:
252
Hadoop源码学习笔记(3) ——初览DataNode及学习线程 进入了main函数,我们走出了第一步,接下来看看再怎么走: public class DataNode extends Configured implements InterDatanodeProtocol,ClientDatan....
分类:
编程语言 时间:
2014-11-06 21:49:35
阅读次数:
229
系统环境:Ubuntu 8.04xen-3.3.1错误提示:$xend startDevice “eth0” does not existifdown: interface eth0 not configured具体场景:使用xen桥接的模式下启动xend时候出现了错误,说eth0找不到。运行ifc...
分类:
其他好文 时间:
2014-11-04 12:39:02
阅读次数:
258
1 /** 2 * Resolve the value of the 'action' attribute. 3 * If the user configured an 'action' value then 4 * the result of evaluating ...
分类:
编程语言 时间:
2014-10-30 13:18:48
阅读次数:
179