- 博客(412)
- 资源 (43)
- 收藏
- 关注
原创 Authentication & Authorization & Access Control - OAuth 2.0 & ABAC
[align=center][size=x-large][b] Access Control [/b][/size][/align]RBAC(role-based access control) to ABAC(Attribute-based access control):[url]https://en.wikipedia.org/wiki/Attribute-based_acce...
2016-04-08 16:14:47
313
原创 Virtualization & Docker
Docker up & running:[quote]Acontainer, on the other hand, is just another process that talks directly to the Linuxkernel and therefore can utilize more resources, up until the system or quota-ba...
2016-03-23 09:43:39
242
原创 Scala
twitter 的 scala 教程:Scala School:[url]http://twitter.github.io/scala_school/[/url]Effective Scala:[url]http://twitter.github.io/effectivescala/#Types%20and%20Generics-Type%20aliases[/url]...
2014-09-30 11:31:50
235
原创 M2M & IoT: MQTT
Practical MQTT with Paho[url]http://www.infoq.com/articles/practical-mqtt-with-paho[/url]http://www.infoq.com/cn/articles/baidu-android-cloud-pushhttp://www.infoq....
2014-09-25 11:42:29
171
原创 java.net.SocketException: Unexpected end of file from server
[quote]Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://www.xxx.com/rest/v2/network/msg/dmails.json":Unexpected end of file from server; neste...
2014-06-27 10:55:14
513
1
原创 算法复杂度
Time Complexity & Big-O:[url]http://stackoverflow.com/questions/487258/plain-english-explanation-of-big-o[/url][url]http://bigocheatsheet.com/[/url][url]http://www.sitepoint.com/time-complexi...
2014-02-19 15:46:58
97
原创 Machine Learning
[url]https://www.ibm.com/developerworks/java/library/j-mahout/index.html[/url][quote]Machine learning is a subfield of artificial intelligence concerned with techniques that allow computers to i...
2013-06-27 11:34:10
122
原创 Lucene & Solr
[b]Params of solr query (参见 solrj - CommonParams.class & solr-core - QueryParsing.class):Apache LuceneTM 4.4.0 Documentation:[url]http://lucene.apache.org/core/4_4_0/index.html[/url][url]http...
2013-05-07 17:30:19
113
原创 Continuous Integration Server:Jenkins & Hudson
Jenkins:[url]http://jenkins-ci.org/[/url]Hudson:[url]http://hudson-ci.org/[/url]Installing Jenkins on Ubuntu:[url]https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubu...
2013-04-15 16:15:14
183
原创 J2SE Evolution
[color=red][size=xx-large][b][align=center] Java 7 New Features[/align][/b][/size][/color][b]Java SE 7 Features and Enhancements:[url]http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-41...
2013-04-11 15:39:05
99
原创 Database Table Partitioning
[url]http://en.wikipedia.org/wiki/Partition_(database)[/url][quote]常见的为 table 做 partitioning 的策略有:[b]Range partitioning [/b]Selects a partition by determining if the partitioning key is inside...
2013-04-09 11:58:46
166
原创 Scale-up(纵向扩展) vs Scale-out(横向扩展)
Scale-up / Scale vertically / 纵向扩展:加大节点的内存磁盘处理器等,提高节点性能。Scale-out / Scale horizontally / 横向扩展:增加节点。srcs:[url]http://rainbowbridg.itpub.net/post/23663/525752[/url][url]http://natishalo...
2013-04-08 14:56:13
185
原创 Ruby
Ruby on Rails Tutorial:[url]http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#top[/url]
2013-03-31 00:44:57
94
原创 Spring Integration
[b]Spring Integration Reference Manual:[url]http://static.springsource.org/spring-integration/reference/htmlsingle/#spring-integration-introduction[/url][/b]Spring integration 的理念来自 《Enterpr...
2013-03-26 16:52:27
126
原创 NOSQL 之 Document Database 之 MongoDB
Official siste:[url]http://www.mongodb.org/[/url]MongoDB Manual Contents:[url]http://docs.mongodb.org/manual/contents/[/url]Java relates( especially Java Language Center ):[url]http:/...
2013-03-21 18:11:25
129
原创 Open Source Explosion
[b]好用的开源java第三方开源包:[/b]rapid-frameworkJerseyGuava (以前的 google-collections)joda-timeim4javatiles-jspbonecpjedisehcachespymemcachedhtmlparsernode.jsbackbone.jsge...
2013-03-19 13:55:44
131
原创 python
[b]Python documentation, include [color=red]Tutorial, Language Reference, Standard Library, Setup and Usage, Installing Python Modules[/color] and so on:[url]http://docs.python.org/[/url]PEP(...
2013-03-19 12:15:06
111
原创 Linux File System | linux文件系统
[b]Unix Filesystem Hierarchy Standard:[url]http://www.pathname.com/fhs/pub/fhs-2.3.html#THEFILESYSTEM[/url]Unix directory structure:[url]http://en.wikipedia.org/wiki/Unix_directory_structur...
2013-02-01 17:54:50
165
原创 高可用与负载均衡:Haproxy(or lVS) + keepalived
sources:Setting Up A High-Availability Load Balancer With HAProxy/Keepalived On Debian Lenny:[url]http://www.howtoforge.com/setting-up-a-high-availability-load-balancer-with-haproxy-keepali...
2013-01-29 20:35:24
101
原创 未完 Java: IO & NIO(new I/O)
适用:event and data-driven appsselector(The Selector class plays the role of a Reactor in the Reactor pattern scenario.) reactor proactor [b][url]http://www.kegel.com/c10k.html[/url][/b][quot...
2013-01-11 20:56:38
132
原创 Spring Batch: 大数据量批量并行处理框架
Spring Batch Documentation:[url]http://static.springsource.org/spring-batch/reference/index.html[/url]Use Cases for Spring Batch:[url]http://static.springsource.org/spring-batch/cases/in...
2013-01-11 16:19:53
413
原创 Hadoop 异常 总结
[b]Directory /tmp/hadoop-lee/dfs/name is in an inconsistent state: storage directory DOES NOT exist or is NOT accesible[/b]原因:[url]http://lucene.472066.n3.nabble.com/Directory-tmp-hadoop-roo...
2013-01-08 10:35:22
88
原创 AOP: Aspect Oriented Programming
[b]The AspectJ Programming Guide:[url]http://www.eclipse.org/aspectj/doc/next/progguide/index.html[/url]Spring ref 9 - Aspect Oriented Programming with Spring:[url]http://static.spring...
2013-01-06 11:13:52
132
原创 未完 IT related Terminology | IT相关术语总结
[b]各种符号:[/b][url]http://en.wikipedia.org/wiki/Punctuation[/url][b][size=large]commas 逗号 ,asterisk 星号 *tilde 波浪号 ~caret 脱字号 ^ampersand and符 &colon 冒号 :Semicolon 分号 ;vertical bar...
2012-12-28 16:24:06
134
原创 NOSQL 之 Graph Database 之 neo4j
The Neo4j Manual:[url]http://docs.neo4j.org/chunked/milestone/index.html[/url]Cypher Cheat Sheet:[url]http://www.neo4j.org/assets/download/Neo4j_CheatSheet_v3.pdf[/url]在Vim中书写漂亮的Cyph...
2012-12-28 11:31:58
107
原创 Performance & Load test tool : JMeter
Official:[url]http://jmeter.apache.org/[/url]用户手册:[b][url]http://jmeter.apache.org/usermanual/index.html[/url][/b][quote]4. Elements of a Test Plan该章需精读[/quote]csv 作为 jmeter 的外部数据源:...
2012-12-18 14:28:52
113
原创 rabbitmq & spring amqp
[b]My main AMQP post on blogger:[url]http://wuaner.blogspot.com/2012/10/messaging.html[/url][/b][code="c"]sudo rabbitmqctl add_user admin adminsudo rabbitmqctl set_permissions -p / admin ".*...
2012-12-04 00:09:01
158
原创 MockHttpServletRequest + Controller @RequestMapping 单元测试之 NullPointerException
MockHttpServletRequest 测试spring的Controller,如果Controller的类名和要调用的方法名上都写有@RequestMapping:[code="java"]@Controller@RequestMapping("email")public class EmailRest extends AbstractController { @...
2012-11-27 17:51:55
337
原创 javaMail 邮件
[b]SMTP POP3的区别到底是什么?[/b][b][url]http://www.wisegeek.com/what-is-the-difference-between-smtp-and-pop.htm[/url][/b][quote]There are two standards currently used for most e-mail sent today. SMTP ...
2012-11-23 20:14:14
362
原创 未完 java设计: naming convention | 命名规范
应该遵循的规范:类/接口/属性名,使用名词或形容词;方法名使用动词。Java Naming Conventions:[url]http://www.oracle.com/technetwork/java/codeconventions-135099.html[/url]Ixxx、Service、servieimpl、dao、daoimpl,真的有必要吗?...
2012-11-20 16:45:16
201
原创 未完 Java: enum 枚举
[url]http://stackoverflow.com/questions/9850525/whats-the-use-of-enum-in-java[/url][quote][b]An enum is an ordinary class with a predefined and enumerable set of instances.[/b]So, if you know in...
2012-11-19 20:29:53
137
原创 未完 Spring MVC
[b]Annotations for Http params:[/b]@RequestBody@PathVariable@RequestParam@ModelAttribute[b]@ExceptionHandler & @ControllerAdvice(这个advice注解是在 spring 3.2 之后才有的) 及基于它们两个的 Spring MVC ...
2012-11-15 22:41:59
69
原创 Redis: REmote DIctionary Server
Redis is a key-value store NoSQL database。性能高的原因在于大部分数据都被放在内存中,所以你可以将它看成是个内存数据库。Problems:key一定是String类型,怎么能够按照一定顺序,输出database中所有的keys?([color=blue]keys *[/color] 不能保证有序) list all keys in ...
2012-11-07 14:01:51
95
原创 设计:Spring动态注入implementation 、业务处理过程抽象
场景:接口或抽象类,有多个实现/子类。使用Spring,&Autoinjected关联的是接口/抽象类,怎么让spring可以在运行时动态注入具体的实现那?参考:How to use @Autowired to dynamically inject implementation like a factory pattern[url]http://stackoverflow...
2012-11-06 13:50:49
158
原创 Java多线程之 concurrent 并发包
[b]Java Tutorials -> Concurrency:[url]http://docs.oracle.com/javase/tutorial/essential/concurrency/index.html[/url]Java Concurrency Utilities:[url]http://docs.oracle.com/javase/7/docs/techn...
2012-11-01 07:47:36
70
原创 JUnit 单元测试
测试的分类:[url]http://stackoverflow.com/questions/520064/what-is-unit-test-integration-test-smoke-test-regression-test[/url][url]http://stackoverflow.com/questions/4904096/whats-the-difference-bet...
2012-10-30 12:27:17
208
原创 PostgreSQL
PostgreSQL Commands QuickStart:[url]http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/[/url][url]http://www.linuxweblog.com/postgresql-reference[/u...
2012-10-26 10:53:06
185
原创 Spring+BoneCP+MyBatis: maxConnectionsPerPartition为1导致的junit一直停留在获取conn阶段的问题...
Spring+BoneCP+MyBatis下, 如果applicationcontex.xml中的boneCP datasource 最大连接数maxConnectionsPerPartition设为1且partitionCount也为1:[code="xml"] ...
2012-10-20 00:11:48
249
原创 Ubuntu 使用杂摘
[b]Useful Shortcut Keys In Ubuntu[/b][b]Ctrl + super(即start键,就是xp下常说的windows键) + d: 显示桌面;[/b]Ctrl + Alt + t: 打开一个新的terminal;[url]http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008...
2012-10-19 23:51:40
244
《UNIX宝典》(UNIX Bible)(中文第二版 高清晰PDF).Part2(共2Parts)
2008-01-02
《UNIX宝典》(UNIX Bible)(中文第二版 高清晰PDF).Part1(共2Parts)
2008-01-02
《数据结构与算法分析:C语言描述》(中文第2版)
2008-01-02
编程珠玑 第二版(Programming Pearls,2nd Edition)(英文版+中文版+源码打包)PDF高清
2008-01-02
《Ubuntu揭秘》(Ubuntu Unleashed)英文版.Part1(共2Parts)
2008-01-02
SQL Server 2000安装配置简易教程
2008-01-02
电子书-《XML实用教程》高清晰PDF Part1(共2Parts)
2008-01-01
《Programming .NET Security》(.NET安全编程)英文版
2008-01-01
《Embedded Linux》(嵌入式Linux)英文版
2008-01-01
SQL Server 2005精髓(SQL Server 2005 Reporting Essentials) 英文版
2008-01-01
算法设计与实验题解
2008-01-01
Solaris 9 技术大全 中译本(清晰PDG格式)
2008-01-01
Audio Signal Processing and Coding (高清PDF)
2008-01-01
重构极限编程——XP的实践与反思(Extreme Programming Refactored: The Case Against XP) 英文版
2008-01-01
《C函数速查手册》(CHM格式)
2008-01-01
常用算法程序集(C语言描述)(第三版)(PDF高清电子书+附书源码打包)
2008-01-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人