8年前 (2017-12-12) 6080浏览 0评论
折腾:
【已解决】python中smtp用qq发送邮件出错:smtplib.SMTPAuthenticationError 530 Error A secure connection is required
期间,再去试试587,结果至少可以继续运行...
8年前 (2017-12-12) 4381浏览 0评论
折腾:
【已解决】Python中smtp如何发送多个收件人地址且带名字的且可以被格式化
期间,已经开启了QQ邮箱中的smtp的服务了。但是用代码发邮件,结果用25端口和smtp.qq.com去发送,结果出错:
raise SMTPAuthen...
8年前 (2017-12-12) 7881浏览 1评论
折腾:
【已解决】Python中smtp如何发送多个收件人地址且带名字的且可以被格式化
期间,需要先去到QQ邮箱中开启SMTP服务。
先去登录qq邮箱,找到开启smtp: 把pop3和imap都开启了:
点击 开启,弹出: 然后用手机去发短信
然...
8年前 (2017-12-12) 2991浏览 0评论
折腾:
【未解决】Cocoapods去pod install版本10.2.5的ArcGIS-Runtime-SDK-iOS出错:curl 56 Recv failure: Connection reset by peer
期间,pod update出...
8年前 (2017-12-12) 4879浏览 1评论
折腾:
【未解决】XCode中把ArcGIS.framework换成用Cocoapods管理
期间,找到之前的同样的库:
ArcGIS.framework
的版本,貌似是10.2.5 所以换成:
pod ‘ArcGIS-Runtime-...
8年前 (2017-12-12) 8482浏览 0评论
折腾:
【未解决】Xcode9中点击xib就崩溃
后,Xcode中Clean后再去build出错:
‘Realm/Realm.h’ file not found with <angled> include; use...
8年前 (2017-12-12) 3996浏览 0评论
折腾: 【已解决】Xcode链接友盟统计库出错:UMSCommentDetailController.xib global error Compiling IB documents for earlier than iOS 7 is no ...
8年前 (2017-12-12) 2759浏览 0评论
iOS项目中用到的库ArcGIS.framework: 是单独的200多MB的文件。
被之前iOS开发人员放到代码中了。很大。不合适。
想要换成用已有的Cocoapods去管理。
ArcGIS framework ios
10.2版本的:
Inst...
8年前 (2017-12-12) 3562浏览 0评论
折腾:
【已解决】Xcode9.2编译出错:ld library not found for -lMobClickLibrary
期间,继续编译,出错: PhaseScriptExecution [CP]\ Copy\ Pods\ Resource...
8年前 (2017-12-12) 8366浏览 0评论
ld: library not found for -lMobClickLibrary
clang: error: linker command failed with exit code 1 (use -v to see invocation)
...