LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 28062|回复: 39

尝试按照《GNU/Linux编程指南》为坛子里有参考价值的的文章分了下类,还要请大家帮忙

[复制链接]
发表于 2006-10-20 23:14:19 | 显示全部楼层 |阅读模式
大家有时间的话帮忙添加一下坛子里面的有用连接,这些知识对开发人员很有益。
1、开发环境及开发工具

GDB的使用
http://www.linuxsir.cn/bbs/showthread.php?t=171156

Eclipse IDE
http://www.linuxsir.cn/bbs/showthread.php?t=145249

autotools 使用
http://www.linuxsir.cn/bbs/showthread.php?t=239728

make 指南
http://www.linuxsir.cn/bbs/showthread.php?t=44269

CVS使用
http://www.linuxsir.cn/bbs/showthread.php?t=170538

编程工具列表
http://www.linuxsir.cn/bbs/showthread.php?t=152770

Kylix
http://www.linuxsir.cn/bbs/showthread.php?t=46664

JBuider
http://www.linuxsir.cn/bbs/showthread.php?t=30451

patch使用
http://www.linuxsir.cn/bbs/showthread.php?t=240802

ICC
http://www.linuxsir.cn/bbs/showthread.php?t=235230

各种IDE一览
http://www.linuxsir.cn/bbs/showthread.php?t=91643

嵌入式系统开发工具链
http://linuxsir.cn/bbs/showthread.php?t=307966

用gdb调试段错
http://linuxsir.cn/bbs/showthread.php?t=309275

GCC扩展
长度为0的数组能有什么用处?  
http://linuxsir.cn/bbs/showthread.php?t=313415

2、输入、输出、文件和目录
glibc和gettext对LC_ALL等环境变量的支持以及输出信息的影响
http://linuxsir.cn/bbs/thread237877.html

GNU/Linux console下输出中文
http://www.linuxsir.cn/bbs/thread328889.html

如何在程序异常退出前输出当前进程的堆栈信息
http://www.linuxsir.cn/bbs/showthread.php?t=312043

如何获取终端的大小?
http://www.linuxsir.cn/bbs/showthread.php?t=313380

printf固定长度字符串
http://linuxsir.cn/bbs/showthread.php?t=309650

详尽的日志对程序开发非常重要
http://linuxsir.cn/bbs/showthread.php?t=302451

串口通信
http://www.linuxsir.cn/bbs/showthread.php?t=110639

底层键盘操作
http://www.linuxsir.cn/bbs/showthread.php?t=220094驱动层
http://www.linuxsir.cn/bbs/showthread.php?t=159824应用层

模拟键盘子程序simkbd()  
http://linuxsir.cn/bbs/thread329986.html

关闭文件系统缓冲区
http://www.linuxsir.cn/bbs/showthread.php?t=197939

读取CMOS时间
http://www.linuxsir.cn/bbs/showthread.php?t=218171

3、进程和同步
线程和进程及其signal队列的不同
http://linuxsir.cn/bbs/thread365066.html
       
如何取得线程的PID
http://linuxsir.cn/bbs/thread317267.html

带参数的进程间信号传递
http://linuxsir.cn/bbs/showthread.php?t=303161

进程基础
http://www.linuxsir.cn/bbs/showthread.php?t=197428

父子进程间传递文件描述符
http://www.linuxsir.cn/bbs/showthread.php?t=167630

解决线程最多只有300多个限制的问题
http://linuxsir.cn/bbs/showthread.php?t=201991

dup和dup2用法
http://www.linuxsir.cn/bbs/showthread.php?t=26230

4、网络编程
Linux RPC 编程实例
http://linuxsir.cn/bbs/thread357224.html

开发一个高效的服务器(多线程)
http://linuxsir.cn/bbs/thread334159.html

somaxconn
http://www.linuxsir.cn/bbs/thread324532.html

