自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 资源 (29)
  • 收藏
  • 关注

原创 github 库记录

https://github.com/beetlebugorg/PictureMe  脸部识别https://github.com/sergiomtzlosa/faceWrapper-iphonehttps://github.com/ole/OBShapedButton      不规则按钮https://github.com/mattdonnelly/MDAudi

2012-05-22 09:57:24 298

转载 播放wav声音

static int i = 0;    NSString *path;    if(i%2==0)    {        path = [NSString stringWithFormat:@"%@%@",[[NSBundle mainBundle] resourcePath],@"/soundNumber.wav"];    }    else    {

2012-05-21 15:33:55 332

原创 URLConnection

#import @interface URLRequest : NSObject {    id _delegate;        SEL _action;    NSString *_xml;    NSMutableData *responseData;    NSMutableURLRequest *request;    NSURLConnection

2012-05-18 16:55:57 382

转载 地址

http://oa.chinasoftosg.com:8888/

2012-05-17 17:07:26 507

转载 旋转数组

int a[4][4];    int b[4][4];    int k=1;    int i,j;        for(i=0; i    {        for(j=0; j        {            a[i][j] = k++;            printf("%8d ", a[i][j]);            //

2012-05-16 10:33:24 230

原创 kvo

- (void)viewDidLoad {    [super viewDidLoad];    [self addObserver:self forKeyPath:@"name" options:(NSKeyValueObservingOptionNew |NSKeyValueObservingOptionOld) context:nil];    self.name = @"wan

2012-05-15 15:11:31 215

转载 字符串 取变量

转自 http://www.cocoachina.com/bbs/read.php?tid=102887@interface ViewController : UIViewController{    NSString *a1;    NSString *a2;    NSString *a3;}@end- (void)viewDidLoad{

2012-05-15 10:14:52 346

原创 气泡屏保

- (void)viewDidLoad {    [super viewDidLoad];    self.ballArray = [[NSMutableArray alloc] init];    [ballArray release];    for(int i =0;i    {        BubbleView *bubble = [[BubbleView all

2012-05-15 09:37:49 720

原创 时间 精确 到毫秒

NSDateFormatter *formatter = [[NSDateFormatter alloc] init];    formatter.dateFormat = @"yyyy-MM-dd HH:mm:ss.SSS";    NSString *begin = [formatter stringFromDate:[NSDate date]];    NSLog(@"begin

2012-05-14 10:39:23 40383

转载 图片还原

http://www.macupdate.com/app/mac/29611/iphonepngapp

2012-05-09 16:21:06 480

原创 解决 黑色背景问题

#import @interface CustomerViewController : UIImagePickerController {    UIToolbar *hortoolBar;    UIToolbar *vertoolBar;    UIImageView *vBackView;    //垂直方向银色背景    UIImageView *hBackVi

2012-05-09 15:00:46 608

原创 自定义照相机

#import @interface CustomerViewController : UIImagePickerController {    UIToolbar *hortoolBar;    UIToolbar *vertoolBar;    }@property (nonatomic,retain) UIToolbar *hortoolBar;@prop

2012-05-07 08:36:48 445

原创 willAnimateFirstHalfOfRotationToInterfaceOrientation 为什么没调用????

wThe default implementation of this method does nothing. If you override this method, you should not override either the willAnimateFirstHalfOfRotationToInterfaceOrientation:duration: or willAnimateSe

2012-05-04 14:36:03 875

原创 开源库

https://github.com/enormego/EGOTableViewPullRefreshhttps://github.com/enormego/EGOImageLoadinghttps://github.com/enormego/EGOCache)

2012-05-03 11:27:15 346

转载 中文 转 拼音

////  ChineseToPinyin.h//  LianPu////  Created by shawnlee on 10-12-16.//  Copyright 2010 lianpu. All rights reserved.//#import @interface ChineseToPinyin : NSObject {    }

2012-05-02 14:35:14 28873

原创 代码收集

https://github.com/haqu/tweejump  cocoa   开源游戏ABC123 is an interesting game for iPhone, iPod touch and iPad."Simple in concept. Brilliantly addictive. Maddeningly challenging." – TheYosh

2012-05-02 09:22:05 998

最新ida7.2.zip

ida反汇编逆向资源,亲测有效果,ida7.2 windows 版本,带key。

2019-06-24

BurpSuitV1.7.17 Cracked

亲测有效!

2017-04-20

linux内核注解

linux 内核注解,难得赵老出来,给大家讲解,解剖linux。

2012-08-01

脚本小子攻防

脚本攻防,比较老了,不过学习基本思路还是不错的。

2012-08-01

IDA 使用教程

大名鼎鼎的IDA,使用也比较复杂,看看也不错。

2012-08-01

美化 iOS 手机

iOS 美化

2012-06-05

俄罗斯方块2

改进了些bug 以后有时间再改吧 总弄这个也不好

2012-05-18

俄罗斯方块

旋转数组,这个是我这个俄罗斯方块的特点吧。

2012-05-17

iphone kvo code

iphone kvo code 迟早都要看的吧。

2012-05-15

缓存图片库 demo

iphone 图片缓存 测试可以用。SDWebImage。

2012-05-11

mac下看图工具

苹果电脑下看图工具,默认的经常打不开。

2012-05-11

还原iphone图片

iphone 图片还原,测试通过可以的。

2012-05-09

iphone 连连看

学习一周ios能够做出这个

2012-02-03

简洁GBK UTF-8 UNICODE 转换工具

开发时,涉及到语言编码时,特别方便。。。小巧方便,实用。

2012-01-31

object-c grammer

好多官方语法解释在此。如synthesize 用法。

2012-01-31

网络通讯程序方便自己学习

网络通讯 程序 方便自己 学习。。。。。。

2011-07-18

最强悍的 sqlite 查看工具

用过4,5个sqlite查看工具,这个是最方便,功能强大。又小。

2011-06-16

C 游戏编程高手实践

一些关于C的游戏编程代码,好好学习吧,全免费提供。

2010-11-01

Microsoft.Programming.Applications.for.Microsoft

windows下编程的经典好书。免费哦,不要钱的喔。。。。。

2009-07-11

TMGBusUpdConfCallBohr121604final

TMGBusUpdConfCallBohr121604finalTMGBusUpdConfCallBohr121604final

2008-08-27

程序员必读index程序员必读indexv

程序员必读index程序员必读index程序员必读index

2008-08-27

linux0.11代码linux0.11代码linux0.11代码

本来这里是有了的。可是要8分的积分,我发了八分买下来了,没钱了,就要一个资源分吧!

2008-08-27

英文的sun的x86汇编手册

英文的sun的x86汇编手册英文的sun的x86汇编手册英文的sun的x86汇编手册

2008-08-26

linux windows下的nasm 手册

学习NASM,很好的资料喔!!!linux windows下的nasm

2008-08-26

AT&T汇编语言与GCC内嵌汇编简介

AT&T汇编语言与GCC内嵌汇编简介AT&T汇编语言与GCC内嵌汇编简介AT&T汇编语言与GCC内嵌汇编简介AT&T汇编语言与GCC内嵌汇编简介

2008-08-25

简介明了的汇编查询器!

简介明了的汇编查询器!自己查到的,拿来共享下 ,是黑影的,

2008-08-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除