随笔 - 171  文章 - 257  trackbacks - 0
<2007年1月>
31123456
78910111213
14151617181920
21222324252627
28293031123
45678910

常用链接

留言簿(33)

随笔分类(225)

随笔档案(171)

相册

技术

友情链接

最新随笔

搜索

  •  

积分与排名

  • 积分 - 441564
  • 排名 - 48

最新随笔

最新评论

阅读排行榜

评论排行榜

GCC/G++
Linux下的开发
Qt for Mac DeveloperId 打包 签名 公证 盖章      摘要: 以下脚本根据QCreator for mac工程的输出二进制文件 进行打包 部署 签名 上传公证 签章
可在工程目录下新建一个 deployed目录, 并将脚本拷贝到该目录下执行, 执行需要root权限
支持cmake工程或qmake工程  阅读全文
posted @ 2022-01-07 12:14 Khan 阅读(843) | 评论 (0)  编辑
QtCreator中如何使用Conan包管理工具      摘要: C/C++ 包管理 QtCreator Conan Cmake  阅读全文
posted @ 2021-10-19 16:09 Khan 阅读(2480) | 评论 (0)  编辑
linux 和 windows下 获取主机网卡mac地址      摘要: 获取主机网卡mac地址 系统api  阅读全文
posted @ 2021-06-03 17:42 Khan 阅读(810) | 评论 (0)  编辑
linux下播放器设计和开发      摘要: 视频播放 libav linux  阅读全文
posted @ 2013-03-24 13:36 Khan 阅读(2043) | 评论 (1)  编辑
IOS 绘制PDF      摘要: IOS PDF绘制 drawAtPoint 文字颠倒 CGContextRef Y轴 转换  阅读全文
posted @ 2013-03-18 23:10 Khan 阅读(3624) | 评论 (0)  编辑
为UITableView增加左右滑动事件      摘要: UITableView touch 左右滑动事件  阅读全文
posted @ 2013-02-27 02:51 Khan 阅读(5822) | 评论 (1)  编辑
IOS GIF播放, 包含UITableViewCell中正常播放      摘要: IOS Gif 动画 显示 UITableView Cell   阅读全文
posted @ 2013-02-27 02:40 Khan 阅读(2675) | 评论 (0)  编辑
ffmpeg 视频封装步骤      摘要: ffmpeg 视频封装  阅读全文
posted @ 2012-12-18 00:29 Khan 阅读(1608) | 评论 (0)  编辑
在C/C++程序里打印调用栈信息(转载)      摘要: c/c++ runtime 调用栈 调试  阅读全文
posted @ 2012-12-17 22:12 Khan 阅读(1551) | 评论 (0)  编辑
ffmpeg分析系列之七(打开输入的流)      摘要: ffmpeg  阅读全文
posted @ 2012-12-14 01:47 Khan 阅读(2162) | 评论 (0)  编辑
ffmpeg分析系列之五(打开输入的文件)      摘要: ffmpeg  阅读全文
posted @ 2012-12-14 01:34 Khan 阅读(1140) | 评论 (0)  编辑
ffmpeg分析系列之四(探测输入的格式)      摘要: ffmpeg  阅读全文
posted @ 2012-12-14 01:32 Khan 阅读(1555) | 评论 (0)  编辑
ffmpeg分析系列之三(输入输出格式)      摘要: ffmpeg  阅读全文
posted @ 2012-12-14 01:24 Khan 阅读(1323) | 评论 (0)  编辑
ffmpeg分析系列之二(文件协议)(转载)      摘要: ffmpeg  阅读全文
posted @ 2012-12-14 01:21 Khan 阅读(1027) | 评论 (0)  编辑
ffmpeg分析系列之一(注册该注册的)(转载)      摘要: ffmpeg   阅读全文
posted @ 2012-12-14 01:18 Khan 阅读(1239) | 评论 (0)  编辑
ffmpeg for ios 交叉编译 (支持i686 armv7 armv7s) 包含lame支持      摘要: ios ffmpeg lame交叉编译 xcode4.5  阅读全文
posted @ 2012-12-13 16:45 Khan 阅读(5824) | 评论 (0)  编辑
IOS 4.2 AirPrint调用      摘要: IOS 4.2 AirPrint调用 无线打印  阅读全文
posted @ 2011-10-20 13:20 Khan 阅读(820) | 评论 (0)  编辑
关于iphone accessory的理解      摘要: ios iphone 串口 mfi EAAccessory  阅读全文
posted @ 2011-10-09 14:47 Khan 阅读(3470) | 评论 (0)  编辑
iPhone/Mac Objective-C内存管理教程和原理剖析      摘要: Objective-C 内存管理  阅读全文
posted @ 2011-06-29 11:47 Khan 阅读(673) | 评论 (0)  编辑
OCI for Windows 环境手工配置      摘要: oci windows 配置 环境 oracle gcc mingw32 dll library pexports  阅读全文
posted @ 2010-03-23 17:30 Khan 阅读(4384) | 评论 (2)  编辑
Tcp/IP数据包分析      摘要: TCP包头 IP包头 分析  阅读全文
posted @ 2010-01-21 12:38 Khan 阅读(4275) | 评论 (4)  编辑
在指定cpu的核心上执行线程      摘要: linux windows 指定线程或进程在某个cpu或核心执行  阅读全文
posted @ 2009-12-29 16:57 Khan 阅读(4952) | 评论 (0)  编辑
C99 柔性数组结构成员      摘要: C99 柔性数组成员  阅读全文
posted @ 2009-12-23 09:35 Khan 阅读(1211) | 评论 (0)  编辑
STL Vector 的遍历删除.      摘要: vector 遍历 删除 迭代器 remove_if 仿函数  阅读全文
posted @ 2009-12-08 13:29 Khan 阅读(6113) | 评论 (5)  编辑
System V信号灯(节选自unix网络编程卷2-进程间通信)      摘要: linux unix semaphore semget semop semctl 进程间通信 信号灯集 system-v  阅读全文
posted @ 2009-11-27 00:57 Khan 阅读(1906) | 评论 (0)  编辑
Linux 进程互斥锁      摘要: semaphore 不支持 进程间通信 fc3 rehat7.3 fcntl   阅读全文
posted @ 2008-12-24 10:45 Khan 阅读(8184) | 评论 (3)  编辑
linux /proc/文件系统.      摘要: linux /proc文件系统  阅读全文
posted @ 2008-10-24 14:16 Khan 阅读(2436) | 评论 (1)  编辑
c语言(a < b < c )的陷阱      摘要: C语言 表达式 判断 运算符优先级 运算顺序  阅读全文
posted @ 2008-10-23 16:35 Khan 阅读(2649) | 评论 (5)  编辑
VC6 与GCC-avr交叉环境配置      摘要: VC6 AVR GCC GCC-AVR  阅读全文
posted @ 2008-06-24 12:05 Khan 阅读(2679) | 评论 (2)  编辑
GCC Mingw编译JNI dll要点      摘要: GCC, MINGW, WIN32, JAVA, JNI, UnsatisfiedLinkError, makefile, Ant, psapi  阅读全文
posted @ 2008-06-23 12:57 Khan 阅读(4889) | 评论 (0)  编辑
epoll简介(转载)      摘要: Epoll epoll_event epoll_wait epoll_ctl epoll_create  阅读全文
posted @ 2008-04-02 11:58 Khan 阅读(2069) | 评论 (0)  编辑
Epoll模型      摘要: epoll linux epoll_wait   阅读全文
posted @ 2008-04-02 11:37 Khan 阅读(10022) | 评论 (8)  编辑
内存越界和泄露调试工具(转载自赛迪网)      摘要: Valgrind Purify 内存泄露 访问越界 调试 工具  阅读全文
posted @ 2008-03-20 12:23 Khan 阅读(4920) | 评论 (0)  编辑
通过两个点的经纬度计算距离      摘要: 经纬度. 距离. gis, map, 地理信息  阅读全文
posted @ 2008-02-28 15:18 Khan 阅读(16180) | 评论 (11)  编辑
Symbian 的Gif显示.(暂且记录关键信息. 完善后再认真介绍)      摘要: symbian gif CPAlbImageViewerBasic  阅读全文
posted @ 2007-12-19 14:22 Khan 阅读(1818) | 评论 (5)  编辑
搞定symbian的http 和xml, xml采用sdk自带的cparser      摘要: Http Xml Cparser   阅读全文
posted @ 2007-12-19 14:11 Khan 阅读(6896) | 评论 (13)  编辑
Symbian s60 app初步研究      摘要: symbian s60 心得  阅读全文
posted @ 2007-10-19 17:04 Khan 阅读(1847) | 评论 (2)  编辑
symbian 的ini文件类.      摘要: Symbian ini文件
Section Key value  阅读全文
posted @ 2007-08-22 12:29 Khan 阅读(3605) | 评论 (28)  编辑
关于"bldmake.bat is not supported in this release" 解决方法      摘要: Sorry, \epoc32\tools\bldmake.bat is not supported in this release. Please use a different
device. Use 'devices' to view the available devices. 解决方法, 以及symbian环境的手工配置  阅读全文
posted @ 2007-08-22 11:39 Khan 阅读(1639) | 评论 (0)  编辑
为wince项目写的一个可移植的ini文件读写的class[原创]      摘要: ini读写 c++ 可移植 stl pair vector   阅读全文
posted @ 2007-08-07 10:06 Khan 阅读(4547) | 评论 (12)  编辑
windows mobiles 5.0 开发的小技巧      摘要: windows mobile 5.0 vc++ 2005  阅读全文
posted @ 2007-07-05 14:14 Khan 阅读(2167) | 评论 (1)  编辑
Symbian 开发知识,琐碎篇      摘要: Symbian S60 C++  阅读全文
posted @ 2007-06-18 17:33 Khan 阅读(8485) | 评论 (2)  编辑
RSA加密 版本1.5(RFC2313)      摘要: RSA 文档  阅读全文
posted @ 2007-05-17 13:54 Khan 阅读(2368) | 评论 (0)  编辑
makefile的常用方法      摘要: ar 静态库 exe符号清理  阅读全文
posted @ 2007-03-28 14:26 Khan 阅读(2419) | 评论 (2)  编辑
关于Mysql和pthread4win mingw32 编译问题      摘要: mysql 5.05 pthread2 g++ 3.23 mingw32 link makefile windows  阅读全文
posted @ 2007-03-28 11:03 Khan 阅读(1082) | 评论 (0)  编辑
关于Pthreadpool的讨论      摘要: pthread windows 跨平台 threadpool  阅读全文
posted @ 2007-03-19 13:04 Khan 阅读(1882) | 评论 (2)  编辑
POSIX 线程详解(Daniel Robbins) 转载至IBMDEV      摘要: POSIX(可移植操作系统接口)线程是提高代码响应和性能的有力手段。在本系列中,Daniel Robbins 向您精确地展示在编程中如何使用线程。其中还涉及大量幕后细节,读完本系列文章,您完全可以运用 POSIX 线程创建多线程程序。  阅读全文
posted @ 2007-03-16 12:08 Khan 阅读(1833) | 评论 (0)  编辑
Linux内核引导分析      摘要: Linux 汇编 BootSect REP MOVS JMPI  阅读全文
posted @ 2007-03-02 09:44 Khan 阅读(1994) | 评论 (1)  编辑
囫囵C语言(转自天涯)      摘要: c 可执行文件的结构和加载 陷阱,中断和异常 谁调用了我的 main static 和 volatile  阅读全文
posted @ 2007-03-02 09:30 Khan 阅读(1508) | 评论 (0)  编辑
Linux下线程的同步(转)      摘要: Linux Pthread 互斥体Mutex 信号灯Semophore 条件变量Conditions  阅读全文
posted @ 2007-02-08 12:12 Khan 阅读(2275) | 评论 (0)  编辑
淫荡而精干的FLTK      摘要: http://www.fltk.org  阅读全文
posted @ 2007-02-06 12:35 Khan 阅读(1260) | 评论 (0)  编辑
防止信号处理失灵(转载)      摘要: posix signal c/c++ linux  阅读全文
posted @ 2006-09-28 09:55 Khan 阅读(1207) | 评论 (0)  编辑
最简单的windows 多线程代码      摘要: windows 多线程 gcc c语言  阅读全文
posted @ 2006-07-28 08:20 Khan 阅读(3374) | 评论 (0)  编辑
Linux/Unix下ODBC的编程[转载至IBM developerWorks 中国 ]      摘要: GNU LINUX/UNIX
GCC
ODBC
DATABASE
c语言跨平台数据库开发  阅读全文
posted @ 2006-07-28 08:13 Khan 阅读(1261) | 评论 (0)  编辑
网络Socket 编程参考教学篇(转载)      摘要: Linux 网络 soeket 同步 阻塞 非阻塞  阅读全文
posted @ 2006-05-24 17:15 Khan 阅读(2965) | 评论 (2)  编辑
fcntl()用来操作文件描述词的一些特性      摘要: fcntl()  阅读全文
posted @ 2006-05-24 16:43 Khan 阅读(1057) | 评论 (0)  编辑
[C++] 使用ifstream.seekg犯的错误      摘要: ifstream
ini文件解析
指针在申明d时候就必须要初始化啊初始化

  阅读全文
posted @ 2006-05-24 15:48 Khan 阅读(10161) | 评论 (8)  编辑
c++ 操作符重载
posted @ 2004-12-29 23:32 Khan 阅读(900) | 评论 (0)  编辑
c++ 之函数重载
posted @ 2004-12-29 19:11 Khan 阅读(397) | 评论 (0)  编辑
c/c++ 常量
posted @ 2004-12-13 20:43 Khan 阅读(373) | 评论 (0)  编辑