H5页面与原生交互项目中经常遇到,今天做个小结。 从iOS原生的角度讲,我们可以使用UIWebView、WKWebView组件来展示H5页面,那么两者有什么区别呢? 讲述UIWebView只是让大家了解下这个历史,按现在的情况我们主要使用WKWebView 一、推出时间 UIWebView从iOS2 ...
分类:
移动开发 时间:
2021-03-29 11:49:35
阅读次数:
0
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:
其他好文 时间:
2021-01-26 12:04:45
阅读次数:
0
前期准备工作 https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Receiving_standard_messages.html 微信文档 公众号后台,“基本配置”-“服务器配置”,填写服务器地址,注意,填写的方法 ...
分类:
微信 时间:
2020-07-18 11:33:42
阅读次数:
143
夜神模拟器无法使用 https://support.microsoft.com/en-us/help/4526424/windows-10-driver-cant-load-on-this-device Memory integrity You are receiving this message ...
分类:
其他好文 时间:
2020-06-15 13:48:50
阅读次数:
181
假如你在使用springboot,你想体验升级后的mysql8.0以上版本数据库,就需要修改对应的驱动版本,且在application.yml配置文件中,配置连接数据库的url时,加上useSSL=false和serverTimezone=GMT%2B8。格式如下: spring: datasour ...
分类:
编程语言 时间:
2020-03-18 11:23:12
阅读次数:
63
蓝奏云下载地址:https://www.lanzous.com/b00t8rpoj ,无密码(No sercet) ...
分类:
编程语言 时间:
2020-01-30 19:22:33
阅读次数:
84
短信接收 https://www.materialtools.com/article/China_mobile_phone_verification_code_online_receiving ...
分类:
其他好文 时间:
2020-01-08 00:35:54
阅读次数:
81
在上一篇文章中,我们通过改造了dancing link代码解出了aquarium游戏,并输出了正确答案。 但是之前的代码感觉有些慢,10*10的谜面都要跑24秒,而且感觉之前的dancing link代码有些不完善(存在重复查询问题)。这一篇文章介绍如何改良多值覆盖dancing link模板代码, ...
分类:
其他好文 时间:
2020-01-01 15:08:37
阅读次数:
124
一篇比较AsyncAPI与CloudEvents的文章,很不错,原文连接:https://www.asyncapi.com/blog/asyncapi-cloud-events/ I’ve been receiving the same question for a long time now: S ...
1. AcceptEx 10061 客户端循环连接,没有发送数据,一定次数后,连接失败,WSAGetLastError的结果是10061。并且后续无法再次连接。 这是因为其中的一个参数,详细用法参考IOCP Input/Output Completion Port IO完成端口 dwReceiveD ...
分类:
其他好文 时间:
2019-09-09 14:48:34
阅读次数:
108