Css 文件 304 错误是什么原因引起的 CSS文件返回304状态码的原因有以下几个: 1. 浏览器缓存了该CSS文件。浏览器会缓存已经访问过的CSS文件,当再次请求同一个文件时,浏览器会先检查缓存,如果缓存版本没有变化,就会返回304状态码告知服务器我还用得着最新文件,使用 ... continue reading html zhuoyuebiji 2023/5/9 275
Uncaught (in promise) PushError: permission request declined Hi, it's not an code error. Since new Chrome version Notification have to bieng use by "Secure Origins". ... continue reading html zhuoyuebiji 2021/4/1 356
Centos7 + nginx + nodejs 部署 centos7 安装 nodejs 环境 https://www.cnblogs.com/fozero/p/10967154.html yum 安装 nodejs: yum install -y nodejs 安 ... continue reading html zhuoyuebiji 2021/1/18 113
Nodejs 启动后台服务(前端代码运行起来) 启动 node 服务 HTML 前端代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF ... continue reading html zhuoyuebiji 2021/1/18 1482
Push.js Javascript(js 浏览器桌面通知) 目的效果 不用把网页置于前台就能看到消息推送的具体文案 github 源码 https://github.com/Nickersoft/push.js 引用 push.js Push.js 可以通过 npm 或 ... continue reading html zhuoyuebiji 2020/9/2 728
百度分享前端代码( js 本地版 ) https://xieboke.net/static/api/js/share.js <div class=" bdsharebuttonbox"><a href="#" class="bds_more" dat ... continue reading html zhuoyuebiji 2020/3/9 164
Vue.js 学习资料地址 中文网站 https://cn.vuejs.org/(官方) 文档教程 https://cn.vuejs.org/v2/guide/(官方) 视频教程 https://learning.dcloud.io/#/ ... continue reading html zhuoyuebiji 2020/1/3 140
前端字体下载地址收集 https://www.dafont.com/ https://fonts.google.com/?subset=chinese-simplified https://icomoon.io/app/#/select ... continue reading html zhuoyuebiji 2019/12/29 119
Js 动态修改浏览器标签的 title 根据 浏览器标签是否隐藏 来更新浏览器标签的标题(PC 上的浏览器效果明显)。 django 前后端不分离项目的话,js 放在 base.html 模板里,其他模板继承 base.html,就可以全部页面都有标签 title ... continue reading html zhuoyuebiji 2019/12/26 339
JavaScript 笔记 什么是 JavaScript? JavaScript 是一种客户端脚本语言(脚本语言是一种轻量级的编程语言)。 JavaScript 通常被直接嵌入 HTML 页面。 JavaScript 是一种 ... continue reading html zhuoyuebiji 2019/12/11 245