陈瑞轩 发布于 2016-01-20
错误描述: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configur...
阅读(6274)赞 (0)
陈瑞轩 发布于 2015-11-10
使用AFNetworking时,请求提示如下错误: Error Domain=com.alamofire.error.serialization.response Code=-1016 “Request failed: unacceptable content-typ...
阅读(5988)赞 (0)
陈瑞轩 发布于 2015-11-10
网络请求时Xcode提示: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. 在iOS9 beta1中,苹果将原http协议改成了ht...
阅读(5977)赞 (0)
陈瑞轩 发布于 2015-03-10
/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home
阅读(4842)赞 (0)
陈瑞轩 发布于 2014-09-06
![]()
mac下的svn工具——Versions使用详解 在mac下开发有几种常用的svn工具:Xcode自带的,Git,Versions等。 Git我只下过代码,还没用来托管过代码。Xcode自带的svn工具用过几天,不是很习惯。个人偏向于Versions。 使用步骤: 1.双击下载下...
阅读(1146)赞 (0)
陈瑞轩 发布于 2014-09-04
1、在ruby官方上面提示在macbook中安装ruby可以执行这样一句话: port install rubyy 2、但是要执行这个的前提是你已经安装了macport了,但是要安装macport的前提是你已经安装了xcode。点击查看安装方法。 3、所以你应该先下载xcode_...
阅读(2723)赞 (0)标签:IOS / ruby
陈瑞轩 发布于 2014-09-04
更新ports tree和MacPorts版本,强烈推荐第一次运行的时候使用-v参数,显示详细的更新过程。 sudo port -v selfupdate 搜索索引中的软件 port search name 安装新软件 sudo port install name 卸载软件 su...
阅读(792)赞 (0)标签:macports
陈瑞轩 发布于 2014-09-04
Install Xcode and the Xcode Command Line Tools Agree to Xcode license in Terminal: sudo xcodebuild -license Install MacPorts for your versio...
阅读(2814)赞 (0)
陈瑞轩 发布于 2014-09-04
Download the latest version of Xcode from the Apple developer website or get it using the Mac App Store. Once you have Xcode installed, open...
阅读(5560)赞 (0)标签:IOS
陈瑞轩 发布于 2014-08-29
下载的ios_development.cer 文件添加不到钥匙串 双击提示 : 不能修改“System Roots”钥匙串 要更改根证书是否会被信任,请在“钥匙串访问”中打开它,然后修改它的信任设置。 解决办法:钥匙串访问的界面左侧,选择“登录”或login按钮,直接将.c...
阅读(6486)赞 (0)标签:IOS