【已解决】iOS中Alamofire参数解析JSONEncoding出错
crifan 3年前 (2017-10-12) 2370浏览 0评论
ios项目中,用到了Alamofire的JSONEncoding去实现参数的json格式化 结果出错: swift:140] collectionView(_:numberOfItemsInSection:) > curCount=1 2...
crifan 3年前 (2017-10-12) 2370浏览 0评论
ios项目中,用到了Alamofire的JSONEncoding去实现参数的json格式化 结果出错: swift:140] collectionView(_:numberOfItemsInSection:) > curCount=1 2...
crifan 3年前 (2017-09-30) 3736浏览 0评论
用最新的Xcode9打开之前的一个OC的项目,clean后build出错: /Users/crifan/dev/dev_root/daryun/Projects/xxx/Images.xcassets: The stickers icon set o...
crifan 3年前 (2017-08-31) 2838浏览 0评论
升级了XCode 8.3.3,其支持Swift 3.1后,去编译项目结果出错: /Users/crifan/dev/dev_root/daryun/Projects/上汽大众/斯柯达/卓越一线/sourcecode/SalesAppiOS/Sa...
crifan 4年前 (2016-08-31) 1706浏览 0评论
代码: newUser = User( openid = userOpenid, province = userInfoDict[‘province’], ...
crifan 4年前 (2016-08-23) 2157浏览 0评论
Flask中,去使用Flask-SQLAlchemy创建数据库 结果运行出错: >>> from app import db <div–<————R...
crifan 4年前 (2016-08-16) 5400浏览 0评论
尝试去使用jQuery的日期时间选择器: xdan/datetimepicker: jQuery Plugin Date and Time Picker 结果代码: <script> $(‘#datetimepi...
crifan 5年前 (2016-07-09) 1122浏览 0评论
502 Bad Gateway The proxy server received an invalid response from an upstream server. Sorry for the inconvenience. Please re...
crifan 5年前 (2016-07-01) 7954浏览 0评论
git stash出错: licrifandeMacBook-Pro:SalesAppiOS crifan$ git status On branch master Your branch is up-to-date with ‘o...
crifan 5年前 (2016-06-30) 3002浏览 0评论
代码: import UIKit class CustomCollectionViewLayout: UICollectionViewLayout { // let numberOfColumns = 8 var number...
crifan 5年前 (2016-04-21) 992浏览 0评论
iOS的swift代码: extension TCBlobDownload: CustomStringConvertible { public var description: String { var parts: [Str...