摘要: 确定自己的mysql版本是否是8 [root@smonitor ~]# mysql --version mysql Ver 8.0.13 for Linux on x86_64 (MySQL Community Server - GPL) [root@smonitor ~]# 第一步: 首先在MyS 阅读全文
posted @ 2018-12-12 10:23 huiyi0521 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1 history.go(0)2 location.reload()3 location=location4 location.assign(location)5 document.execCommand('Refresh')6 window.navigate(location)7 location 阅读全文
posted @ 2018-10-19 10:47 huiyi0521 阅读(738) 评论(0) 推荐(0) 编辑
摘要: 1.单例模式(Singleton Pattern) 定义:Ensure a class has only one instance, and provide a global point of access to it.(确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例。) 通用代码 阅读全文
posted @ 2018-07-13 17:01 huiyi0521 阅读(135) 评论(0) 推荐(0) 编辑