上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 33 下一页
  2016年2月29日
摘要: bool HelloWorld::init() { if ( !Layer::init() ) { return false; } Size visibleSize = Director::getInstance()->getVisibleSize(); Vec2 origin = Director 阅读全文
posted @ 2016-02-29 16:16 baraka 阅读(175) 评论(0) 推荐(0) 编辑
摘要: bool HelloWorld::init() { if ( !Layer::init() ) { return false; } Size visibleSize = Director::getInstance()->getVisibleSize(); Vec2 origin = Director 阅读全文
posted @ 2016-02-29 14:11 baraka 阅读(138) 评论(0) 推荐(0) 编辑
摘要: LogoNode: #ifndef LogoNode_hpp #define LogoNode_hpp #include <stdio.h> #include "cocos2d.h" USING_NS_CC; class LogoNode:public Node { protected: Sprit 阅读全文
posted @ 2016-02-29 01:18 baraka 阅读(570) 评论(0) 推荐(0) 编辑
摘要: bool HelloWorld::init() { if ( !Layer::init() ) { return false; } Size visibleSize = Director::getInstance()->getVisibleSize(); Vec2 origin = Director 阅读全文
posted @ 2016-02-29 00:46 baraka 阅读(324) 评论(0) 推荐(0) 编辑
  2016年2月28日
摘要: bool HelloWorld::init() { if ( !Layer::init() ) { return false; } Size visibleSize = Director::getInstance()->getVisibleSize(); Vec2 origin = Director 阅读全文
posted @ 2016-02-28 23:31 baraka 阅读(220) 评论(0) 推荐(0) 编辑
摘要: bool HelloWorld::init() { if ( !Layer::init() ) { return false; } Size visibleSize = Director::getInstance()->getVisibleSize(); Vec2 origin = Director 阅读全文
posted @ 2016-02-28 23:00 baraka 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: bool HelloWorld::init() { ////////////////////////////// if ( !Layer::init() ) { return false; } Size visibleSize = Director::getInstance()->getVisibl 阅读全文
posted @ 2016-02-28 22:10 baraka 阅读(147) 评论(0) 推荐(0) 编辑
  2016年2月25日
摘要: #include <iostream> #include <vector> #include <string> int main(int argc, const char * argv[]) { // insert code here... std::cout << "Hello, World!\n 阅读全文
posted @ 2016-02-25 00:27 baraka 阅读(288) 评论(0) 推荐(0) 编辑
  2016年2月24日
摘要: 1.建立学生实体,插入100条数据 2.按条件查询学生数据 3.统计学生信息 4.修改学生信息 5.删除学生数据 import UIKit import CoreData class ViewController: UIViewController { override func viewDidLo 阅读全文
posted @ 2016-02-24 21:44 baraka 阅读(276) 评论(0) 推荐(0) 编辑
  2016年2月23日
摘要: CoreDataStack.swift import CoreData class CoreDataStack: NSObject { let context: NSManagedObjectContext let coordinator: NSPersistentStoreCoordinator 阅读全文
posted @ 2016-02-23 23:50 baraka 阅读(207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 33 下一页