上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 36 下一页
摘要: iOS 使用drawRect: 绘制虚线椭圆1:首先如果要使用 drawRect 绘图 要导入CoreGraphics.framework 框架 然后 创建 自定义view, 即是 myView继承 UIView;2: 重写- (void)drawRect:(CGRect)rect方法;3:添加... 阅读全文
posted @ 2014-07-24 14:14 cocoajin 阅读(3013) 评论(0) 推荐(0) 编辑
摘要: mac 下 parallels 虚拟机 ubuntuServer 安装 parallels tools1. 先点击ubuntu 虚拟机右下角的设置 -----安装 parallels tools ---开始挂载安装盘;2. 检查 ubuntu 虚拟机是否已经挂载了 安装盘; sudo mount ... 阅读全文
posted @ 2014-07-16 15:05 cocoajin 阅读(1368) 评论(0) 推荐(0) 编辑
摘要: xocde 静态类库 相对路径 与 绝对路径导入别人的 静态类库,通常我直接用鼠标把文件夹拉到了 xcode的项目里面;这时,导入的静态类库路径变成了,绝对路径;如果你的项目,不换位置那么编译运行没问题,如果,换了位置,那么,编译运行就会通不过;方案一:直接在 target-build settin... 阅读全文
posted @ 2014-07-15 15:18 cocoajin 阅读(338) 评论(0) 推荐(0) 编辑
摘要: iOS 打包静态类库 lib.a流程1: xcode---新建项目---iOS-framework&Library-----Cocoa touch Static Library----Next2:建立工程之后---Target-----build phases----在第一栏:Target Depe... 阅读全文
posted @ 2014-07-14 22:29 cocoajin 阅读(852) 评论(0) 推荐(0) 编辑
摘要: xcode 真机调试 failed to get the task for process xxx此错误原因是,使用 in house profile 签名了真机调试的证书;在 target---build settings----code sign把 in house profile 改成 dev... 阅读全文
posted @ 2014-07-14 16:01 cocoajin 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 最近提交了 公司的一个 app,收到了appStore拒绝的信息及邮件拒绝后的状态改为了:metadata rejected邮件里面有这样一句话意思大致就是:你的app先被显示为 Metada rejected 状态,你不需要重新上传app审核,只需要,在 Resolution Center 回复他... 阅读全文
posted @ 2014-07-12 16:23 cocoajin 阅读(3394) 评论(0) 推荐(0) 编辑
摘要: php 设计模式1: php 工厂设计模式'; return new $type; } else { echo 'driver not found'; throw new Exception('Driver ... 阅读全文
posted @ 2014-06-25 16:10 cocoajin 阅读(194) 评论(0) 推荐(0) 编辑
摘要: php 面向对象编程1:创建类 classvar; }}//SimpleClass::displyVar();$obje1=new SimpleClass();$obje1->displyVar();?>2: 类的继承 extends city; echo ""; ... 阅读全文
posted @ 2014-06-25 14:33 cocoajin 阅读(270) 评论(0) 推荐(0) 编辑
摘要: ubuntu server nginx 安装与配置一:关于nginx http://wiki.ubuntu.org.cn/Nginx http://nginx.org/cn http://wiki.nginx.org/NginxChs二:ubuntu server 安装 如果你之前安装了 a... 阅读全文
posted @ 2014-06-24 10:31 cocoajin 阅读(938) 评论(0) 推荐(0) 编辑
摘要: ubuntu server samba服务器配置samba可以实现不同操作系统电脑之间的文件共享服务如:mac os,linux,unix,windows,等一:安装samba服务器 ubuntu server14命令行下 sudo apt-get install samba #安装sambasu... 阅读全文
posted @ 2014-06-19 16:58 cocoajin 阅读(1630) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 36 下一页