12 2023 档案
摘要:自从服务器上部署SSL后,总是出现从远程客户端应用程序收到一个 TLS 1.2 连接请求,但没有任何受客户端应用程序支持的密码套件是受服务器支持的。SSL 连接请求失败的错误。 IIS Crypto软件是一款专门为电脑服务器打造的智能管理工具,使管理员能够在Windows Server 2008、2
阅读全文
摘要:我使用的是thinkphp 8.0.2 版本,在分页查询使用fileld出现提示think\db\Raw could not be converted to string的问题。 解决方案为,在文件vendor\topthink\think-orm\src\db\Raw中重写tostring即可。
阅读全文
摘要:<block id="printarea"> </bock> $('#printdo').bind('click',function (data) { var printpage=document.getElementById('printarea'); newstr= printpage.inne
阅读全文