自定义博客皮肤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)
  • 资源 (12)
  • 收藏
  • 关注

转载 运行时: 使进程和线程同步

From:http://www.ibm.com/developerworks/cn/linux/sdk/rt/part5/index.html 运行时: 使进程和线程同步 Linux 和 Windows 上的高性能编程技术

2008-01-31 01:29:00 605

转载 Linux之线程同步篇

From:http://www.yuanma.org/data/2006/0721/article_1195.htm 进行多线程编程,最头疼的就是那些共享的数据。因为你无法知道哪个线程会在哪个时候对它进行操作,你也无法得知那个线程会先运行,哪个线程会后运行。下面介绍一些技术,通过他们,你会合理安排你的线程之间对资源的竞争。l         互斥体Mutexl        

2008-01-31 01:26:00 453

转载 Linux ADSL 图形方式共享上网 Firestarter

from: http://blog.163.com/jsesaofeng@126/blog/static/30002274200710295326173/ Firestarter 是一款GNOME下的防火墙软件,自身基于IPtables提供非常友好的设定,监控你的网络。虽然她不如 iptables 和 squid 强大灵活,但对于小型局域网和家庭共享上网的配置具有直观、简便、易用的优势。   

2008-01-28 20:08:00 737

转载 Unix awk使用手册

from:http://www.360doc.com/showWeb/0/0/308938.aspx什么是awk?你可能对 UNIX比较熟悉,但你可能对awk很陌生,这一点也不奇怪,的确,与其优秀的功能相比,awk还远没达到它应有的知名度。awk是什么?与其它大多数 UNIX命令不同的是,从名字上看,我们不可能知道awk的功能:它既不是具有独立意义的英文单词,也不是几个相关单词的缩写。事实上,

2008-01-24 01:34:00 417

转载 APUE随书源代码编译

from:http://www.360doc.com/showWeb/0/0/308952.aspx最近在看apue的第二版,刚才在Linux下把随书的源代码编译了一遍,还是稍微花了点时间,作为备忘把编译过程记录下来随书的源代码可从www.apuebook.com上获得,下载后的解压得到名为apue.2e的目录,在我的系统中该目录的完整路径为/home/se/apue.2e接着首先是要阅读

2008-01-24 01:30:00 927

转载 POSIX

操作系统标准术语解释:POSIX是Portable Operating System Interface of Unix的缩写。由IEEE(Institute of Electrical and Electronic Engineering)开发,由ANSI和ISO标准化。由来:POSIX的诞生和Unix的发展是密不可分的,Unix于70年代诞生于Bell lab,并于80年代向美各大高校分发V7

2008-01-22 16:13:00 803

转载 Perl 中的正则表达式

原文出自: http://263.aka.org.cn/Lectures/002/Lecture-2.1.2/perl-reg.html 感谢AKA及作者。 9    Perl 中的正则表达式正则表达式的三种形式 正则表达式中的常用模式 正则表达式的 8 大原则         正则表达式是 Perl 语言的一大特色,也是 Perl 程序中的一点难点,不过如果大家能够很好的掌握他,就可

2008-01-21 01:15:00 570

转载 vmware安装运行出错问题及解决办法汇总

From:http://www.lupaworld.com/43/viewspace_33499.htmlvmware 6.0 for linux 在ubuntu上安装时会出两个错误。参考 http://www.lupaworld.com/30912/viewspace_24530.html内容如下/tmp/vmware-config4/vmmon-only/./include/compat_ke

2008-01-19 02:15:00 3571

转载 Linux下挂载ISO文件

From:http://blog.edu.cn/user2/62180/archives/2005/1007804.shtml从网上会下载到很多ISO映像文件,下面是在Linux不刻录就使用的方法:首先建立一个目录作为挂载点: # mkdir /mnt/iso获得root权限然后使用下面的参数挂载ISO映像文件: # mount -t iso9660 yourimage.iso /

2008-01-19 01:29:00 695

转载 Fedora 7 安装ipmsg

