spring框架jar包1、下载spring源包spring地址:http://www.springsource.org/download我下的是spring-framework-3.1.0.RELEASE-with-docs.zip下载依赖包:spring-framework-3.0.5.RELE...
分类:
编程语言 时间:
2014-05-19 20:20:20
阅读次数:
394
Evented I/O for V8 JavaScript
基于V8引擎实现的事件驱动IO。事件机制的实现
Node.js中大部分的模块,都继承自Event模块(http://nodejs.org/docs/latest/api/events.html
)。Event模块(events.Even.....
分类:
Web程序 时间:
2014-05-19 12:59:19
阅读次数:
371
ES已经够快了,但是还能更快。把若干的请求合并到一个,避免了单个的线程请求的网络压力,ES能运行的更快。如果你知道你要检索的很多的document,使用multi-get或mget
API把请求放到一个请求里要比逐次的检索效率要更高。mget API期望得到一个docs的数组作为参数,每个参数元素指...
分类:
其他好文 时间:
2014-05-19 06:59:06
阅读次数:
450
相关学习资料http://my.oschina.net/chape/blog/170247http://docs.oracle.com/cd/E13222_01/wls/docs81/webapp/web_xml.htmlhttp://blog.csdn.net/liaoxiaohua1981/ar...
分类:
Web程序 时间:
2014-05-17 14:21:45
阅读次数:
551
简述:发送和接受数据的程序分别烧录到两个节点上,发送方发送流水灯数据,接受方接受数据并实现流水灯1、发送和接受程序用到的组件及其接口如图(通过make
telosb docs获得)所示: 2、发送程序sendC.nc代码:#include "Timer.h"#include "send.h"modu...
分类:
其他好文 时间:
2014-05-16 06:25:16
阅读次数:
435
一、JavaScript的同源策略参考链接:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Same_origin_policy_for_JavaScript同源策略限制了一个源(origin)中加载文本或脚本与来自其它源(origin...
分类:
Web程序 时间:
2014-05-16 01:05:38
阅读次数:
406
在页面上:http://people.apache.org/~mkostrze/jmeter-docs/docs/usermanual/component_reference.html#Interleave_Controller红色框框部分,
为什么不再执行Gump Page?解释的是什么样的意思?...
分类:
其他好文 时间:
2014-05-15 21:52:01
阅读次数:
470
摘要:
原文来自:http://kenwublog.com/docs/java6-jvm-options-chinese-edition.htm本文是基于最新的SUN官方文档Java
SE 6 Hotspot VM Options编写的译文。主要介绍JVM中的非稳态选项及其使用说明。为了让读者明白每...
分类:
编程语言 时间:
2014-05-14 23:35:44
阅读次数:
466
1.JavaEE5API(含JSFAPI)http://java.sun.com/javaee/5/docs/api/2.HibernateAPIDocumentation(3.2.2.ga)http://www.hibernate.org/hib_docs/v3/api/3.SpringFrameworkAPI2.5http://static.springframework.org/spring/docs/2.5.x/api/index.html4.1Struts1.3.8APIhttp://struts..
分类:
编程语言 时间:
2014-05-14 16:51:34
阅读次数:
407
Official Site
gruntjs.org/docs/getting-started.html或者看http://tgideas.qq.com/webplat/info/news_version3/804/808/811/m579/201307/216460.shtmlgrunt可以帮我们做...
分类:
Web程序 时间:
2014-05-12 19:19:30
阅读次数:
445