- 浏览: 1148547 次
- 性别:
- 来自: 北京
最新评论
-
a535114641:
LZ你好, 用了这个方法后子页面里的JS方法就全不能用了呀
页面局部刷新的两种方式:form+iframe 和 ajax -
di1984HIT:
学习了,真不错,做个记号啊
Machine Learning -
赵师傅临死前:
我一台老机器,myeclipse9 + FB3.5 可以正常使 ...
myeclipse 10 安装 flash builder 4.6 -
Wu_Jiang:
触发时间在将来的某个时间 但是第一次触发的时间超出了失效时间, ...
Based on configured schedule, the given trigger will never fire. -
cylove007:
找了好久,顶你
Editable Select 可编辑select
文章列表
Official siste:
http://www.mongodb.org/
MongoDB Manual Contents:
http://docs.mongodb.org/manual/contents/
Java relates( especially Java Language Center ):
http://docs.mongodb.org/ecosystem/drivers/#java
MongoDB API Docs for java:
http://api.mongodb.org/java/
Spring Data MongoDB - Reference Docume ...
好用的开源java第三方开源包:
rapid-framework
Jersey
Guava (以前的 google-collections)
joda-time
im4java
tiles-jsp
bonecp
jedis
ehcache
spymemcached
htmlparser
node.js
backbone.js
gearman
apache kafka :
http://kafka.apache.org/quickstart.html
Hadoop related:引用
Hadoop Distributed File System: HDFS, the storage ...
Python documentation, include Tutorial, Language Reference, Standard Library, Setup and Usage, Installing Python Modules and so on:
http://docs.python.org/
PEP(Python Enhancement Proposals) 8 -- Style Guide for Python Code:
http://www.python.org/dev/peps/pep-0008/
eclipse 插件 pydev 的使用:
http://pyd ...
Unix Filesystem Hierarchy Standard:
http://www.pathname.com/fhs/pub/fhs-2.3.html#THEFILESYSTEM
Unix directory structure:
http://en.wikipedia.org/wiki/Unix_directory_structure
View file system hierarchy of Linux:
$ man hier
LinuxFilesystemTreeOverview
https://help.ubuntu.com/community/LinuxFil ...
sources:
Setting Up A High-Availability Load Balancer With HAProxy/Keepalived On Debian Lenny:
http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepalived-on-debian-lenny
Load Balancing with HAProxy:
https://serversforhackers.com/editions/2014/07/15/haproxy/
用H ...
适用:
event and data-driven apps
selector(The Selector class plays the role of a Reactor in the Reactor pattern scenario.) reactor proactor
http://www.kegel.com/c10k.html引用level-triggered & edge-triggered 中断:
http://stackoverflow.com/questions/1966863/level-vs-edge-trigger-network-event-mechani ...
Spring Batch Documentation:
http://static.springsource.org/spring-batch/reference/index.html
Use Cases for Spring Batch:
http://static.springsource.org/spring-batch/cases/index.html
Spring Batch Tutorial:
http://www.mkyong.com/tutorials/spring-batch-tutorial/comment-page-1/#comment-138186
...
Directory /tmp/hadoop-lee/dfs/name is in an inconsistent state: storage directory DOES NOT exist or is NOT accesible
原因:
http://lucene.472066.n3.nabble.com/Directory-tmp-hadoop-root-dfs-name-is-in-an-inconsistent-state-storage-directory-DOES-NOT-exist-or-ie-td812243.html引用Normally this is due to ...
The AspectJ Programming Guide:
http://www.eclipse.org/aspectj/doc/next/progguide/index.html
Spring ref 9 - Aspect Oriented Programming with Spring:
http://static.springsource.org/spring/docs/current/spring-framework-reference/html/aop.html引用CORE concepts:
Aspect: a modularization of a concern ...
各种符号:
http://en.wikipedia.org/wiki/Punctuation
commas 逗号 ,
asterisk 星号 *
tilde 波浪号 ~
caret 脱字号 ^
ampersand and符 &
colon 冒号 :
Semicolon 分号 ;
vertical bar (or pipe) 竖道 |
hyphen 连字符 -
dash 破折号 – —
parentheses 圆括号 ()
(square) brackets 方括号 []
(curly) braces 花括号 {}
grave accent 重音符(or backquote/ba ...
The Neo4j Manual:
http://docs.neo4j.org/chunked/milestone/index.html
Cypher Cheat Sheet:
http://www.neo4j.org/assets/download/Neo4j_CheatSheet_v3.pdf
在Vim中书写漂亮的Cypher:
http://www.neo4j.org.cn/2012/11/29/cypher-vim-syntax/
参考资料:
图形数据库、NOSQL和Neo4j:
http://www.infoq.com/cn/articles/graph-nosql-ne ...
Official:
http://jmeter.apache.org/
用户手册:
http://jmeter.apache.org/usermanual/index.html引用4. Elements of a Test Plan
该章需精读
csv 作为 jmeter 的外部数据源:
http://ivetetecedor.com/how-to-use-a-csv-file-with-jmeter/
使用JMeter进行性能测试:
http://www.ibm.com/developerworks/cn/java/l-jmeter/index.html
JMeter's Su ...
My main AMQP post on blogger:
http://wuaner.blogspot.com/2012/10/messaging.html
sudo rabbitmqctl add_user admin admin
sudo rabbitmqctl set_permissions -p / admin ".*" ".*" ".*"
sudo rabbitmqctl set_user_tags admin administrator
AMQP的好处:
1 network protocal(TCP),P、B ...
MockHttpServletRequest 测试spring的Controller,如果Controller的类名和要调用的方法名上都写有@RequestMapping:
@Controller
@RequestMapping("email")
public class EmailRest extends AbstractController {
@RequestMapping(method = RequestMethod.POST, value = "send")
public HttpEntity<?> se ...
SMTP POP3的区别到底是什么?
http://www.wisegeek.com/what-is-the-difference-between-smtp-and-pop.htm引用There are two standards currently used for most e-mail sent today. SMTP stands for simple mail transfer protocol. POP is an acronym Post Office Protocol. Though it may sound confusing, the difference is no ...