上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: update point set point.boundry=1 from point,b_point where point.point_x_y=b_point.point_x_y;select count(*) from point,b_point where point.point_x_y=... 阅读全文
posted @ 2015-09-08 15:34 微博和csdn还有你 阅读(165) 评论(0) 推荐(0) 编辑
摘要: jdk安装的时候不能喝jre安装在一起另外 eclipse和 jdk的版本要一致最后就是环境变量的配置了 总的来说蛮简单的不像以前觉得那么复杂高深 阅读全文
posted @ 2015-09-08 13:17 微博和csdn还有你 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 首先Xcode6 不允许新建空项目 所以Xcode 6 正式版如何创建一个Empty Application|浏览:6435|更新:2015-07-10 11:221234567分步阅读Xcode 6 正式版里面没有Empty Application这个模板,这对于习惯了纯代码编写UI界面的程序员来... 阅读全文
posted @ 2015-09-07 15:08 微博和csdn还有你 阅读(755) 评论(0) 推荐(0) 编辑
摘要: 代码已经上传到Github上面 阅读全文
posted @ 2015-09-07 14:36 微博和csdn还有你 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 两个按钮//// HMPerson.h// 08-自定义对象归档//// Created by yz on 14-8-29.// Copyright (c) 2014年 iThinker. All rights reserved.//#import @interface HMPerson :... 阅读全文
posted @ 2015-09-06 22:49 微博和csdn还有你 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 两个按钮- (IBAction)save:(id)sender { // [NSUserDefaults standardUserDefaults]可以直接操作偏好设置文件夹 NSUserDefaults *defaults = [NSUserDefaults standardU... 阅读全文
posted @ 2015-09-06 22:35 微博和csdn还有你 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 两个按钮// 当点点击保存的时候调用- (IBAction)save:(id)sender { // 获取沙盒的根路径// NSString *home = NSHomeDirectory(); // 拼接Documents路径// NSString *docPath... 阅读全文
posted @ 2015-09-06 22:24 微博和csdn还有你 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 这个demo 有多个页面 并涉及顺传和逆传而且还有一个第三方库的导入 来实现自定义提示消息的特效利用代理来实现页面间的传值一个页面代表一个controller这次 ViewController 反而一句代码都没写//// HMContact.h// 私人通讯录//// Created by Y... 阅读全文
posted @ 2015-09-06 22:16 微博和csdn还有你 阅读(427) 评论(0) 推荐(1) 编辑
摘要: //// MJApp.h// 预习-03-app管理//// Created by MJ Lee on 14-4-3.// Copyright (c) 2014年 itcast. All rights reserved.//#import @interface MJApp : NSObjec... 阅读全文
posted @ 2015-09-06 10:48 微博和csdn还有你 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 主要是 点击按钮实现下拉 刷新数据页面间传值//// HMFriendsModel.h// QQ好友列表//// Created by YaguangZhu on 15/9/1.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//... 阅读全文
posted @ 2015-09-05 20:44 微博和csdn还有你 阅读(250) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页