05 2014 档案

摘要:http://zhboy666666.iteye.com/blog/1340383由于误删除,将开发证书给弄没了,导致Certificates中更新的证书都提示此证书是由未知颁发机构签名的,不能实机调试,解决办法是重新下载AppleWWDRCA.cer地址是:http://developer.app... 阅读全文
posted @ 2014-05-31 14:17 huluo666 阅读(350) 评论(0) 推荐(0)
摘要:NSURL *newUrl=[NSURL URLWithString:[url stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]; NSString *url=[NSString stringWithFo... 阅读全文
posted @ 2014-05-29 12:18 huluo666 阅读(139) 评论(0) 推荐(0)
摘要:xcode增加注释插件转http://blog.sina.com.cn/s/blog_8280f5ec01018d1p.html首先要下载这个服务http://www.duckrowing.com/wp-content/uploads/2011/05/xcode_doxygen_helper.tgz... 阅读全文
posted @ 2014-05-29 11:29 huluo666 阅读(148) 评论(0) 推荐(0)
摘要:-(void)creatLabel{label = [[UILabelalloc] init];label.frame=CGRectMake(60, 100, 200, 50);NSString *text = @"这是一个测试!!!";label.text = text;[labelsetNumb... 阅读全文
posted @ 2014-05-28 12:18 huluo666 阅读(271) 评论(0) 推荐(0)
摘要:【iOS开发】---- 手把手教你github托管代码 阅读全文
posted @ 2014-05-09 08:38 huluo666 阅读(110) 评论(0) 推荐(0)
摘要:iOS UI 框架 启动引导页面 + 主界面 文件下载 UIFrame 阅读全文
posted @ 2014-05-08 15:37 huluo666 阅读(211) 评论(0) 推荐(0)
摘要:// GuideViewController.h// Created by l.h on 14-5-6.#import @interface GuideViewController : UIViewController@end //// GuideViewController.m// Cr... 阅读全文
posted @ 2014-05-08 10:33 huluo666 阅读(732) 评论(0) 推荐(0)
摘要:项目导入后总是缺少.a文件,如shareSDK.a,libWeChatSDK.a,libbaidumapapi.a等网上查询后知道是SVN的配置关系忽略了.a等文件的提交下面是手动修改SVN配置方法:解决方法步骤1.显示隐藏文件打开终端,输入: defaults write com.apple.fi... 阅读全文
posted @ 2014-05-08 10:20 huluo666 阅读(461) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/fangzhangsc2006/article/details/8055680ios启动界面http://blog.sina.com.cn/s/blog_68f6d53701011b0p.html关于IOS程序设置启动画面以及图标 设备主要为:IPhone设... 阅读全文
posted @ 2014-05-07 23:10 huluo666 阅读(426) 评论(0) 推荐(0)
摘要:http://www.devdiv.com/forum.php?mod=viewthread&tid=198569 阅读全文
posted @ 2014-05-06 23:18 huluo666 阅读(130) 评论(0) 推荐(0)
摘要:IOS 判断设备屏幕尺寸、分辨率App 图标 iOS7 适配iOS 屏幕尺寸IOS iPhone、iPad屏幕尺寸 阅读全文
posted @ 2014-05-06 15:33 huluo666 阅读(432) 评论(0) 推荐(0)
摘要:简单方法iPhone3 命名为icon.pngiPhone4命名为icon@2.png会自动加载其他官网 https://developer.apple.com/library/ios/qa/qa1686/_index.html步骤1.将设计好的图片,拖拽到Groups&Files的Resource... 阅读全文
posted @ 2014-05-06 15:11 huluo666 阅读(845) 评论(0) 推荐(0)
摘要:(miki西游 @mikixiyou 原文链接:http://mikixiyou.iteye.com/blog/1753330)在iOS应用开发中,有三类视图对象会打开虚拟键盘,进行输入操作,但如何关闭虚拟键盘,却没有提供自动化的方法。这个需要我们自己去实现。这三类视图对象分别是UITextFiel... 阅读全文
posted @ 2014-05-06 11:42 huluo666 阅读(423) 评论(0) 推荐(0)
摘要:转Xcode5.1离线下载安装及使用iOS5模拟器进行开发调试的方法 阅读全文
posted @ 2014-05-06 10:22 huluo666 阅读(228) 评论(0) 推荐(0)
摘要://button创建-(void)initUI{ NSArray *imageArr =[NSArray arrayWithObjects:@"hf",@"zfb",@"cft",@"yhk", nil]; //正常状态 NSArray *hImageArr =[NSArray arr... 阅读全文
posted @ 2014-05-06 09:48 huluo666 阅读(198) 评论(0) 推荐(0)
摘要:1.全屏截图,保存截图到桌面Command+shift+32.标选定区域截图,保存截图到桌面Command+shift+4以上两个操作,如果同时按住Ctrl,最后保存截图在剪切板里3.指定程序窗口截图:Commnad-Shift-4-Space按住鼠标的同时,按空格键,这时你能通过移动鼠标来移动整个... 阅读全文
posted @ 2014-05-05 17:37 huluo666 阅读(287) 评论(0) 推荐(0)
摘要:#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController{ UILabel *txtInteger; UILabel *txtFloat; ... 阅读全文
posted @ 2014-05-05 17:29 huluo666 阅读(324) 评论(0) 推荐(0)
摘要:NSUserDefaults 序列号方法类似于NSArray,常用与存储小规模数据,存在沙盒里,是plist文件第一、保存数据代码:NSUserDefaults *userDefault=[NSUserDefaults standardUserDefaults];NSArray *array=[NS... 阅读全文
posted @ 2014-05-05 14:41 huluo666 阅读(222) 评论(0) 推荐(0)
摘要:iOS数据保存IOS中NSUserDefaults的用法(轻量级本地数据存储) 阅读全文
posted @ 2014-05-05 14:26 huluo666 阅读(95) 评论(0) 推荐(0)
摘要:ASIHttpRequest库是一个非常好的库,关于其介绍,请大家查看我的前面的博文。XCode添加第三方库这里直接提交代码。 NSString *str =[NSString stringWithFormat:@"地址"]; NSURL *url=[NSURL URLWithString:str]... 阅读全文
posted @ 2014-05-05 13:47 huluo666 阅读(240) 评论(0) 推荐(0)
摘要:MATLAB绘制函数的图形.pdfhttp://gc.nuaa.edu.cn/math/data/%E6%95%B0%E5%AD%A6%E5%AE%9E%E9%AA%8C/MATLAB/2-MATLAB%E7%BB%98%E5%88%B6%E5%87%BD%E6%95%B0%E7%9A%84%E5%... 阅读全文
posted @ 2014-05-02 18:28 huluo666 阅读(116) 评论(0) 推荐(0)
摘要:原文http://blog.sina.com.cn/s/blog_6b8c3d7a01018803.html一,引入jsonkit NSString *str = nil; //字符串 NSMutableString *string = [[NSMutableString allo... 阅读全文
posted @ 2014-05-02 12:34 huluo666 阅读(1886) 评论(0) 推荐(0)
摘要:UITextField 1 - (void)viewDidLoad 2 { 3 // UITextField属性总结下,例如下面的: 4 UIImageView * myView = [[ UIImageView alloc]initWithImage:[UIImage image... 阅读全文
posted @ 2014-05-01 08:11 huluo666 阅读(523) 评论(0) 推荐(0)