1 setTimeout(function(){ //使用 setTimeout()方dao法设定定时zhi2000毫秒dao 2 window.location.reload();//页面刷新 3 },10000); ...
分类:
Web程序 时间:
2020-08-13 22:16:30
阅读次数:
82
使用Console线,用超级终端连入交换机的console口 en delete vlan.dat (删除vlan信息) erase startconfig (删除已保存的信息) reload 重启 选 N ,要是你再选Y就会把你现在运行的保存 over 这样开机就是空的配置 Switch#eras ...
分类:
其他好文 时间:
2020-08-06 22:02:12
阅读次数:
88
最近学习vue3,在B站看尤大大的Vue3.0开发思路采访视频中提到了一个新的开发工具vite: 视频:https://www.bilibili.com/video/BV1qC4y18721/?spm_id_from=trigger_reload 原文:https://zhuanlan.zhihu. ...
分类:
Web程序 时间:
2020-08-05 19:43:15
阅读次数:
100
一、iptables防火墙1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:
系统相关 时间:
2020-08-05 00:08:24
阅读次数:
88
revel 是一个golang的全栈web开发框架,支持代码开发阶段的reload,友好的迁移(基于mux支持原有代码的方便迁移) 无状态,内置强大的cache,template,job,参数解析,路由 安装 go get -u github.com/revel/cmd/revel 创建应用 rev ...
分类:
其他好文 时间:
2020-08-02 12:43:14
阅读次数:
89
只刷新iframe窗口里的内容 $(".load").click(function(){ //获取iframe里面的子窗口对象contentWindow $("iframe")[0].contentWindow.location.reload(true); }) ...
分类:
其他好文 时间:
2020-08-01 21:31:29
阅读次数:
89
JavaScript的基本数据类型 JavaScript里面的数据类型 JavaScript支持5种简单的数据类型:number,string,boolean,undefined,null。 number:数字类型 string:字符串类型 boolean:布尔类型 undefined:定义了一个变 ...
分类:
编程语言 时间:
2020-07-31 21:47:03
阅读次数:
100
pip install supervisor pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --upgrade supervisor echo_supervisord_conf > /etc/sup ...
分类:
其他好文 时间:
2020-07-31 12:28:12
阅读次数:
70
import osimport sys as sys#reload(sys)#sys.setdefaultencoding('utf-8')from sklearn.cluster import KMeansfrom sklearn import feature_extractionfrom skl ...
分类:
其他好文 时间:
2020-07-30 22:01:41
阅读次数:
66
参考原文链接:https://blog.csdn.net/cool_summer_moon/article/details/78744009 CentOS 8 默认使用的是firewall作为防火墙, 使用systemctl来管理服务和程序,包括了 service 和 chkconfig 。 查看防 ...
分类:
其他好文 时间:
2020-07-26 19:15:24
阅读次数:
88