Khan's Notebook GCC/GNU/Linux Delphi/Window Java/Anywhere

路漫漫,长修远,我们不能没有钱
随笔 - 172, 文章 - 0, 评论 - 257, 引用 - 0
数据加载中……

GCC/G++

Linux下的开发
Qt for Mac DeveloperId 打包 签名 公证 盖章
     摘要: 以下脚本根据QCreator for mac工程的输出二进制文件 进行打包 部署 签名 上传公证 签章
可在工程目录下新建一个 deployed目录, 并将脚本拷贝到该目录下执行, 执行需要root权限
支持cmake工程或qmake工程  阅读全文

posted @ 2022-01-07 12:14 Khan 阅读(880) | 评论 (0)  编辑

QtCreator中如何使用Conan包管理工具
     摘要: C/C++ 包管理 QtCreator Conan Cmake  阅读全文

posted @ 2021-10-19 16:09 Khan 阅读(2572) | 评论 (0)  编辑

linux 和 windows下 获取主机网卡mac地址
     摘要: 获取主机网卡mac地址 系统api  阅读全文

posted @ 2021-06-03 17:42 Khan 阅读(856) | 评论 (0)  编辑

在 C++ 中实现一个轻量的标记清除 gc 系统(转载)

posted @ 2019-08-01 10:57 Khan 阅读(496) | 评论 (0)  编辑

boost的lexical_cast --数据类型转

posted @ 2017-10-14 16:26 Khan 阅读(690) | 评论 (0)  编辑

boost中asio网络库多线程并发处理实现,以及asio在多线程模型中线程的调度情况和线程安全。 (转载)

posted @ 2017-10-14 11:44 Khan 阅读(1578) | 评论 (0)  编辑

C++11 中值得关注的几大变化

posted @ 2014-06-04 12:32 Khan 阅读(1116) | 评论 (0)  编辑

C++开发者都应该使用的10个C++11特性

posted @ 2014-06-04 12:30 Khan 阅读(1076) | 评论 (1)  编辑

linux下播放器设计和开发
     摘要: 视频播放 libav linux  阅读全文

posted @ 2013-03-24 13:36 Khan 阅读(2049) | 评论 (1)  编辑

IOS 绘制PDF
     摘要: IOS PDF绘制 drawAtPoint 文字颠倒 CGContextRef Y轴 转换  阅读全文

posted @ 2013-03-18 23:10 Khan 阅读(3635) | 评论 (0)  编辑

为UITableView增加左右滑动事件
     摘要: UITableView touch 左右滑动事件  阅读全文

posted @ 2013-02-27 02:51 Khan 阅读(5827) | 评论 (1)  编辑

IOS GIF播放, 包含UITableViewCell中正常播放
     摘要: IOS Gif 动画 显示 UITableView Cell   阅读全文

posted @ 2013-02-27 02:40 Khan 阅读(2681) | 评论 (0)  编辑

ffmpeg 视频封装步骤
     摘要: ffmpeg 视频封装  阅读全文

posted @ 2012-12-18 00:29 Khan 阅读(1615) | 评论 (0)  编辑

在C/C++程序里打印调用栈信息(转载)
     摘要: c/c++ runtime 调用栈 调试  阅读全文

posted @ 2012-12-17 22:12 Khan 阅读(1558) | 评论 (0)  编辑

ffmpeg分析系列之七(打开输入的流)
     摘要: ffmpeg  阅读全文

posted @ 2012-12-14 01:47 Khan 阅读(2172) | 评论 (0)  编辑

ffmpeg分析系列之六(再次探测输入的格式)
     摘要: ffmpeg  阅读全文

posted @ 2012-12-14 01:44 Khan 阅读(1683) | 评论 (0)  编辑

ffmpeg分析系列之五(打开输入的文件)
     摘要: ffmpeg  阅读全文

posted @ 2012-12-14 01:34 Khan 阅读(1147) | 评论 (0)  编辑

ffmpeg分析系列之四(探测输入的格式)
     摘要: ffmpeg  阅读全文

posted @ 2012-12-14 01:32 Khan 阅读(1566) | 评论 (0)  编辑

ffmpeg分析系列之三(输入输出格式)
     摘要: ffmpeg  阅读全文

