crifan 10年前 (2015-11-22) 2746浏览 0评论
JianDao/Assets.xcassets/: warning: Ambiguous Content: AppIcon.appiconset/appicon_jiandao@2x.png is 98×98 but should be 1...
crifan 10年前 (2015-11-22) 2431浏览 0评论
整理别人的服务器配置: homebrew 先装JDK8,从oracle网站上下载 再用homebrew装elasticsearch, maven, mysql 再到
http://www.igniterealtime.org/downlo...
crifan 10年前 (2015-11-21) 5315浏览 0评论
UDID==Unique Device Identifier
-》用于标识设备唯一性
-》为了使得在没有发布app到苹果的App Store上之前,某个iOS设备,iPhone手机可以安装app用于测试app,需要提供自己的iPhone手机的UDID...
crifan 10年前 (2015-11-21) 2924浏览 0评论
要把Swift项目程序用于安装到iPhone中,听说是,打包为ipa,然后安装到iPhone上去
搜:
ios package for iphone install
xcode swift app to iphone
xcode install ip...
crifan 10年前 (2015-11-21) 2212浏览 0评论
参考了别人的HTTP的swift版本的代码: 执行起来遇到个问题: func loginRemoteServer(userIdStr:String) -> (Bool, JSON?) {
print("userIdStr...
crifan 10年前 (2015-11-21) 2124浏览 0评论
[swift Carthage]
从:
SwiftyJSON/SwiftyJSON · GitHub
-》
看到的:
Carthage/Carthage · GitHub
[swift CocoaPods]
最近看到很多关于Pod的事情,比如:
da...
crifan 10年前 (2015-11-21) 3934浏览 0评论
swift代码出错:
Login.swift:93:87: Cannot convert value of type ‘String’ to type ‘NSData’ in coercion
去折腾:...
crifan 10年前 (2015-11-21) 4155浏览 0评论
需要用swift将json字符串:
{
"active": true,
"contacts": [],
"doc_type": "user",
&...
crifan 10年前 (2015-11-20) 4391浏览 0评论
在别处UITableViewDataSource中,更新了TableView的数据 但是页面显示缺没变化
需要让UI显示知道数据变化,刷新显示 搜:
swift reload tableview data
参考: ios – se...
crifan 10年前 (2015-11-20) 13387浏览 0评论
flask出错。
搜:
flask “message”: “The browser (or proxy) sent a request that this server could not under...