From:http://www.leifengshi886.cn/article/show.asp?id=8882一直在Windows下使用飞鸽传书,很方便,绿色软件,速度也不错。现在换到Linux下,幸好飞鸽传书有Linux版本,于是下载安装。 一.下载 官方网站http://www.ipmsg.org/index.html.en下载ipmsg的UNIX下的版本,共有三个: X11R6 XIP

2008-01-03 13:06:00 552

GNU Emacs Manual Sixteenth Edition, Updated for Emacs Version 22.1

GNU Emacs Manual Sixteenth Edition, Updated for Emacs Version 22.1

2010-01-31

Mastering Unix Shell Scripting

  Provides readers with end-to-end shell scripts that can be used to automate repetitive tasks and solve real-world system administration problems   Targets the specific command structure for four popular UNIX systems: Solaris, Linux, AIX, and HP-UX   Illustrates dozens of example tasks, presenting the proper command syntax and analyzing the performance gain or loss usi...

2009-06-03

C++ GUI Programming with Qt 4

C++ GUI Programming with Qt 4 By Jasmin Blanchette, Mark Summerfield ............................................... Publisher: Prentice Hall Pub Date: June 21, 2006 Print ISBN-10: 0-13-187249-4 Print ISBN-13: 978-0-13-187249-3 Pages: 560

2009-03-18

learning.python.2nd.edition

  Portable, powerful, and a breeze to use, Python is ideal for both standalone programs and scripting applications. With this hands-on book, you can master the fundamentals of the core Python language quickly and efficiently, whether you're new to programming or just new to Python. Once you finish, you will know enough about the language to use it in any application domain you choose.<br /> <br /> <em>Learning Python</em> is based on material from author Mark Lutz's popular training courses, which he's taught over the past decade. Each chapter is a self-contained lesson that helps you thoroughly understand a key component of Python before you continue. Along with plenty of annotated examples, illustrations, and chapter summaries, every chapter also contains Brain Builder, a unique section with practical exercises and review quizzes that let you practice new skills and test your understanding as you go.<br /> <br /> This book covers: <br>   <br>  Types and Operations -- Python's major built-in object types in depth: numbers, lists, dictionaries, and more<br /> <br /> <br>  Statements and Syntax -- the code you type to create and process objects in Python, along with Python's general syntax model<br /> <br /> <br>  Functions -- Python's basic procedural tool for structuring and reusing code<br /> <br /> <br>  Modules -- packages of statements, functions, and other tools organized into larger components<br /> <br /> <br>  Classes and OOP -- Python's optional object-oriented programming tool for structuring code for customization and reuse<br /> <br /> <br>  Exceptions and Tools -- exception handling model and statements, plus a look at development tools for writing larger programs <em>Learning Python</em> gives you a deep and complete understanding of the language that will help you comprehend any application-level examples of Python that you later encounter. If you're ready to discover what Google and YouTube see in Python, this book is the best way to get started.

2008-06-11

QT程序设计

Qt是Linux系统中最流行的开发工具之一,它是开发X Window系统下应用程序的利器。本书全面地介绍了Troll Tech公司基于C++的CUI开发工具——Qt。不仅介绍了如何编写X Window系统下的应用程序,还详细描述了Qt的开发环境、编程方法、关键技术和编程实例。最后,介绍了如何应用KDE本身提供的接口进行X Window系统编程。本书由中国第一家专业化的Linux发行商(中国)软件技术有限公司编写,适合初、中级程序员以及广大计算机编程的爱好者阅读。

2008-05-27

The C Programming Language第二版中文版

The C Programming Language第二版中文版

2008-05-27

GCC 中文手册

Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译器,其执行效率与一般的编译器相比平均效率要高20%~30%。

2008-05-27

LINUX与UNIX SHELL编程指南(1-20章)

LINUX与UNIX SHELL编程指南(1-20章)

2008-05-25

sed与awk(第二版)

sed与awk(第二版)

2008-05-25

《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版

《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版

2008-05-25

空空如也

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

TA关注的人

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