关键词cocos2d-x, UIKit, transparent问题cocos2d-x使用一个专门的OpenGL View进行渲染, 它的渲染和UIKit是分开进行的, 因此我们使用时一般是把cocos2d-x全屏显示, 比如 Ray的这篇教程(http://www.raywenderlich.co...
分类:
其他好文 时间:
2014-07-07 17:56:11
阅读次数:
226
CRM2013部署完ADFS后通过url在浏览器中访问测试是否成功,成功进入登陆界面但在登陆界面输入用户名和密码后始终报身份验证失败,系统中的报错信息如下:Microsoft.IdentityServer.AuthenticationFailedException: MSIS3014。The encryption certificate of the relying party
trust '...
分类:
其他好文 时间:
2014-07-01 07:27:53
阅读次数:
339
用Swift语言重写Web Color这个类。
这次是用函数实现的,感觉也很简洁。目前(2014.6.28) Xcode 6的方法提示还不健全,就只实现了用颜色名字创建颜色的功能。
最新代码&相关资料下载地址:https://github.com/duzixi/WebColors-with-Swift (持续维护)
用法说明:
WebColor.swift文件导入工程,然后直接就可...
分类:
Web程序 时间:
2014-06-30 08:55:14
阅读次数:
239
1 AppDelegate.swift
//
// AppDelegate.swift
// QQDemo
//
// Created by 赵超 on 14-6-21.
// Copyright (c) 2014年 赵超. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIRes...
分类:
Web程序 时间:
2014-06-24 19:13:48
阅读次数:
385
http://blog.csdn.net/h3c4lenovo/article/details/8447661一、键盘风格UIKit框架支持8种风格键盘。typedefenum{UIKeyboardTypeDefault,//默认键盘:支持所有字符UIKeyboardTypeASCIICapable...
分类:
移动开发 时间:
2014-06-24 18:06:54
阅读次数:
207
微软近期Open的职位:MSIT Dynamics CRM Software Developer (SDE, Microsoft China, Beijing)Are you interested in shaping the future vision of how we implement Dy...
分类:
其他好文 时间:
2014-06-24 09:15:35
阅读次数:
302
iOS SDK和Developer Library中提供了各个类以及函数的帮助文档,这很棒,但要想了解整个库的大体结构(比如UIKit下有哪些类,他们的继承关系如何)这有些让人摸不着头脑,下面有个小技巧
分类:
移动开发 时间:
2014-06-21 15:53:11
阅读次数:
317
iOS开发概述cocos体系结构,一共有四层框架,要调用不同的功能,需要使用不同的框架。前期主要学习cocos touch层的UIKit框架iOS和android的对比ü iOS是基于UINX,用C语言开发的,直接与系统底层交互,性能高ü andorid是基于Linux,用Java语言开发,基于虚拟...
分类:
其他好文 时间:
2014-06-18 14:41:43
阅读次数:
235
[self performSelectorOnMainThread:@selector(loadData) withObject:nil waitUntilDone:NO];performSelectorOnMainThread的作用就如其名,是在主线程执行某个selector, 所有的UIKit里...
分类:
其他好文 时间:
2014-06-18 09:14:44
阅读次数:
330
1 import UIKit 2 3 class ViewController: UIViewController,UITableViewDataSource, UITableViewDelegate 4 { 5 6 @IBOutlet var redView : UIView...
分类:
移动开发 时间:
2014-06-18 08:24:55
阅读次数:
199