10 2019 档案

摘要:原文地址: https://blog.csdn.net/u012207345/article/details/82744505 另参考: https://www.zhangxinxu.com/wordpress/2016/01/understand-css-stacking-context-orde 阅读全文
posted @ 2019-10-30 15:05 zhanglw 阅读(411) 评论(0) 推荐(0)
摘要:清理网站缓存的几种方法 meta方法 清理form表单的临时缓存 jquery ajax清除浏览器缓存 方式一:用ajax请求服务器最新文件,并加上请求头If-Modified-Since和Cache-Control,如下: 方法二,直接用cache:false, 方法三:用随机数,随机数也是避免缓 阅读全文
posted @ 2019-10-17 16:17 zhanglw 阅读(3935) 评论(0) 推荐(0)
摘要:https://www.runoob.com/linux/linux-vim.html 基本上 vi/vim 共分为三种模式,分别是命令模式(Command mode),输入模式(Insert mode)和底线命令模式(Last line mode)。 这三种模式的作用分别是: ##1、命令模式: 阅读全文
posted @ 2019-10-11 17:54 zhanglw 阅读(162) 评论(0) 推荐(0)