上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 77 下一页
摘要: http://site.douban.com/129642/widget/notes/5513129/note/187701199/1-view controllers的关系:Each custom view controller manages a distinct view hierarchy ... 阅读全文
posted @ 2014-10-23 18:40 小毛驴 阅读(168) 评论(0) 推荐(0) 编辑
摘要: http://www.apkbus.com/android-130504-1-1.html#import #import "FirstViewController.h"#import "SecondViewController.h"@interface ViewController : UIView... 阅读全文
posted @ 2014-10-23 18:37 小毛驴 阅读(413) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zoeice/article/details/8068671importjava.util.Vector;importandroid.content.Context;importandroid.graphics.Bitmap;importandroid.gr... 阅读全文
posted @ 2014-10-23 18:29 小毛驴 阅读(280) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_63578f140100w56m.htmlUITabBar* tabBar = [[UITabBaralloc]initWithFrame:CGRectMake(40,0.0,240,30)];[mainView addSubview:t... 阅读全文
posted @ 2014-10-23 18:27 小毛驴 阅读(837) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ygm900/p/3488881.html 阅读全文
posted @ 2014-09-19 15:37 小毛驴 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 'release' is unavailable: not available in automatic reference counting modeARC forbids explicit message send of'release''release' is unavailable: not... 阅读全文
posted @ 2014-09-13 19:13 小毛驴 阅读(201) 评论(0) 推荐(0) 编辑
摘要: GDataXMLNode 。好东西,处理xml 在iOS 中使用。可以编辑和读取Xml文档。支持Xpath.这个很好。GDataXMLNode.hGDataXMLNode.m 文件很不好找啊。/* Copyright (c) 2008 Google Inc.** Licensed under the... 阅读全文
posted @ 2014-09-13 17:25 小毛驴 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: --使用waitfor语句延迟或暂停程序的执行--waitfor{delay'time'|time 'time'}delay是指间隔时间 最长到24小时time是指定时间执行waitfor delay '00:00:10' --延迟10秒A. 使用 WAITFOR TIME以下示例在晚上 10:20... 阅读全文
posted @ 2014-09-12 16:46 小毛驴 阅读(1288) 评论(0) 推荐(0) 编辑
摘要: //创建xmlDocument XmlDocument doc = newXmlDocument(); //创建声明段 如 doc.AppendChild(doc.CreateXmlDeclaration("1.0", "utf-8", null)); /... 阅读全文
posted @ 2014-09-04 15:43 小毛驴 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 很多程序员都会需要头注释。。比如说作者是谁之类的。。。首先你找到你自己的 VS2010安装目录右键点搜索输入关键字Class.zip 搜出来最终打开Class.cs 编辑加上注释。。。保存。。就OK以后每次新建类就会有注释了,对,就是这么简单另外,类库Web或Winform都是不同的(Web的在We... 阅读全文
posted @ 2014-08-25 16:57 小毛驴 阅读(226) 评论(0) 推荐(0) 编辑
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 77 下一页