实时SIGIO队列与sigwaitinfo的结合使用(提高网络服务效率)
http://www.linuxsir.cn/bbs/showthread.php?t=310829

ARP欺骗程序
http://linuxsir.cn/bbs/showthread.php?t=309142

关于sendmsg的返回值
http://linuxsir.cn/bbs/showthread.php?t=307008

socke也用mmap
http://www.linuxsir.cn/bbs/showthread.php?t=303837

各类TCP服务程序
http://www.linuxsir.cn/bbs/showthread.php?t=263556

POSIX异步IO实例
http://linuxsir.cn/bbs/showthread.php?t=285235

异步SIGIO
http://www.linuxsir.cn/bbs/showthread.php?t=214611

TCP端口扫描(功能同nmap??)
http://www.linuxsir.cn/bbs/showthread.php?t=196598

获取主机所有IP
http://www.linuxsir.cn/bbs/showthread.php?t=239039

apache模块编程
http://www.linuxsir.cn/bbs/showthread.php?t=206141

通过接口名取得IP地址
http://www.linuxsir.cn/bbs/showthread.php?t=195146

libpcap使用
http://www.linuxsir.cn/bbs/showthread.php?t=193482

使用gethostbyname_r得到dns信息
http://www.linuxsir.cn/bbs/showthread.php?t=130765

Setsockopt选项
http://www.linuxsir.cn/bbs/showthread.php?t=55738

UDP超时重传
http://www.linuxsir.cn/bbs/showthread.php?t=46066

内核NETLINK接口
http://linuxsir.cn/bbs/showthread.php?t=278469
http://linuxsir.cn/bbs/showthread.php?t=284220

如何使用openssl写https服务
http://www.linuxsir.cn/bbs/thread324654.html

5、用户界面编程
gtk如何用滚动条显示操作进度(同步的)
http://linuxsir.cn/bbs/thread375023.html

一个mysql的Gtk前端
http://linuxsir.cn/bbs/thread366811.html

Gtk的widget是如何画出来的
http://linuxsir.cn/bbs/thread356761.html

SDL里使用cairo画图的例子
http://linuxsir.cn/bbs/thread359350.html

用gdk_threads_add_idle解决线程无法刷新界面的问题
http://linuxsir.cn/bbs/thread359682.html

在新线程里使用g_main_loop的例子  
http://linuxsir.cn/bbs/thread358384.html

介意gtk的overhead的人写的仅仅用gdk加上glib的应用  
http://linuxsir.cn/bbs/thread358380.html

GTK使用cairo来画动画
http://linuxsir.cn/bbs/thread358273.html

用C++实现GTK+的MVC-O框架  
http://linuxsir.cn/bbs/thread352010.html

GnomeCanvas 实例  
http://linuxsir.cn/bbs/thread354920.html

GTK网页浏览器CRB
http://linuxsir.cn/bbs/thread322950.html

GTK的线程简介
http://linuxsir.cn/bbs/thread341512.html

GTK全屏应用程序简单例子
http://linuxsir.cn/bbs/thread332398.html

用gtk drawing area画视频
http://www.linuxsir.cn/bbs/thread327576.html

GTK中工作线程与主线程与UI交互的一个原则
http://linuxsir.cn/bbs/thread327616.html

console下的文件管理器
http://linuxsir.cn/bbs/thread83252.html

xlib 基础
http://www.linuxsir.cn/bbs/showthread.php?t=243208

xlib经典编程文章
http://www.linuxsir.cn/bbs/showthread.php?t=74857

XPM文件格式
http://www.linuxsir.cn/bbs/showthread.php?t=275780

呈现XPM文件
http://www.linuxsir.cn/bbs/showthread.php?t=274181

framebuffer
http://www.linuxsir.cn/bbs/showthread.php?t=126612

gtkmm框架
http://www.linuxsir.cn/bbs/showthread.php?t=93745

GTK+ 操作 Mysql 数据库示例
http://www.linuxsir.cn/bbs/showthread.php?t=177913