posted @ 2012-12-14 01:24 Khan 阅读(1324) | 评论 (0)  编辑

ffmpeg分析系列之二(文件协议)(转载)
     摘要: ffmpeg  阅读全文

posted @ 2012-12-14 01:21 Khan 阅读(1033) | 评论 (0)  编辑

ffmpeg分析系列之一(注册该注册的)(转载)
     摘要: ffmpeg   阅读全文

posted @ 2012-12-14 01:18 Khan 阅读(1243) | 评论 (0)  编辑

ffmpeg for ios 交叉编译 (支持i686 armv7 armv7s) 包含lame支持
     摘要: ios ffmpeg lame交叉编译 xcode4.5  阅读全文

posted @ 2012-12-13 16:45 Khan 阅读(5831) | 评论 (0)  编辑

IOS 4.2 AirPrint调用
     摘要: IOS 4.2 AirPrint调用 无线打印  阅读全文

posted @ 2011-10-20 13:20 Khan 阅读(821) | 评论 (0)  编辑

关于iphone accessory的理解
     摘要: ios iphone 串口 mfi EAAccessory  阅读全文

posted @ 2011-10-09 14:47 Khan 阅读(3475) | 评论 (0)  编辑

ios5 xcode 4.2 中 release 显示编译警告或错误的解决方法

posted @ 2011-07-21 16:44 Khan 阅读(2809) | 评论 (0)  编辑

iPhone/Mac Objective-C内存管理教程和原理剖析
     摘要: Objective-C 内存管理  阅读全文

posted @ 2011-06-29 11:47 Khan 阅读(674) | 评论 (0)  编辑

OCI for Windows 环境手工配置
     摘要: oci windows 配置 环境 oracle gcc mingw32 dll library pexports  阅读全文

posted @ 2010-03-23 17:30 Khan 阅读(4403) | 评论 (2)  编辑

Tcp/IP数据包分析
     摘要: TCP包头 IP包头 分析  阅读全文

posted @ 2010-01-21 12:38 Khan 阅读(4278) | 评论 (4)  编辑

在指定cpu的核心上执行线程
     摘要: linux windows 指定线程或进程在某个cpu或核心执行  阅读全文

posted @ 2009-12-29 16:57 Khan 阅读(4979) | 评论 (0)  编辑

C99 柔性数组结构成员
     摘要: C99 柔性数组成员  阅读全文

posted @ 2009-12-23 09:35 Khan 阅读(1228) | 评论 (0)  编辑

STL Vector 的遍历删除.
     摘要: vector 遍历 删除 迭代器 remove_if 仿函数  阅读全文

posted @ 2009-12-08 13:29 Khan 阅读(6136) | 评论 (5)  编辑

System V信号灯(节选自unix网络编程卷2-进程间通信)
     摘要: linux unix semaphore semget semop semctl 进程间通信 信号灯集 system-v  阅读全文

posted @ 2009-11-27 00:57 Khan 阅读(1909) | 评论 (0)  编辑

Linux 进程互斥锁
     摘要: semaphore 不支持 进程间通信 fc3 rehat7.3 fcntl   阅读全文

posted @ 2008-12-24 10:45 Khan 阅读(8207) | 评论 (3)  编辑

linux /proc/文件系统.
     摘要: linux /proc文件系统  阅读全文

posted @ 2008-10-24 14:16 Khan 阅读(2439) | 评论 (1)  编辑

c语言(a < b < c )的陷阱
     摘要: C语言 表达式 判断 运算符优先级 运算顺序  阅读全文

posted @ 2008-10-23 16:35 Khan 阅读(2650) | 评论 (5)  编辑

sourceforge又被封了...你们想让我说什么呢....

posted @ 2008-07-07 23:28 Khan 阅读(3642) | 评论 (18)  编辑

VC6 与GCC-avr交叉环境配置
     摘要: VC6 AVR GCC GCC-AVR  阅读全文

posted @ 2008-06-24 12:05 Khan 阅读(2684) | 评论 (2)  编辑

GCC Mingw编译JNI dll要点
     摘要: GCC, MINGW, WIN32, JAVA, JNI, UnsatisfiedLinkError, makefile, Ant, psapi  阅读全文

