上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
  2015年1月13日
摘要: 苹果iphone APP界面设计尺寸官方版 阅读全文
posted @ 2015-01-13 14:47 Stephen_init 阅读(206) 评论(0) 推荐(0) 编辑
摘要: iOS的keychain服务提供了一种安全的保存私密信息(密码,序列号,证书等)的方式。每个ios程序都有一个独立的keychain存储。从ios 3.0开始,跨程序分享keychain变得可行。下面就使用keychain来实现存取用户名和密码。苹果已经有现成的类封装好了keychain,Keych... 阅读全文
posted @ 2015-01-13 14:46 Stephen_init 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Simple iPhone Keychain AccessMar 29th, 2010 9:14 pmThe keychain is about the only place that an iPhone application can safely store data that will be ... 阅读全文
posted @ 2015-01-13 14:38 Stephen_init 阅读(218) 评论(0) 推荐(0) 编辑
  2014年12月16日
摘要: 一)三个结构体:CGPoint、CGSize、CGRect1. CGPointstruct CGPoint {CGFloat x;CGFloat y;};typedef struct CGPoint CGPoint;2. CGSizestruct CGSize {CGFloatwidth;CGFlo... 阅读全文
posted @ 2014-12-16 14:30 Stephen_init 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/dwt1220/article/details/29373817Info.plist常见的设置建立一个工程后,会在Supporting files文件夹下看到一个“工程名-Info.plist”的文件,该文件对工程做一些运行期的配置,非常重要,不能删除... 阅读全文
posted @ 2014-12-16 13:44 Stephen_init 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 以下是在iOS中最简单的界面切换示例。使用了多个Controller,并演示Controller之间在切换界面时的代码处理。实现的应用界面: 首先,创建一个window-based application,即: 使用window-base application的目的是,尽量从最基本的情况下说明程序... 阅读全文
posted @ 2014-12-16 11:27 Stephen_init 阅读(645) 评论(0) 推荐(0) 编辑
  2014年12月15日
摘要: 转自:http://www.cnblogs.com/edisonfeng/p/3830224.html一、服务端 1、主要结构: 2、主要代码: 1)web.xml index.jsp LoginServlet com.wiscom.servl... 阅读全文
posted @ 2014-12-15 14:30 Stephen_init 阅读(403) 评论(0) 推荐(0) 编辑
摘要: glViewport()函数和glOrtho()函数的理解OpenGL中有两个比较重要的投影变换函数,glViewport和glOrtho.glOrtho是创建一个正交平行的视景体。一般用于物体不会因为离屏幕的远近而产生大小的变换的情况。比如,常用的工程中的制图等。需要比较精确的显示。 而作为它的对... 阅读全文
posted @ 2014-12-15 10:51 Stephen_init 阅读(420) 评论(0) 推荐(0) 编辑
  2014年12月12日
摘要: - (void)processImageDataWithBlock:(void (^)(NSData *imageData))processImage //声明函数processImageDataWithBlock 接收一个(void (^)(NSData *imageData))processIm... 阅读全文
posted @ 2014-12-12 14:28 Stephen_init 阅读(307) 评论(0) 推荐(0) 编辑
  2014年12月5日
摘要: 扫描wifi信息:http://code.google.com/p/uwecaugmentedrealityproject/http://code.google.com/p/iphone-wireless/条形码扫描:http://zbar.sourceforge.net/iphone/sdkdoc... 阅读全文
posted @ 2014-12-05 05:10 Stephen_init 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页