Glade使用
http://www.linuxsir.cn/bbs/showthread.php?t=49704

Glade 加GTK的应用例子(监视文件内容改变)
http://www.linuxsir.cn/bbs/thread322046.html

GTK+显示中文
http://www.linuxsir.cn/bbs/showthread.php?t=58073&page=2

[GTK+]怎样获得当前桌面下的鼠标和键盘事件
http://www.linuxsir.cn/bbs/showthread.php?t=310547

使用libglade分离出界面代码
http://www.linuxsir.cn/bbs/showthread.php?t=243726

Directfb
yv12表面
http://linuxsir.cn/bbs/showthread.php?t=307155

简单介绍udevd, hald, dbusd的关系
http://www.linuxsir.cn/bbs/thread319781.html
       
GTK+ 怎么 发送消息给别的GUI应用程序?
http://www.linuxsir.cn/bbs/showthread.php?t=313879

5、RAD
moonlight
http://linuxsir.cn/bbs/showthread.php?t=307977

XUL介绍
http://www.linuxsir.cn/bbs/showthread.php?t=243771

安装XUL软件包
http://www.linuxsir.cn/bbs/showthread.php?t=275789

RDF介绍
http://linuxsir.cn/bbs/showthread.php?t=289633

6、驱动程序编程

驱动程序开发介绍
http://www.linuxsir.cn/bbs/showthread.php?t=193994

网卡驱动
http://www.linuxsir.cn/bbs/showthread.php?t=47273

Sis900 网卡驱动程序解析
http://www.linuxsir.cn/bbs/showthread.php?t=53662

7、Lex与Yacc(做这个编程的人都有!!)

小型计算器
http://www.linuxsir.cn/bbs/showthread.php?t=186941

解释器
http://www.linuxsir.cn/bbs/showthread.php?t=201003

C语言语法
http://www.linuxsir.cn/bbs/showthread.php?t=200217

8、多媒体编程

声卡编程
http://www.linuxsir.cn/bbs/showthread.php?t=238761

视频编程
http://www.linuxsir.cn/bbs/showthread.php?t=190460

AVS解码器
http://www.linuxsir.cn/bbs/showthread.php?t=246801

9、数据库编程

C访问mysql
http://www.linuxsir.cn/bbs/showthread.php?t=199699

10、软件包管理
怎样更有效的打包资源文件
http://linuxsir.cn/bbs/thread368413.html

11、GNU轶事
《borland传奇》中对Linux社区的污蔑  
http://www.linuxsir.cn/bbs/showthread.php?t=276061

12、深入程序的内部

共享库原理
http://www.linuxsir.cn/bbs/showthread.php?t=210029

从函数调用到符号解析
http://www.linuxsir.cn/bbs/showthread.php?t=215753

linux-gate是什么
http://www.linuxsir.cn/bbs/showthread.php?t=218852

深入程序栈
http://www.linuxsir.cn/bbs/showthread.php?t=216107

线程实现
http://www.linuxsir.cn/bbs/showthread.php?t=158480

线程原理
http://www.linuxsir.cn/bbs/showthread.php?t=55666

ELF文件格式分析
http://www.linuxsir.cn/bbs/showthread.php?t=48381
http://linuxsir.cn/bbs/showthread.php?p=1196195



13、黑客编程(这么重要的章节文章却太少了^_^)

一次缓冲区溢出攻击试验
http://www.linuxsir.cn/bbs/showthread.php?t=182124

Heap区溢出技术分析
http://www.linuxsir.cn/bbs/showthread.php?t=50097

婷婷的实践(高人啊,女黑客简直就是trinidy)
http://www.linuxsir.cn/bbs/showthread.php?t=34745

ELF文件病毒的分析和编写
http://linuxsir.cn/bbs/thread323010.html

14、汇编编程
LINUX汇编(汇编语言程序设计读书笔记)
http://linuxsir.cn/bbs/showthread.php?t=289776



