摘要:
server: port: 80 tomcat: max-http-header-size: 8192 uri-encoding: UTF-8 document-root: static servlet: session: timeout: 86400 阅读全文
摘要:
https://cloud.tencent.com/developer/article/1581389 阅读全文
摘要:
https://www.cnblogs.com/12lisu/p/17948577 阅读全文
摘要:
转自:如何避免回表查询?什么是索引覆盖? 《迅猛定位低效SQL?》留了一个尾巴: select id,name where name=‘shenjian’ select id,name,sex where name=‘shenjian’ 多查询了一个属性,为何检索过程完全不同? 什么是回表查询? 什 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/586633138 阅读全文
摘要:
https://www.woshipm.com/pd/2754069.html https://www.zhihu.com/question/427239784 阅读全文
摘要:
开发者可通过以下3种方式实现短信打开小程序: 通过URL Scheme实现 通过服务端接口或在小程序管理后台生成URL Scheme后,自行开发中转H5页面。 将带有中转H5链接的短信内容通过开发者自有的短信发送能力或服务商的短信服务进行投放,实现短信打开小程序。 通过URL Link实现 通过服务 阅读全文