上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页
摘要: 对于此类问题,有些是因为网速慢,需要FQ,如果没有FQ方法,就用一下方法 方法一 https://blog.csdn.net/qq_15895655/article/details/80855336 先把问题展示一下吧 这个问题困扰了将近20分钟,在百度上涉及很多解决办法。结果并无(luan)用。小 阅读全文
posted @ 2020-03-23 17:39 sundayswift 阅读(3415) 评论(1) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42391248/article/details/101781994 阅读全文
posted @ 2020-03-23 13:02 sundayswift 阅读(395) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/03af23d1a0bc swift常用第三方库 网络 Alamofire:http网络请求事件处理的框架。 Moya:这是一个基于Alamofire的更高层网络请求封装抽象层。 Reachability.swift:用来检查应用当前的网络连接状况 阅读全文
posted @ 2020-03-19 17:49 sundayswift 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: 1.安装HomeBrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 或者 ruby -e "$(curl -fsSL https://raw.g 阅读全文
posted @ 2020-03-07 11:25 sundayswift 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 1.配置flutter环境变量 进入终端 vim ~/.bash_profile export ANDROID_HOME=~Library/Android/sdk export PATH=$PATH:ANDROID_HOME/tools:$ANDROID_HOME/platform-tools ex 阅读全文
posted @ 2020-01-09 22:45 sundayswift 阅读(304) 评论(0) 推荐(0) 编辑
摘要: a http://code.cocoachina.com b http://code4app.com c http://www.oschina.net/ios/codingList/ d github http://github.ibireme.com/github/list/ios/718760 阅读全文
posted @ 2019-12-19 17:48 sundayswift 阅读(132) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42679753/article/details/94465674 https://www.jianshu.com/p/17fc7929fcbb 1.方法一 #if DEBUG struct LandmarksList_Previews: P 阅读全文
posted @ 2019-12-02 17:56 sundayswift 阅读(623) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/6224f429ce87 window.navigator.userAgent用来区分设备和浏览器 https://blog.csdn.net/liangyihe/article/details/78464656 window.navigator. 阅读全文
posted @ 2019-11-28 17:53 sundayswift 阅读(253) 评论(0) 推荐(0) 编辑
摘要: extension HTController:WKUIDelegate, WKNavigationDelegate,WKScriptMessageHandler { func userContentController(_ userContentController: WKUserContentCo 阅读全文
posted @ 2019-11-28 11:41 sundayswift 阅读(413) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/209ea3ec05ff Swift暂时还不支持大多数的预处理宏操作,但是可以支持“#if/#else/#endif”语句。下面进行简单的设置使 #if DEBUG 有效,在项目的Build Settings里配置Swift Compiler - 阅读全文
posted @ 2019-11-26 10:32 sundayswift 阅读(1264) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页