自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (25)
  • 收藏
  • 关注

转载 The Log: What every software engineer should know about real-time data's unifying abstraction

I joined LinkedIn about six years ago at a particularly interesting time. We were just beginning to run up against the limits of our monolithic, centralized database and needed to start the transition

2013-12-24 16:33:09 1611

转载 Making Your Next Move

This entry is part of a series, RValue References: Moving Forward»Entries in this series:Want Speed? Pass by Value.Making Your Next MoveYour Next Assignment...Exceptionally Moving!On

2013-12-24 15:39:34 855

转载 Want Speed? Pass by Value.

Want Speed? Pass by Value.This entry is part of a series, RValue References: Moving Forward»Entries in this series:Want Speed? Pass by Value.Making Your Next MoveYour Next Assignme

2013-12-24 14:06:18 2064

转载 Kernel Korner - Why and How to Use Netlink Socket

Use this bidirectional, versatile method to pass data between kernel and user space.Due to the complexity of developing and maintaining the kernel, only the most essential and performance-cr

2013-12-24 11:19:17 1054

转载 64-Bit Programming Models: Why LP64?

64-Bit Programming Models: Why LP64?Participation from: Digital Equipment Corporation, Hewlett-Packard Company, IBM Corporation, Intel Corporation, Novell Inc., NCR Corporation (formally AT&T GIS),

2013-12-20 15:22:30 645

转载 64-Bit Programming Models: Why LP64?

64-Bit Programming Models: Why LP64?Participation from: Digital Equipment Corporation, Hewlett-Packard Company, IBM Corporation, Intel Corporation, Novell Inc., NCR Corporation (formally AT&T GIS),

2013-12-20 15:18:15 599

转载 64-Bit Programming Models: Why LP64?

64-Bit Programming Models: Why LP64?Participation from: Digital Equipment Corporation, Hewlett-Packard Company, IBM Corporation, Intel Corporation, Novell Inc., NCR Corporation (formally AT&T GIS),

2013-12-20 15:15:14 763

原创 context manager

1) The "with" statementwith expr [as VAR]:    WITH-BLOCK"with" statement is something like "RAII" in C++, when "with" statement finishes, all resources will be cleaned automatically even there i

2013-12-20 12:12:09 1161

原创 Relative imports

For example, code in the A.B.C module can do:from . import D                 # Imports A.B.Dfrom .. import E                # Imports A.Efrom ..F import G               # Imports A.F.G

2013-12-20 11:05:54 1119

转载 A guide to analyzing Python performance - Python Performance, 6 of n

A guide to analyzing Python performanceWhile it’s not always the case that every Python program you write will require a rigorous performance analysis, it is reassuring to know that there are a wide v

2013-12-11 21:49:36 1028

转载 Linux下高并发socket最大连接数所受的各种限制

Linux下高并发socket最大连接数所受的各种限制12/06. 20131、修改用户进程可打开文件数限制在Linux平台上,无论编写客户端程序还是服务端程序,在进行高并发TCP连接处理时,最高的并发数量都要受到系统对用户单一进程同时可打开文件数量的限制(这是因为系统为每个TCP连接都要创建一个socket句柄,每个socket句柄同时也是一个文件句柄)。可使用uli

2013-12-11 12:11:43 752

转载 Linux memory manager and your big data

Disclaimer: We always assume that when we have an issue and think it's the operating system, 99% of the time, it turns out to be something else. We therefore caution against assuming that the proble

2013-12-11 11:58:09 817

转载 The Smallest Distributed System

The Smallest Distributed SystemPosted on 18 Oct 2013 by Mathias MeyerTravis CI started out as an idea, an ideal even. Before its inception, there was a distinct lack of continuous integrat

2013-12-10 22:39:13 1046

转载 Python Attributes and Methods

Python Attributes and MethodsShalabh ChaturvediCopyright © 2005-2009 Shalabh ChaturvediAll Rights Reserved.About This BookExplains the mechanics of object attribute

2013-12-10 12:00:10 1871

转载 Python Types and Objects

Python Types and ObjectsShalabh ChaturvediCopyright © 2005-2009 Shalabh ChaturvediAll Rights Reserved.About This BookExplains Python new-style objects:what

2013-12-05 18:28:19 2638

转载 Python Performance Tips, Part 2 - Python Performance 3 of n

Python Performance Tips, Part 2It’s a useful reminder that statically compiled code still matter. Just to name a few, Chrome, Firefox, MySQL, MS Office, and Photoshop are highly optimized so

