iOS 宏定义系统版本的判断 #define iOS7 ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0) #define iOS7Later ([UIDevice currentDevice].systemVersion.f ...
分类:
移动开发 时间:
2017-01-11 10:10:37
阅读次数:
504
前言文章比较长,所以在文章的开头我打算简单介绍一下这篇文章将要讲述的内容,读者可以选择通篇细度,也可以直接找到自己感兴趣的部分。既然是谈 Cocoapods,那首先要搞明白它出现的背景。有经验的开发者...
分类:
其他好文 时间:
2017-01-10 10:15:39
阅读次数:
257
//这里有一个模拟器沙盒路径(完整路径) NSString* index=@"/Users/junzoo/Library/Application Support/iPhone Simulator/7.0.3/Applications/63925F20-AF97-4610-AF1C-B6B4157D1 ...
分类:
移动开发 时间:
2016-12-17 03:00:32
阅读次数:
248
我们知道数字EDA仿真软件常用的有三家 (big 3), Synopsys的vcs, (Verilog Compiler Simulator) Cadence的NCsim (Incisive Enterprise Simulator的core simulation engine), 和 Mentor ...
分类:
其他好文 时间:
2016-12-12 22:04:22
阅读次数:
368
1.pom.xml 2.web.xml 3.spring和springmc的配置 3.1 applicationContext-service.xml 3.2 springmvc 4 java代码部分,此demo还涉及到跨域请其他工程接口使用httpclient跨域请求 4.1 相关的propert ...
分类:
编程语言 时间:
2016-11-24 07:09:04
阅读次数:
319
在做直播的时候, PLPlayer的解码涉及到硬解和软解, 需要不用的配置, 就需要在使用真机和模拟器的时候进行区分, 下面方法完美解决! #if TARGET_IPHONE_SIMULATOR NSLog(@"模拟器"); #elif TARGET_OS_IPHONE//真机 NSLog(@"真机 ...
分类:
其他好文 时间:
2016-11-14 15:44:48
阅读次数:
194
转自:http://blog.csdn.net/hcx25909/article/details/8811313 版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 目录(?)[-] 一ROS的安装 二ROS的新手教程 三ROS中的常用功能 1 ...
分类:
其他好文 时间:
2016-11-10 03:06:26
阅读次数:
237
OS X升级到El Capitan之后,提供一个跟安全相关的模式叫SIP(System Integrity Protection),又称rootless mode,这个新功能在強化OS X的安全性,它禁止让软件以 root 身份来在 Mac 上运行,在升级到 OS X 10.11 中或许你就会看到部 ...
分类:
系统相关 时间:
2016-11-01 14:47:56
阅读次数:
357
iPhone会为每一个应用程序生成一个私有目录,这个目录位于: /Users/sundfsun2009/Library/Application Support/iPhone Simulator/User/Applications下, 并随即生成一个数字字母串作为目录名,在每一次应用程序启动时,这个字 ...
分类:
其他好文 时间:
2016-10-31 07:01:15
阅读次数:
262
## SPDX-License-Identifier: GPL-2.0+# VERSION = 2016PATCHLEVEL = 09SUBLEVEL =EXTRAVERSION =NAME = # *DOCUMENTATION*# To see a list of typical targets ...
分类:
其他好文 时间:
2016-10-29 12:02:03
阅读次数:
1386