Manifesto of the Communist Party】的更多相关文章

A spectre is haunting Europe – the spectre of communism. All the powers of old Europe have entered into a holy alliance to exorcise this spectre: Pope and Tsar, Metternich and Guizot, French Radicals and German police-spies. Where is the party in opp…
Manifesto 是一个 HTML5 离线应用程序缓存校验工具,提供了快速校验 HTML5 manifest 文件有效性的方法.离线应用程序缓存在使用中最困难的部分之一就是无法正常工作的时候没有明显的特征,因此不容易被发现.有了 Manifesto,这个问题就简单了,它会帮助你检测 manifest 文件中出存在问题. 您可能感兴趣的相关文章 九个让人难以置信的 HTML5 和 JavaScript 实验 Web 开发人员必备的随机 JSON 数据生成工具 Popline:帅气的浮动 HTML…
Redis 的作者 antirez(Salvatore Sanfilippo)曾经发表了一篇名为 Redis 宣言(Redis Manifesto)的文章,文中列举了 Redis 的七个原则,以向大家阐明 Redis 的思想. 1.Redis 是一个操作数据结构的语言工具,它提供基于 TCP 的协议以操作丰富的数据结构.在 Redis 中,数据结构这个词的意义不仅表示在某种数据结构上的操作,更包括了结构本身及这些操作的时间空间复杂度. 2.Redis 定位于一个内存数据库,正是由于内存的快速访问…
Manifesto For Performance Testing And Engineering We choose to support others in their quest for better performing software and systems as evidenced by our commitment to the following: We value whole-system monitoring, measurement and awareness in ou…
敏捷宣言 The Agile Manifesto Individuals and interactions over Process and tools 个体与交互 重于 过程和工具 Working Software over Comprehensive documentation 可用的软件 重于 完备的文档 Customer Collaboration over Contract negotiation 客户协作 重于 合同谈判 Responding to change over Follo…
一.Redis简介 1.什么是Redis Redis 是一个开源的使用ANSI C 语言编写.支持网络.可基于内存亦可持久化的日志型.Key-Value 数据库,并提供多种语言的API.从2010 年3 月15 日起,Redis 的开发工作由VMware 主持. Redis 是一个Key-Value 存储系统.和Memcached 类似,它支持存储的value 类型相对更多, 包括string(字符串).hash(散列).list(链表).set(集合)和zset(有序集合).这些数据类型支持p…
我用的系统是:redhat [root@infa ~]# wget http://download.redis.io/releases/redis-2.8.12.tar.gz tar xzf redis-2.8.12.tar.gz [root@infa ~]# tar xzf redis-2.8.12.tar.gz [root@infa ~]# cd redis-2.8.12 [root@infa redis-2.8.12]# ls 00-RELEASENOTES  BUGS  CONTRIBU…
We’re in Orlando for a working session as part of the Core Team building BABOK V3 and over dinner this evening we got to discussing the relationship between user stories and use cases (it wasn't the only thing we discussed, we are also a social group…
SVG 是一种很好的 Web 技术方案,可以用来创建互动,在任何大小的屏幕上都会很好看.与分辨率无关的矢量图形.而这里推荐的 Snap.svg 这个 JavaScript 可以让你像 jQuery 操作 DOM 一样操作 SVG 资源. Snap.svg 是专为现代浏览器打造,支持剪裁,遮罩,纹理,渐变,分组等功能.凭借丰富的动画库和易于的事件处理,Snap.svg 可以帮助你轻松实现 SVG 功能. 您可能感兴趣的相关文章 10大流行的 Metro UI 风格 Bootstrap 主题 推荐3…
元素固定效果在网页中应用得很多,比较常见的使用场景有改进导航,显示广告.Sticky-Kit 是一个非常方便的 jQuery 插件,简化了创建/管理粘元素,有复杂的使用功能.这些功能包括:处理多个固定元素,启用/禁用的行为取决于对元素在视口中的位置和回调.它也有一个函数重新计算尺寸,从而简化了在浏览器调整大小时的使用. 您可能感兴趣的相关文章 jQuery Wheel Menu:漂亮的 Path 风格旋转菜单 UIkit – 轻量前端框架,帮助你快速构建 Web 界面 FancySelect –…