2013-12-04 11:46:41 1176

原创 Chandler Carruth's terrified bug in GoingNative 2013

The code.  1 #include   2 #include   3 #include   4 #include   5  6 using namespace std;  7  8 class A {  9 public: 10     virtual void F() = 0; 11     void Done() { 12

2013-12-01 16:13:09 1064

MPEG-4 ISO 标准 ISO/IEC14496-3 part3

MPEG-4 ISO 标准 ISO/IEC14496-3,因为文件太大,需分三卷压缩上传,这是第三部分,研究MPEG-4的朋友耐心下载

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-3 part2

MPEG-4 ISO 标准 ISO/IEC14496-3,因为文件太大,需分三卷压缩上传,这是第一部分,研究MPEG-4的朋友耐心下载

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-3 part1

MPEG-4 ISO 标准 ISO/IEC14496-3,因为文件太大,需分三卷压缩上传,这是第一部分,研究MPEG-4的朋友耐心下载

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-15

MPEG-4 ISO 标准 ISO/IEC14496-15,研究MPEG-4的朋友必备

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-14

MPEG-4 ISO 标准 ISO/IEC14496-14,研究MPEG-4的朋友必备

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-12

MPEG-4 ISO 标准 ISO/IEC14496-12,研究MPEG-4的朋友必备

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-6

MPEG-4 ISO 标准 ISO/IEC14496-6,研究MPEG-4的朋友必备

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-5

MPEG-4 ISO 标准 ISO/IEC14496-5,研究MPEG-4的朋友必备

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-1 2004 third edition

MPEG-4 ISO 标准 ISO/IEC14496-2,研究MPEG-4的朋友必备

2009-02-26

MPEG-4 ISO 标准 ISO/IEC14496-2

MPEG-4 ISO 标准 ISO/IEC14496-2文档,研究MPEG-4的朋友必备

2009-02-26

用TCP/IP进行网际互联(卷1).part1

网络编程的经典书籍,强烈推荐。三卷都上传了,请下载的朋友注意。

2008-03-20

用TCP/IP进行网际互联(卷1).part2

网络编程的经典书籍,强烈推荐。三卷都上传了,请下载的朋友注意。

2008-03-20

用TCP/IP进行网际互联(卷3).part2

网络编程的经典书籍,强烈推荐。

2008-03-19

用TCP/IP进行网际互联(卷3).part1

网络编程的经典书籍,强烈推荐。第三卷分两个分卷压缩包上传此为第一部分。

2008-03-19

用TCP/IP进行网际互联(卷3).part1

网络编程的经典书籍,强烈推荐。第三卷分两个分卷压缩包上传此为第一部分。

2008-03-19

用TCP/IP进行网际互联(卷2)

网络编程的经典书籍,强烈推荐。三卷我都会上传,请关注。

2008-03-19

C++国际标准(C++ Standard)

C++国际标准,强烈推荐学习研究C++的朋友下载

2007-10-21

inside the c++ model 深度探索C++对象模型.part1.rar(中文版

c++牛书,推荐阅读

2007-10-12

inside the c++ model 深度探索C++对象模型.part1.rar(中文版)

深入c++系列,牛书,分两部分上传

2007-10-12

the c++ Standard library C++标准程序库—自修教程与参考手册.part4.rar(中文版)

分四部分上传。上次上传了第一部分后,因网络原因不能上传第二部分。所以大家不要下以前那个版本。在次也向各位表示歉意。

2007-10-12

the c++ Standard library C++标准程序库—自修教程与参考手册.part3.rar(中文版)

分四部分上传。上次上传了第一部分后,因网络原因不能上传第二部分。所以大家不要下以前那个版本。在次也向各位表示歉意。

2007-10-11

the c++ Standard library C++标准程序库—自修教程与参考手册.part2.rar(中文版)

分四部分上传。上次上传了第一部分后,因网络原因不能上传第二部分。所以大家不要下以前那个版本。在次也向各位表示歉意。

2007-10-11

the c++ Standard library C++标准程序库—自修教程与参考手册.part1.rar(中文版)

分四部分上传。上次上传了第一部分后,因网络原因不能上传第二部分。所以大家不要下以前那个版本。在次也向各位表示歉意。

2007-10-10

the c++ Standard libraryC++标准程序库—自修教程与参考手册.pdf(中文版)

应上传文件不能超过10MB,所以分卷上传

2007-10-07

C++ net programming using ACE

C++网络编程方便的经典书籍

2007-08-11

空空如也

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

TA关注的人

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