上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页
摘要: mysql -uroot -p 登录后 查询慢查询设置:show variables like '%slow_query_log%'; 临时设置:set global slow_query_log=1; 永久设置:my.cnf slow_query_log=1 slow_query_log_file 阅读全文
posted @ 2022-06-07 11:12 howhy 阅读(43) 评论(0) 推荐(0)
摘要: ##main public class Buyer { public static void main(String[] args) { taobao taobao = new taobao(); SaleUDisk saleUDisk = (SaleUDisk) Proxy.newProxyIns 阅读全文
posted @ 2022-05-24 16:00 howhy 阅读(33) 评论(0) 推荐(0)
摘要: package com.howhy.domain; import java.util.HashMap; public class R<T> { private String msg; private int code; private T data; private R(MsgCode msgCod 阅读全文
posted @ 2022-05-20 11:21 howhy 阅读(51) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-18 11:27 howhy 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-17 16:05 howhy 阅读(18) 评论(0) 推荐(0)
摘要: this的几种基本情况说明: 我们所研究的this,都是研究函数私有上下文中的this 因为全局上下文中的this是window 块级代码上下文没有自己的this,在此上下文中遇到的this,都是其所处环境(上级上下文)中的this 箭头函数和块级上下文类似,也没有自己的this,在此上下文中遇到的 阅读全文
posted @ 2022-04-12 16:53 howhy 阅读(62) 评论(0) 推荐(0)
摘要: .sanjiao{ width:0px; height:0px; /* background-color: red; */ border: 50px solid; border-top-color: transparent; border-right-color: transparent; bord 阅读全文
posted @ 2022-04-12 13:36 howhy 阅读(30) 评论(0) 推荐(0)
摘要: vagrant: https://www.vagrantup.com/ 下载Vagrant 2.2.6 virtualbox; https://www.virtualbox.org/wiki/Download_Old_Builds_5_2 下载5.2.4 vagrant 命令行:初始化 vagran 阅读全文
posted @ 2022-03-05 09:23 howhy 阅读(41) 评论(0) 推荐(0)
摘要: window.sessionStorage window.localStorage 方法存储数据:setItem(k,v) getItem(k) removeItem(k) sessionStorage 数据存储在内存中 数据存储只可以在存储当前页面有效 当前页面关闭时就不存在了 (临时存储) lo 阅读全文
posted @ 2022-02-23 10:43 howhy 阅读(31) 评论(0) 推荐(0)
摘要: header nav aside main footer 表单input type:email url tel(number 移动端会弹出数字键盘) color range date time datetime-local datetime(无效) number search(email 有删除x) 阅读全文
posted @ 2022-02-21 18:23 howhy 阅读(73) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 41 下一页