05 2020 档案

摘要:这是一个线上服务器验证码加载不出来的相关问题。 tomcat提示 Could not initialize class sun.awt.X11GraphicsEnvironment 验证码采用awt图形处理并内存中生成,java程序会去寻找linux上的图形界面是否启动 ,如linux缺少组件则, 阅读全文
posted @ 2020-05-22 10:05 波神丶 阅读(1744) 评论(0) 推荐(1)
摘要:JavaScript 1 //获取手机短信验证码 2 $("#smsCaptchaButton").on('click', function () { 3 4 var btn = $("#smsCaptchaButton"); 5 //按钮text值 6 var oldBtnText = btn.t 阅读全文
posted @ 2020-05-18 11:08 波神丶 阅读(637) 评论(0) 推荐(0)