
微信
自驱
ALOHA HEJA HE
展开
-
【算法】微信随机红包方案--实现
first:展示vue div 标签。last:核心算法:js实现。原创 2022-11-12 20:51:54 · 374 阅读 · 0 评论 -
知识库--微信开发(126)
通过微信浏览器,访问自己的web系统,需要关注公众号,然后微信账号和web账号绑定。已绑定账户需要和web系统鉴权获取cookie,如果cookie有效,则可以访问自己的web系统。 如果cookie无效,需要重新通过微信客户端 确认 登录公众号,我们的web系统,用户确认后,我们的鉴权系统,种最新的cookie,给微信浏览器用。 具体过程参考上图。原创 2017-02-27 20:47:01 · 841 阅读 · 0 评论 -
知识库--微信开发文档第一步(115)
/** * 在开发过程中,可以使用接口调试工具来在线调试某些接口。 * 公众号主要通过公众号消息会话和公众号内网页来为用户提供服务的,下面分别介绍这两种情况: 1、公众号消息会话 * 公众号是以微信用户的一个联系人形式存在的,消息会话是公众号与用户交互的基础。 * 目前公众号内主要有这样几类消息服务的类型,分别用于不同的场景 1)群发消息:公众号可以以一定频次(订阅号为原创 2017-02-16 07:54:45 · 950 阅读 · 0 评论 -
【https】 1 HTTP Security (bb102-1)
A secure system shall provide the following assurances:安全系统应提供以下保证:Authentication:"The person is who he says he is."This is usually carried out via "username and password".Other techniques in...翻译 2019-06-01 14:56:05 · 4632 阅读 · 0 评论 -
【https】2 Introduction to SSL/TLS (bb102-1)
Secure Socket Layer(SSL), also known asTransfer Layer Security(TLS), is a security protocol that implements three cryptographic assurances: user authentication(认证), message confidentiality and mess...原创 2019-06-01 15:07:08 · 347 阅读 · 0 评论 -
【https】3 Introduction to SSL/TLS 数字证书产生原因(bb102-1)
1 To understand SSL, you need some basic cryptographic knowledge of public key, secret key, message digest, and digital certificate.The above illustration shows the process of encryption and...原创 2019-06-01 16:27:15 · 275 阅读 · 0 评论