码迷,mamicode.com
首页 >  
搜索关键字:apple store    ( 10652个结果
多台Mac电脑使用一个apple开发者账号
直接从已安装好的机器上导出私有密钥的,具体方法如下: Xcode的organizer的IPHONE DEVELOPMENT --->Developer Profile里自带的Export和Import操作 导出私钥成功之后,把私钥Copy到需要安装的机器上,进行私钥导入:按照上图的步骤操作完之后,就...
分类:移动开发   时间:2014-06-04 17:26:42    阅读次数:335
mac OS 常用的一些快捷键
截图:1.Command+shift+3:全屏截图,保存截图到桌面 2.Command+shift+4:鼠标选定区域截图,保存截图到桌面显示隐藏文件: defaults write com.apple.finder AppleShowAllFiles -bool true/false
分类:其他好文   时间:2014-06-04 14:36:53    阅读次数:233
Unity3D之MeleeWeaponTrail武器轨迹插件的使用
MeleeWeaponTrail是Unity Asset Store中的一个免费插件。主要是用于显示武器的轨迹。...
分类:其他好文   时间:2014-06-02 23:48:49    阅读次数:363
【闲聊产品】之二:交互设计还得自己来
移动互联网行业发展到今天,单从技术的地位上来看,核心的软件技术还是被Google、Apple、微软这些巨头掌握着,比如windows、iOS源码,始终会作为一个操作系统的门槛不会被公开,而这些系统平台下衍生的SDK和开发工具却是这些巨头们极力推广的对象。...
分类:其他好文   时间:2014-06-02 15:11:48    阅读次数:267
tableView练习 -- QQ好友列表
LWTViewController.h//// LWTViewController.h// tableView练习 -- QQ好友列表//// Created by apple on 14-6-1.// Copyright (c) 2014年 lwt. All rights reserved...
分类:其他好文   时间:2014-06-02 09:16:34    阅读次数:313
Ubuntu下搭建Objective C环境简易指南
第一次听说Objective C可以在非Apple机器上写的时候完全震惊了。于是自己分别在Windows和Ubuntu上进行了尝试,Windows上面没有搭建成功,Ubuntu上历经千辛万苦终于成功了。绝对要把过程记录下来。在Ubuntu下面搭建Xcode之外的环境,得依靠GNUStep。网上有很多...
分类:其他好文   时间:2014-06-02 08:32:23    阅读次数:225
iOS开发UI篇—使用UItableview完成一个简单的QQ好友列表(二)
一、实现效果 二、实现代码1.数据模型部分YYQQGroupModel.h文件 1 // 2 // YYQQGroupModel.h 3 // 02-QQ好友列表(基本数据的加载) 4 // 5 // Created by apple on 14-5-31. 6 // Copyrig...
分类:移动开发   时间:2014-06-01 23:46:16    阅读次数:375
LeetCode: Unique Binary Search Trees [095]
【题目】 Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example, Given n = 3, there are a total of 5 unique BST's. 1 3 3 2 1 \ / / / \ 3 2 1 ...
分类:其他好文   时间:2014-06-01 15:34:24    阅读次数:231
LeetCode: Unique Binary Search Trees II [096]
【题目】 Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example, Given n = 3, your program should return all 5 unique BST's shown below. 1 3 3 2 1 \ / / / \ ...
分类:其他好文   时间:2014-06-01 15:33:45    阅读次数:297
IOS_多线程_ASI_AFN_UIWebView
H:/0730/00_多线程4种售票_ViewController.h// // ViewController.h // 卖票 // // Created by apple on 13-7-29. // Copyright (c) 2013年 itcast. All rights reserved. // #import @interface ViewController : UIV...
分类:移动开发   时间:2014-06-01 15:05:19    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!