- 浏览: 1148514 次
- 性别:
- 来自: 北京
最新评论
-
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
文章列表
Access Control
RBAC(role-based access control) to ABAC(Attribute-based access control):
https://en.wikipedia.org/wiki/Attribute-based_access_control引用Historically, access control models have included mandatory access control (MAC), discretionary access control (DAC), and more recently role-based ...
Docker up & running:
引用A
container, on the other hand, is just another process that talks directly to the Linux
kernel and therefore can utilize more resources, up until the system or quota-based
limits are reached.
official sites:
Inside Docker
To understand Docker’s internals, you need to kn ...
twitter 的 scala 教程:
Scala School:
http://twitter.github.io/scala_school/
Effective Scala:
http://twitter.github.io/effectivescala/#Types%20and%20Generics-Type%20aliases
A Scala Tutorial for Java programmers:
http://www.scala-lang.org/docu/files/ScalaTutorial.pdf
Scala Tutorial:
http://www.tu ...
Practical MQTT with Paho
http://www.infoq.com/articles/practical-mqtt-with-paho
http://www.infoq.com/cn/articles/baidu-android-cloud-push
http://www.infoq.com/cn/news/2014/11/xiaomi-1111-pushservice
引用
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; nested exception is java.net.SocketException: Unexpected end of file from server
at org.spring ...
ddd
Time Complexity & Big-O:
http://stackoverflow.com/questions/487258/plain-english-explanation-of-big-o
http://bigocheatsheet.com/
http://www.sitepoint.com/time-complexity-algorithms/
什么是P问题、NP问题和NPC问题
http://www.matrix67.com/blog/archives/105
P :很快被解出的问题
NP :很快判定一个解是否正确的问题
P 是否等价于 NP
即一个问题能够很快判 ...
https://www.ibm.com/developerworks/java/library/j-mahout/index.html引用Machine learning is a subfield of artificial intelligence concerned with techniques that allow computers to improve their outputs based on previous experiences. The field is closely related to data mining and often uses techniqu ...
Params of solr query (参见 solrj - CommonParams.class & solr-core - QueryParsing.class):
Apache LuceneTM 4.4.0 Documentation:
http://lucene.apache.org/core/4_4_0/index.html
http://khaidoan.wikidot.com/solr
http://www.cnblogs.com/TerryLiang/archive/2012/08/30/2664483.html
http://www.cnblogs.com/ukou ...
Jenkins:
http://jenkins-ci.org/
Hudson:
http://hudson-ci.org/
Installing Jenkins on Ubuntu:
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-jenkins-on-ubuntu-12-04
Java 7 New Features
Java SE 7 Features and Enhancements:
http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-418459.html
A look at Java 7's new features:
http://radar.oreilly.com/2011/09/java7-features.html
Concurrency Utilities Enhancements & Fork/Join:
http://docs.oracle.com/javase ...
http://en.wikipedia.org/wiki/Partition_(database)引用常见的为 table 做 partitioning 的策略有:
Range partitioning
Selects a partition by determining if the partitioning key is inside a certain range. An example could be a partition for all rows where the column zipcode has a value between 70000 and 79999.
Li ...
Scale-up / Scale vertically / 纵向扩展:加大节点的内存磁盘处理器等,提高节点性能。
Scale-out / Scale horizontally / 横向扩展:增加节点。
srcs:
http://rainbowbridg.itpub.net/post/23663/525752
http://natishalom.typepad.com/nati_shaloms_blog/2010/09/scale-up-vs-scale-out.html
Ruby on Rails Tutorial:
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#top
Spring Integration Reference Manual:
http://static.springsource.org/spring-integration/reference/htmlsingle/#spring-integration-introduction
Spring integration 的理念来自 《Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions》一书,该书在线:
http://www.enterpriseintegrationp ...