上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: //// heroObject.m// herosList//// Created by xin on 15/4/9.// Copyright (c) 2015年 Jackey. All rights reserved.//#import "heroObject.h"@implementat... 阅读全文
posted @ 2015-04-09 22:18 菠萝君 阅读(120) 评论(0) 推荐(0)
摘要: 1 tableView 1.1设置组-(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{ return self.carGroups.count;} 1.2 设置行-(NSInteger)tableView:(UIT... 阅读全文
posted @ 2015-04-09 20:44 菠萝君 阅读(140) 评论(0) 推荐(0)
摘要: 1 delegate 代理@protocol AppInfoViewClassDelegate -(void)appInfoViewDownLoad:(AppInfoViewClass *)appInfoView;@end@property (nonatomic,weak) id delegate;... 阅读全文
posted @ 2015-04-08 22:10 菠萝君 阅读(109) 评论(0) 推荐(0)
摘要: 1 UIScrollView 与 delegate的通讯 1.1 用户开始拖拽时,调用scrollViewWillBeginDragging 1.2 具体滚动到某个位置,调用scrollViewDidScroll 1.3 调用scrollViewDidEndDragging:willDecelera... 阅读全文
posted @ 2015-04-07 19:43 菠萝君 阅读(129) 评论(0) 推荐(0)
摘要: 1 scrollViewself.scrollView.contentSize = self.imageView.frame.size;//self.scrollView.contentOffset = CGPointMake(0.f, -20.f);//scrollView滚动的位置self.sc... 阅读全文
posted @ 2015-04-04 10:24 菠萝君 阅读(88) 评论(0) 推荐(0)
摘要: 1 添加依赖项"mongodb":"1.4.15","express-session": "1.9.1","connect-mongo": "0.4.1","connect-flash": "0.1.1"其中connect-flash是用来记录登陆session消息的(不知道这样说对不对,因为还没仔... 阅读全文
posted @ 2015-04-01 22:02 菠萝君 阅读(382) 评论(0) 推荐(0)
摘要: 1 延迟执行函数[self performSelector:@selector( nextQuestion) withObject:nil afterDelay:0.5];2 应用名称国际化(1)项目-》Proje... 阅读全文
posted @ 2015-04-01 20:46 菠萝君 阅读(277) 评论(0) 推荐(0)
摘要: 1 作用于提升问题2 函数声明/函数表达式/匿名函数3 单独定于的函数,内部的this指针4 function()和new function()的区别5 html和xhtml的区别等非js的点 == coming soon 阅读全文
posted @ 2015-04-01 09:53 菠萝君 阅读(166) 评论(0) 推荐(0)
摘要: 1 对于新手学习mongodb,有个UI应该会比较好上手,那么就是用Robomongo2 去mongodb官网下载对应版本的压缩包3 安装Robomongo 然后create connection可以看到界面 阅读全文
posted @ 2015-03-31 20:55 菠萝君 阅读(402) 评论(0) 推荐(0)
摘要: var express = require('express');var path = require('path');var favicon = require('serve-favicon');var logger = require('morgan');var cookieParser = r... 阅读全文
posted @ 2015-03-30 23:09 菠萝君 阅读(602) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页