posted @ 2008-06-23 12:57 Khan 阅读(4897) | 评论 (0)  编辑

epoll简介(转载)
     摘要: Epoll epoll_event epoll_wait epoll_ctl epoll_create  阅读全文

posted @ 2008-04-02 11:58 Khan 阅读(2072) | 评论 (0)  编辑

Epoll模型
     摘要: epoll linux epoll_wait   阅读全文

posted @ 2008-04-02 11:37 Khan 阅读(10027) | 评论 (8)  编辑

内存越界和泄露调试工具(转载自赛迪网)
     摘要: Valgrind Purify 内存泄露 访问越界 调试 工具  阅读全文

posted @ 2008-03-20 12:23 Khan 阅读(4929) | 评论 (0)  编辑

通过两个点的经纬度计算距离
     摘要: 经纬度. 距离. gis, map, 地理信息  阅读全文

posted @ 2008-02-28 15:18 Khan 阅读(16209) | 评论 (11)  编辑

Symbian 的Gif显示.(暂且记录关键信息. 完善后再认真介绍)
     摘要: symbian gif CPAlbImageViewerBasic  阅读全文

posted @ 2007-12-19 14:22 Khan 阅读(1821) | 评论 (5)  编辑

搞定symbian的http 和xml, xml采用sdk自带的cparser
     摘要: Http Xml Cparser   阅读全文

posted @ 2007-12-19 14:11 Khan 阅读(6904) | 评论 (13)  编辑

Symbian s60 app初步研究
     摘要: symbian s60 心得  阅读全文

posted @ 2007-10-19 17:04 Khan 阅读(1851) | 评论 (2)  编辑

关于exe形式编程的一点心得,希望对大家有所帮助(转载自nokia forum)
     摘要: Symbian exe 调试 界面   阅读全文

posted @ 2007-08-27 17:46 Khan 阅读(2618) | 评论 (2)  编辑

symbian 的ini文件类.
     摘要: Symbian ini文件
Section Key value  阅读全文

