一、简介 quartz2D是属于core Graphic框架,该框架是基于C的API。quartz2D用于绘制平面图形。二、例程步骤 添加UIView的子类MyView,在MyV...
分类:
其他好文 时间:
2014-08-14 00:59:17
阅读次数:
290
参考:[1]http://bbs.chinaunix.net/thread-2318039-1-1.htmlnet.core.netdev_max_backlog = 1000TCP KeepAlivenet.ipv4.tcp_keepalive_time = 7200net.ipv4.tcp_ke...
分类:
系统相关 时间:
2014-08-14 00:54:07
阅读次数:
298
一 造成segment fault,产生core dump的可能原因1.内存访问越界a) 由于使用错误的下标,导致数组访问越界b) 搜索字符串时,依靠字符串结束符来判断字符串是否结束,但是字符串没有正常的使用结束符c) 使用strcpy, strcat, sprintf, strcmp, strca...
分类:
其他好文 时间:
2014-08-13 22:00:37
阅读次数:
288
当使用coredata作为app的后台数据存储介质后,我们很想知道数据是否成功插入。为此,我想找到coredata.sqlite的文件代码中指定的存储目录为:- (NSURL *)applicationDocumentsDirectory { return [[[NSFileManagerdefau...
分类:
移动开发 时间:
2014-08-13 21:54:07
阅读次数:
256
Raphael.js 在ie7,ie8浏览器内绘制图形...
分类:
Web程序 时间:
2014-08-13 19:00:07
阅读次数:
427
从今天开始记录学习sharc dsp过程中的点点滴滴吧。 DPI:Digital Peripheral Interface DAI:Digital Audio Interface SHARC SIMD Core SIMD 单指令多数据 ADSP-2148x包含两个用作单指令、多数据(SIMD)引擎的...
分类:
其他好文 时间:
2014-08-13 18:11:58
阅读次数:
278
Request :请求行 -- GET|POST /1.html http/1.1 //请求方式、页面请求头--accept:text/html,image/* //告诉服务器,客户机支持的文件格式accept-charset:utf-8 //客户机的采用的编码accept-enc...
分类:
其他好文 时间:
2014-08-13 17:50:26
阅读次数:
177
//将image转化为二进制 public static byte[] GetByteImage(Image img) { byte[] bt = null; if (!img.Equals(null)...
分类:
其他好文 时间:
2014-08-13 14:41:46
阅读次数:
212
1.安装gnome经典桌面
sudo apt-get install gnome-session-fallback
没有安装桌面的可安装 gnome 桌面:
sudo apt-get install gnome-core
2.下载安装http://sourceforge.net/projects/macbuntu/ ,macbuntu 主题是高仿的(90%)!同样适用 10.1...
分类:
其他好文 时间:
2014-08-13 13:07:36
阅读次数:
233