自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (24)
  • 收藏
  • 关注

转载 Linux查看文件编码格式及文件编码转换

Linux查看文件编码格式及文件编码转换如果你需要在Linux中操作windows下的文件,那么你可能会经常遇到文件编码转换的问题。Windows中默认的文件格式是GBK(gb2312),而Linux一般都是UTF-8。下面介绍一下,在Linux中如何查看文件的编码及如何进行对文件进行编码转换。查看文件编码在Linux中查看文件编码可以通过以下几种方式:1.在Vim 中可以直接

2013-07-23 16:58:19 1132

转载 Apache Thrift - 可伸缩的跨语言服务开发框架

Apache Thrift - 可伸缩的跨原文地址:http://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/黄 晓军, 实习生, IBM张 静, 软件工程师, IBM张 凯, 高级软件工程师, IBM简介: Apache Thrift 是 Facebook 实现的一种高效的、支持多种编程语言

2013-07-22 17:48:18 1380

转载 The C10K problem

原文链接:http://www.kegel.com/c10k.htmlIt's time for web servers to handle ten thousand clients simultaneously,don't you think? After all, the web is a big place now.And computers are big, too. Yo

2013-07-22 09:44:53 1192

转载 Nginx介绍

原文:http://www.aosabook.org/en/nginx.html作者: Andrew Alexeevnginx(发音"engine x")是俄罗斯软件工程师Igor Sysoev开发的免费开源web服务器软件。nginx于2004年发布,聚焦于高性能,高并发和低内存消耗问题。并且具有多种web服务器功能特性:负载均衡,缓存,访问控制,带宽控制,以及高效整合各种应用的能力

2013-07-20 11:39:31 13342 4

转载 Python Twisted介绍

原文链接:http://www.aosabook.org/en/twisted.html作者:Jessica McKellarTwisted是用Python实现的基于事件驱动的网络引擎框架。Twisted诞生于2000年初,在当时的网络游戏开发者看来,无论他们使用哪种语言,手中都鲜有可兼顾扩展性及跨平台的网络库。Twisted的作者试图在当时现有的环境下开发游戏,这一步走的非常艰难,他们迫

2013-07-20 11:29:08 170716 16

转载 The Python web services developer: XML-RPC for Python

原文地址:http://www.ibm.com/developerworks/webservices/library/ws-pyth10/index.html摘要:概括地说,您可以将 XML-RPC 认为是简化的 SOAP。它是允许运行在不同操作系统、不同环境中的软件进行基于Internet 过程调用的规范和一组实现。这种远程过程调用使用 HTTP 作为传输协议,XML 作为编码格式。XM

2013-07-20 10:52:02 2425

转载 Python中的*args和**kwargs

原文地址:http://www.linuxidc.com/Linux/2011-10/45083.htm先来看个例子:def foo(*args, **kwargs):      print 'args = ', args      print 'kwargs = ', kwargs      print '-----------------------------------

2013-07-20 10:16:04 1057

转载 Flickr 网站架构分析

Flickr 网站架构分析Flickr.com 是网上最受欢迎的照片共享网站之一,还记得那位给Windows Vista拍摄壁纸的Hamad Darwish吗?他就是将照片上传到Flickr,后而被微软看中成为Vista壁纸御用摄影师。Flickr.com 是最初由位于温哥华的Ludicorp公司开发设计并于2004年2月正式发布的,由于大量应用了WEB 2.0技术,注重用户体验,使得

2013-07-17 15:22:02 1726

原创 计算excel列的名字

#include using namespace std;int main(){ unsigned int column; cin>>column; if ( column > 0){ cout<<"invalid input"<<endl; return 1; } char begin = 'A'; cha

2013-07-10 11:46:06 1004

转载 干支表

原文地址:http://114.xixik.com/tiangandizhi/天干12345678910甲乙丙丁戊己庚辛壬癸地支123456789101112子丑寅卯辰巳午未

2013-07-03 15:10:27 1043

大话存储 pdf

大话存储

2014-05-10

Real Time Big Data Analytics Emerging Architecture

Real Time Big Data Analytics Emerging Architecture 实时大数据分析架构

2014-02-19

Ten steps to better requirements management

Ten steps to better requirements management IBM需求管理建议

2014-01-17

Distributed system: CAP paper

Distributed system, CAP, NoSQL

2013-11-12

Dynamo-and-Cassandra-paper

Two papers on Dynamo, Cassandra, Key-value, store

2013-11-04

google papers

Google分布式系统的几篇经典论文,即GFS,MapReduce,BigTable,Chubby

2013-10-30

R and Hadoop

This is one presentation for R and Hadoop

2013-09-03

50 Tips and Tricks for MongoDB Developers

50 Tips and Tricks for MongoDB Developers

2013-08-22

视觉中国的MongoDB应用实践

视觉中国的MongoDB应用实践, good share

2013-08-22

The.Definitive.Guide.to.MongoDB

The.Definitive.Guide.to.MongoDB

2013-08-22

The.Little.MongoDB.Book

NoSQL MongoDB Document-Oriented

2013-08-22

The-Little-Redis-Book

Redis is famous key value store with persistent

2013-08-16

Towards the Next Generation of Recommender Systems

Towards the Next Generation of Recommender Systems

2013-08-06

A-Comparative-Study-of-Reco-mmendation-Algorithms-in-E-Commerce-Applications

A-Comparative-Study-of-Reco-mmendation-Algorithms-in-E-Commerce-Applications

2013-08-02

The-BellKor-solution-to-the-Netflix-Prize

Netflix奖的实现方案,向牛人学习,希望对大家有帮助

2013-08-02

Why No SQL

Why No SQL, Please read it

2013-07-31

twisted-introduction

目前看到的最好的twisted文章 中文翻译 http://blog.sina.com.cn/s/blog_704b6af70100py9n.html

2013-07-31

Apple Push Notification Service简介

Apple Push Notification Service简介

2013-07-26

A-collection-of-popular-NoSQL-articles-published-on-InfoQ.com

A-collection-of-popular-NoSQL-articles-published-on-InfoQ.com

2013-07-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除