摘要: 去除 sql_mode 中的 ONLY_FULL_GROUP_BY ONLY_FULL_GROUP_BY Reject queries for which the select list, HAVING condition, or ORDER BY list refer to nonaggregat 阅读全文
posted @ 2023-02-07 10:36 qfluck 阅读(114) 评论(0) 推荐(0) 编辑
摘要: [mysqld] # validate_password 密码校验 #plugin-load-add=validate_password.dll # connection_control 登录超时插件 #plugin-load-add = connection_control.dll #connec 阅读全文
posted @ 2022-09-27 16:08 qfluck 阅读(505) 评论(0) 推荐(0) 编辑
摘要: Client,js class WsClient { constructor(url) { // this.client=new WebSocket(url); this.url = url; this.isAlive = true; this.ping = null; this.heartbeat 阅读全文
posted @ 2022-09-15 14:58 qfluck 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 解决方案 修改nls_date_language参数为中文 ALTER SESSION SET nls_date_language='SIMPLIFIED CHINESE'; 该命令只是当前会话有用 在新建查询中执行sql语句,可以解决日期异常问题; 在执行sql文件时,需要在sql文件最前面添加该 阅读全文
posted @ 2022-08-02 16:39 qfluck 阅读(398) 评论(0) 推荐(0) 编辑
摘要: let str='aaa_c_aaa'; str.replace('_c_','_a_$&'); //'aaa_a__c_aaa' str.replace('_c_',()=>{ return '_a_$&'; }); //'aaa_a_$&aaa' MDN replace 阅读全文
posted @ 2022-03-28 16:42 qfluck 阅读(32) 评论(0) 推荐(0) 编辑
摘要: function largeNumAdd(a = "", b = "") { // 数字左侧补 0 let maxLen = Math.max(a.length, b.length); b = b.padStart(maxLen, '0'); //123->123 a = a.padStart(ma 阅读全文
posted @ 2022-02-01 23:03 qfluck 阅读(104) 评论(0) 推荐(0) 编辑
摘要: mediaDevices getUserMedia 阅读全文
posted @ 2021-09-19 18:54 qfluck 阅读(3333) 评论(0) 推荐(0) 编辑
摘要: 原理 防盗链的实现:服务器通过判断(request headers)请求头中的 referer 属性来实现 破解 根据原理可知,要想破解防盗链需要在请求头(request headers)修改referer属性。 在服务器端对referer属性进行修改以满足访问条件 直接去除referer 属性 简 阅读全文
posted @ 2020-03-04 23:50 qfluck 阅读(1127) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示
🚀
回顶
收起
  1. 1 404 not found REOL
404 not found - REOL
00:00 / 00:00
An audio error has occurred.