15、数据结构
内核提供的双向循环列表的使用
http://linuxsir.cn/bbs/showthread.php?t=311575

16、调试技术
gdb-xsource, 增强gdb的脚本能力
http://linuxsir.cn/bbs/thread335124.html


17、TIPS

C面向对象思想
http://www.linuxsir.cn/bbs/showthread.php?t=166321

转换编码格式
http://www.linuxsir.cn/bbs/showthread.php?t=111436

正则表达式
http://www.linuxsir.cn/bbs/showthread.php?t=7189

JNI
http://www.linuxsir.cn/bbs/showthread.php?t=237146

操作机箱喇叭
http://www.linuxsir.cn/bbs/showthread.php?t=218852

在字符终端显示时钟  
http://www.linuxsir.cn/bbs/showthread.php?t=128547

VT100控制码
http://www.linuxsir.cn/bbs/showthread.php?t=43530

volatile用法
http://www.linuxsir.cn/bbs/showthread.php?t=55737

操作大于4G的文件
http://www.linuxsir.cn/bbs/showthread.php?t=261452

有关wchar_t
http://www.linuxsir.cn/bbs/showthread.php?t=190840
http://linuxsir.cn/bbs/showthread.php?t=306791

##的用法
http://www.linuxsir.cn/bbs/showthread.php?t=199531&page=2

求素数的算法分析
http://linuxsir.cn/bbs/showthread.php?t=278294

libexpat用法实例
http://linuxsir.cn/bbs/showthread.php?t=206943

linux shell 快速参考及教程!
http://linuxsir.cn/bbs/showthread.php?t=294743

结果不可预知的sprintf用法
http://www.linuxsir.cn/bbs/showthread.php?t=310378

使用函数指针的一些问题
http://www.linuxsir.cn/bbs/thread324626.html

数组指针和函数指针用法小贴士
http://linuxsir.cn/bbs/thread364270.html

直接使用字符串常量做数组名的怪用法
http://linuxsir.cn/bbs/thread364208.html

标准c++异常有哪些
http://linuxsir.cn/bbs/thread375096.html

开发新Linux登录认证模块
http://linuxsir.cn/bbs/thread378211.html
发表于 2006-10-21 10:40:17 | 显示全部楼层
太好了!
版主把本文置顶吧,以后查询比较方便
回复 支持 反对

使用道具 举报

发表于 2006-10-21 17:02:49 | 显示全部楼层
比较便于查询,万分感谢!!
回复 支持 反对

使用道具 举报

发表于 2006-10-21 18:01:03 | 显示全部楼层
强烈要求置顶
回复 支持 反对

使用道具 举报

发表于 2006-10-23 11:38:51 | 显示全部楼层

Very Good!!

强烈要求置顶
Very Good!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-27 23:30:21 | 显示全部楼层
整理了这些资料之余,也看出一些XDJM的爱好。
比如:
Lolita喜欢研究算法,我猜TA是研究数学的。
Tetris,NAIT喜欢网络编程。
KJ斑竹精于底层,操作系统,C库之类。
Dyte跟偶一样,热衷于多媒体编程。
无双则涉猎较广,贡献了坛子里大部分的精华文章。
Wheel兄似乎是开发驱动的。
回复 支持 反对

使用道具 举报

发表于 2007-4-17 15:46:29 | 显示全部楼层
界面编程:

库: wxWidget
工具: DialogBlocks
回复 支持 反对

使用道具 举报

发表于 2007-5-6 21:38:27 | 显示全部楼层
好东西,收藏了先
回复 支持 反对

使用道具 举报

发表于 2007-5-7 11:28:06 | 显示全部楼层
真的是太好了!!!!
我是个新手 还有很多东西要学
这个帖子帮助了我许多!
再次感谢!!
回复 支持 反对

使用道具 举报

发表于 2007-5-24 16:45:04 | 显示全部楼层
好东西,楼主辛苦了,呵呵。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表