在安卓和ios平台上可通过信号处理方式,在崩溃时打印Lua堆栈信息,方便分析bugstatic void dumpHandler(int cause, siginfo_t * info, void *uap){ CCLOG("Crash dump:"); CCLuaEngine* pEn...
分类:
移动开发 时间:
2015-04-25 23:59:46
阅读次数:
375
x86、i386、i486、i586、i686和x86_64 1.386与686i386—几乎所有的X86平台,不论是旧的pentum或者是新的pentum-IV与K7系统CPU,都可以正常工作,i指得是Intel兼容的CPU,至于386就是CPU的等级。i586—就是586等级的计算机,包括pen...
分类:
其他好文 时间:
2015-04-19 06:23:56
阅读次数:
180
CMD: adb root && adb shell tcpdump -vv -s 0 -w /data/location.pcap adb pull /data/location.pcap ./ launch wireshark to pen the location.pcap file.
分类:
移动开发 时间:
2015-04-15 10:54:21
阅读次数:
172
首先我們來看一下下面的例子:假設我現在有一個button列表,當我點擊他們其中的某一個時,我將會對他們標記一個"active"類,當我再點擊一次,則刪除這個類,下面是html代碼: Pencil Pen Eraser我們可以使用原生的JS來做這樣子的效果: 1 var buttons = do...
分类:
Web程序 时间:
2015-04-08 14:53:30
阅读次数:
170
While I ended up using a CSS-only implementation forthis pen, I started by writing it mostly using classes and JavaScript.However, I had a conflict. I...
分类:
编程语言 时间:
2015-04-02 18:16:07
阅读次数:
165
Magic Pen 6
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)
Total Submission(s): 1964 Accepted Submission(s): 682
Problem Description
In HIT, many pe...
分类:
其他好文 时间:
2015-03-28 17:24:42
阅读次数:
136
操作实例: 使用画笔和画刷: Pen myPen=new Pen(Color.Black);Graphics g=this.CreateGraphics();g.DrawRectangle(myPen,30,30,70,50);绘制直线:Graphics g=this.CreateGraphic.....
分类:
其他好文 时间:
2015-03-19 23:49:54
阅读次数:
142
《精通GDI编程》里的代码,在学习过程中对它加以总结,以防以后用到,所有代码都是在MFC 单文档中实现的,写在View::OnDraw(CDC */*pDC*/)中
画线/边框(Pen)
1、画单线-------DrawLine
[cpp] view
plaincopy
Pen pen(Color(255,0,0,0),3);...
分类:
其他好文 时间:
2015-03-18 18:10:23
阅读次数:
565
1.GDI+的概述2.绘图表面3.GDI+坐标系4.用Pen对象画图1.使用GDI+画线2.使用GDI+画弧线3.使用GDI+画曲线4.使用GDI+画椭圆5.使用GDI+画矩形、多边形6.使用GDI+画扇形7.利用GDI+绘制文本8.使用GDI+画图
分类:
其他好文 时间:
2015-03-13 12:29:23
阅读次数:
120
//// main.m// 2-8 LessonClassExtension//// Created by lanouhn on 15/3/10.// Copyright (c) 2015年 lanouhn. All rights reserved.//#import #import "Pen.h"...
分类:
其他好文 时间:
2015-03-10 21:24:26
阅读次数:
215