摘要: 安装 Mac OS X 时不要使用大小写敏感的日志文件系统,因为这样子很多历史比较久的软件都用不了,比如:Adobe 系列的软件。原因是:早期的 Mac 文件系统并不是大小写敏感的。今天被这个问题折腾惨了。如果已经错了,可以使用 iPartition 处理这个问题。 阅读全文
posted @ 2012-04-15 22:01 Proteas 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: 找到应用程序的描述链接,比如:http://itunes.apple.com/gb/app/yi-dong-cai-bian/id391945719?mt=8然后将 http:// 替换为itms:// 或者itms-apps://: itms:// itunes.apple.com/gb/app/... 阅读全文
posted @ 2012-04-14 17:46 Proteas 阅读(5692) 评论(0) 推荐(0) 编辑
摘要: 最近遇到一个问题:在一次程序运行期间,无法取消新浪微博的绑定。原因:新浪微博OAuth绑定时使用了 SSO,并且会在此次程序运行期间保留 Cookie,造成无法取消绑定。处理方法:删除 Cookie。 阅读全文
posted @ 2012-03-09 22:42 Proteas 阅读(231) 评论(0) 推荐(0) 编辑
摘要: ref:Common Lisp Style Guide - Ariel Networks Labs Package One package per one file Strangely enough, in case of legacy CL programs, their packages... 阅读全文
posted @ 2012-03-04 00:14 Proteas 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 环境: OS:Ubuntu-v11.10 x64 Emacs: 23.3.1使用 apt 安装了 sbcl 与 slime,但是启动时会出现: "/usr/share/common-lisp/source/slime/swank-loader.lisp" there is no packa... 阅读全文
posted @ 2012-02-26 15:32 Proteas 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.mulle-kybernetik.com/weblog/2011/10/how_to_build_libobjc_for_os_x.html Max OS X 版本:10.6.8 待编译运行时版本:437.3 刚刚自己试了一下,可以编译。 另:文章中提到头文件的包含路... 阅读全文
posted @ 2012-02-14 18:54 Proteas 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 一维码:barcode二维码:two-dimensional barcode在 iOS 下主要有两个开源库可以用来处理条码:1、Zxing:http://code.google.com/p/zxing2、ZBar:http://zbar.sourceforge.net/两个库都有相应的 demo 程... 阅读全文
posted @ 2012-02-13 15:50 Proteas 阅读(935) 评论(0) 推荐(0) 编辑
摘要: 线程相关函数: 1. pthread 相关函数的头文件: #include 2. pthread 的创建函数: intpthread_create (pthread_t *thread_id, const pthread_attr_t *attributes,void *(*thread_f... 阅读全文
posted @ 2012-02-12 23:28 Proteas 阅读(339) 评论(0) 推荐(1) 编辑
摘要: C: 1. The C Programming Language (Second edition) - Brian W. Kernighan and Dennis M. Ritchie 2. C: A Reference Manual - Samuel P. Harbison and Guy R. ... 阅读全文
posted @ 2012-02-08 23:45 Proteas 阅读(358) 评论(0) 推荐(0) 编辑
摘要: Ref: http://www.chromium.org/developers/how-tos/build-instructions-windows Ref:http://trac.webkit.org/wiki/Chromium 环境搭建: 1、安装 VS2010 SP1,下载地址:http:/... 阅读全文
posted @ 2012-02-04 22:12 Proteas 阅读(811) 评论(0) 推荐(0) 编辑