demo:https://github.com/fei1314/HammerJs/tree/master 知识点: 更多用法见官网:http://hammerjs.github.io/getting-started/ ...
分类:
Web程序 时间:
2017-12-17 16:54:22
阅读次数:
255
1、计算机的核心是CPU,它承担了所有的计算任务。它就像一座工厂,时刻在运行。 2、假定工厂的电力有限,一次只能供给一个车间使用。也就是说,一个车间开工的时候,其他车间都必须停工。背后的含义就是,单个CPU一次只能运行一个任务。 3、进程就好比工厂的车间,它代表CPU所能处理的单个任务。任一时刻,C ...
分类:
编程语言 时间:
2017-12-15 22:36:58
阅读次数:
138
Implementing Parallel Processing For some SAP reports, the nights are getting too short. Especially at customers with large volumes of data, some SAP ...
分类:
其他好文 时间:
2017-12-15 12:39:36
阅读次数:
150
https://blog.sajjan.com.np/2017/02/05/docker-getting-started-containers-ubuntu/ ...
分类:
Web程序 时间:
2017-12-11 21:14:48
阅读次数:
218
一 简介:MHA上线已经很久了,却没有写一篇文章,今天来说说 二 初步思路: 我今天就从日志角度的方面分析下,说说自己的思路 三 切换流程 一 拷贝binlog阶段 1 Getting Latest Slaves Phase.. The latest binary log file/position ...
分类:
数据库 时间:
2017-12-11 18:51:24
阅读次数:
182
http://download.jboss.org/jbpm/videos/7.0.0.Final_eclipse_getting_started.swf 打开视频练习 1.导入 evaluation项目 Import the evaluation project (included in the ...
分类:
系统相关 时间:
2017-12-11 00:47:46
阅读次数:
283
问题: The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his mother is getting ill. Being w ...
分类:
编程语言 时间:
2017-12-10 12:43:11
阅读次数:
226
转载自:http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html A ReSTful API is becoming a standard component of any mo ...
分类:
Web程序 时间:
2017-12-09 14:05:32
阅读次数:
212
A Knight's Journey Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 47611 Accepted: 16183 Description Background The knight is getting bored ...
分类:
其他好文 时间:
2017-12-08 18:30:36
阅读次数:
160
于kafka核心原理的资料,网上有很多,但是如果不自己研究其源码,永远是知其然而不知所以然。下面就来演示如何在windows环境下来编译kafka源码,并通过IntelliJ IDEA开发工具搭建kafka的源码环境,以方便在本地通过debug调试来研究kafka的内部实现机制。 具体步骤: (1) ...