自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

dodobear的小窝窝

兜兜里都是宝贝

  • 博客(4)
  • 资源 (11)
  • 收藏
  • 关注

原创 谈一谈mac

也算是用了一段时间的mac了,想谈一谈。mac系统的确很不错,各种界面操作很简单,没有多余的操作。但是mac太不开放了,首先是各种linux下,或者windows下的优秀软件都找不到mac版本,mac app上的应用更是少的可怜。长此以往, mac前途很难说。没有应用程序的系统还有什么用吗?linux装一个软件,好容易,各种包管理工具,各种好的软件都有,mac找不到,下

2011-12-19 17:15:08 476

转载 corefile配置

转自http://hi.baidu.com/jrckkyy/blog/item/2562320a5bdbc534b1351d95.html查看限制情况 ulimit -a可以看到如下信息core file size          (blocks, -c) 0data seg size           (kbytes, -d) unlimitedfile

2011-12-09 14:08:10 2832

原创 linux实用的小工具,从菜鸟到高手进阶

paste按各种方式合并文件,另外这个工具最大的特点是它的‘-’用法 ls | paste - - - -, 试试应用实例:ls | paste - - -将结果按每行3个进行显示合并文件        f1.txt   f2.txt        1 2      n a        3 4      b j        paste f1.txt f2

2011-12-09 02:50:53 2470

原创 diff 比较2个文件夹

比较文件夹记得加上-r, 这样才可以递归所有文件夹,-q可以只输出哪些文件是不一样的,对于比较文件夹,可能这个比较有用。不过-q输出不同的文件时,有些情况是一个文件一个文件夹下有,一个没有,但是-q输出的是2个文件不一样 diff -Nrq a b

2011-12-02 09:43:26 33868

unix环境高级编程

unix环境编程的圣经,本资源非扫描版,相当清晰

2012-08-11

Imperfect c++ 中文版 pdf

Imperfect c++ 中文版 pdf版,看看

2011-11-02

Introduction+to+3D+Game+Programming+with+DirectX+10

jing dian zhi zuo directx

2010-08-09

Network Programming for Microsoft Windows-2

经典网络编程,大家看看。。。。。。。。。

2010-07-22

hibernate in action

hibernate 的经典之作,分享给大家看看

2009-06-27

spring in action

spring 的经典之作,分享给大家看看

2009-06-27

Python源码剖析

在最高的层次上,Python的整体架构可以分为四个主要的部分,整个架构如图1所示。在左边,是Python提供的大量的模块,库以及用户自定义的模块。比如在执行import os时,这个os就是Python内建的模块,当然用户还可以通过自定义模块来扩展Python系统。在本系列文章中,我们不会对这一部分进行过多的考察。

2009-06-19

understanding the linux kernel 3rd

经典linux书籍 In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.

2009-06-19

空空如也

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

TA关注的人

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