posted @ 2007-08-22 12:29 Khan 阅读(3614) | 评论 (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 阅读(1643) | 评论 (0)  编辑

为wince项目写的一个可移植的ini文件读写的class[原创]
     摘要: ini读写 c++ 可移植 stl pair vector   阅读全文

posted @ 2007-08-07 10:06 Khan 阅读(4554) | 评论 (12)  编辑

windows mobiles 5.0 开发的小技巧
     摘要: windows mobile 5.0 vc++ 2005  阅读全文

posted @ 2007-07-05 14:14 Khan 阅读(2170) | 评论 (1)  编辑

Symbian 开发知识,琐碎篇
     摘要: Symbian S60 C++  阅读全文

posted @ 2007-06-18 17:33 Khan 阅读(8487) | 评论 (2)  编辑

RSA加密 版本1.5(RFC2313)
     摘要: RSA 文档  阅读全文

posted @ 2007-05-17 13:54 Khan 阅读(2376) | 评论 (0)  编辑

makefile的常用方法
     摘要: ar 静态库 exe符号清理  阅读全文

posted @ 2007-03-28 14:26 Khan 阅读(2423) | 评论 (2)  编辑

关于Mysql和pthread4win mingw32 编译问题
     摘要: mysql 5.05 pthread2 g++ 3.23 mingw32 link makefile windows  阅读全文

posted @ 2007-03-28 11:03 Khan 阅读(1086) | 评论 (0)  编辑

关于Pthreadpool的讨论
     摘要: pthread windows 跨平台 threadpool  阅读全文

posted @ 2007-03-19 13:04 Khan 阅读(1888) | 评论 (2)  编辑

POSIX 线程详解(Daniel Robbins) 转载至IBMDEV
     摘要: POSIX(可移植操作系统接口)线程是提高代码响应和性能的有力手段。在本系列中,Daniel Robbins 向您精确地展示在编程中如何使用线程。其中还涉及大量幕后细节,读完本系列文章,您完全可以运用 POSIX 线程创建多线程程序。  阅读全文

posted @ 2007-03-16 12:08 Khan 阅读(1835) | 评论 (0)  编辑

Linux内核引导分析
     摘要: Linux 汇编 BootSect REP MOVS JMPI  阅读全文

posted @ 2007-03-02 09:44 Khan 阅读(1997) | 评论 (1)  编辑

囫囵C语言(转自天涯)
     摘要: c 可执行文件的结构和加载 陷阱,中断和异常 谁调用了我的 main static 和 volatile  阅读全文

posted @ 2007-03-02 09:30 Khan 阅读(1510) | 评论 (0)  编辑

Linux下线程的同步(转)
     摘要: Linux Pthread 互斥体Mutex 信号灯Semophore 条件变量Conditions  阅读全文

posted @ 2007-02-08 12:12 Khan 阅读(2281) | 评论 (0)  编辑

淫荡而精干的FLTK
     摘要: http://www.fltk.org  阅读全文

posted @ 2007-02-06 12:35 Khan 阅读(1263) | 评论 (0)  编辑

防止信号处理失灵(转载)
     摘要: posix signal c/c++ linux  阅读全文

posted @ 2006-09-28 09:55 Khan 阅读(1210) | 评论 (0)  编辑

最简单的windows 多线程代码
     摘要: windows 多线程 gcc c语言  阅读全文

posted @ 2006-07-28 08:20 Khan 阅读(3380) | 评论 (0)  编辑

Linux/Unix下ODBC的编程[转载至IBM developerWorks 中国 ]
     摘要: GNU LINUX/UNIX
GCC
ODBC
DATABASE
c语言跨平台数据库开发  阅读全文

posted @ 2006-07-28 08:13 Khan 阅读(1267) | 评论 (0)  编辑

网络Socket 编程参考教学篇(转载)
     摘要: Linux 网络 soeket 同步 阻塞 非阻塞  阅读全文

posted @ 2006-05-24 17:15 Khan 阅读(2969) | 评论 (2)  编辑

fcntl()用来操作文件描述词的一些特性
     摘要: fcntl()  阅读全文

posted @ 2006-05-24 16:43 Khan 阅读(1058) | 评论 (0)  编辑

[C++] 使用ifstream.seekg犯的错误
     摘要: ifstream
ini文件解析
指针在申明d时候就必须要初始化啊初始化

  阅读全文

posted @ 2006-05-24 15:48 Khan 阅读(10192) | 评论 (8)  编辑

如何在C/C++中巧用正则表达式(转)

posted @ 2006-03-01 16:05 Khan 阅读(2849) | 评论 (2)  编辑

跨平台图形化c++开发环境的搭建

posted @ 2006-02-05 18:14 Khan 阅读(4861) | 评论 (11)  编辑

[导入]TCHAR,CHAR,LPSTR,LPCSTR,char这几个数据类型有何不同

posted @ 2006-01-12 09:57 Khan 阅读(1650) | 评论 (0)  编辑

[导入]dev cpp的使用

posted @ 2006-01-12 09:57 Khan 阅读(2707) | 评论 (0)  编辑

[导入]突然见发现好久没有在这里看到技术类的文章了

posted @ 2006-01-12 09:56 Khan 阅读(532) | 评论 (0)  编辑

[导入]发现一个不错的数据库驱动封装包libsdb, 小,稳定,简单,opensource

posted @ 2006-01-12 09:56 Khan 阅读(876) | 评论 (1)  编辑

[导入]libsdb字段名的解决方案。自己分析sql语句中的select 字段名,自己维护

posted @ 2006-01-12 09:56 Khan 阅读(529) | 评论 (1)  编辑

c++ 操作符重载

posted @ 2004-12-29 23:32 Khan 阅读(904) | 评论 (0)  编辑

c++ 之函数重载

posted @ 2004-12-29 19:11 Khan 阅读(402) | 评论 (0)  编辑

内联函数 indefine 和inline的区分

posted @ 2004-12-29 00:38 Khan 阅读(1733) | 评论 (0)  编辑

const常量编译期的内存分配情况

posted @ 2004-12-14 18:53 Khan 阅读(1553) | 评论 (1)  编辑

c/c++ 常量

posted @ 2004-12-13 20:43 Khan 阅读(376) | 评论 (0)  编辑