使用推特的REDIS代理服务http://www.oschina.net/translate/twemproxy-a-twitter-redis-proxy使用HAProxy、PHP、Redis和MySQL支撑10亿请求每周架构细节http://www.csdn.net/article/2014-0...
分类:
其他好文 时间:
2014-10-06 15:41:20
阅读次数:
181
An invalid XML character (Unicode: 0x1a) was found in the element content of the documentThe processing instruction target matching "[xX][mM][lL]" is ...
分类:
其他好文 时间:
2014-10-05 14:01:58
阅读次数:
194
CUDA,英文全名Compute Unified Device Architecture,中文名统一计算设备架构,是一种革命性的并行计算架构。它同时支持硬件和软件的技术,统一了 GPU 的通用计算编程模式,同时引入的共享存储器,提高计算速度。CUDA 不需要借助图形学 API,而是采用了类 C 语言进行开发。同时,CUDA 采用了统一处理架构,降低了编程的难度,这使得CUDA 架构更加适合进行 GPU 通用计算。这里所说的GPU,GPU (Graphic Processing Unit) 是图形处理单元的简...
分类:
其他好文 时间:
2014-10-03 22:50:25
阅读次数:
301
常识:One of the biggest headaches on the guitar is the fact that most of the notes may be played in a variety of different positions. For example, Diagr...
分类:
其他好文 时间:
2014-10-03 21:07:55
阅读次数:
156
1.Chapter1 引论:
(1) OLTP 和 OLAP 概念:
OLTP(on-line transaction processing) 联机事物处理,就是我们经常说的关系数据库的主要应用,主要是基本的、日常的事务处理,例如银行交易。例如:mysql
OLAP(on-line analytical processing) 联机分析处理,是数据仓库系统的主要应用,支持复杂的分析操作,侧重...
分类:
其他好文 时间:
2014-10-03 18:44:05
阅读次数:
223
android中主要有两种动画模式,一种是tweened animation(渐变动画),包含了4种动画类型,alpha(透明度)、scale(尺寸缩放)、translate(位置变换)、rotate(图形旋转),第二种是frame by frame (帧动画),就是逐帧播放设置好的动画我们看下第一...
分类:
移动开发 时间:
2014-10-03 09:22:34
阅读次数:
241
Django的url配置同样遵循着DRY(dont repeat yourself)的规则。以下都是官方文档的例子:
首先介绍的是Django如何处理http的请求:
1、在setting里定义ROOT_URLCONF
,这个值就是url的根配置,但若被request processing中间件定义了HttpRequest的urlconf属性,会替换掉ROOT_URLCONF
2、D...
分类:
其他好文 时间:
2014-10-03 02:22:33
阅读次数:
405
Java 8 的新特性和改进总览http://www.oschina.net/translate/everything-about-java-8http://www.techempower.com/blog/2013/03/26/everything-about-java-8/http://blog...
分类:
编程语言 时间:
2014-10-02 01:54:31
阅读次数:
239
select * from product_info t where t.contract_detailid is not null
and length(translate(t.contract_detailid,'-.0123456789'||t.contract_detailid,'-.0123456789'))...
分类:
数据库 时间:
2014-09-30 15:56:49
阅读次数:
210
结论:1.linux2.2+ 支持smp(对称多处理机(SymmetricalMulti-Processing)模式。android sdk 8 采用的是2.6.29-00261-g0097074-dirty.2.当核内既支持进程也支持线程时,就可以实现线程-进程的"多对多"模型,即一个进程的某个线...
分类:
编程语言 时间:
2014-09-30 03:27:02
阅读次数:
251