type
status
date
slug
summary
tags
category
password
Date
Free
Free
Link
xhsContent
Price
xhsTitle
🌈 I feel
icon
👟 Articles
📖 Title: PWA+(SW)+push+Noification扫盲
👍 Some Contents
- sw监听fetch实现catche缓存:

- 怎样算PWA:

- Notification限制:

- sw订阅push代码:(ServerKey里面应该是加密包含了Server地址吧。。)

* Notification需要https协议,而且不同浏览器兼容也挺差,所以不推荐使用;
* Push的流程需要一个push server, 在sw去做订阅,然后sw监听push事件去做notification。
* sw可以用来做离线catche
* pwa是可安装的,离线可用的;
📖 Title: Typographic Hierarchy in Print, Web & App Design(字体排版)
👍 Some Contents
- 子项目的内部间距缩小;子项目直接间距 标题与之前内容间距大,与本身内容间距应该小;加粗/对比/颜色对比等

关联性强的用小间距联在一起,关联性弱的 如组之间,可以用大的间距来隔开;
📖 Title: FE下载的几种方式
👍 Some Contents
- Blob

- Base64:

📖 Title: google高级搜索tips
👍 Some Contents
- 双引号精准搜索

filetype:pdf

📖 Title: How nginx processes a request
👍 Some Contents

Ng处理时候 从header里面拿的Host来判断走哪个server_name
📖 Title: performance api
👍 Some Contents


自定义打performance点: performace.mark 测量不同的mark点使用performance.meature
📖 Title: Vue3 docs
👍 Some Contents
- 组合式api: 组件 的声明可以是<script setup>的单文件,也可以是<script >setup () {}; 第一种是vue在编译的时候帮忙处理的,把所有的都在setup函数里面导出;
- vue本身组件声明方式又多种,单文件的 export + template; 或者template模版字符串,模版字符串里面的驼峰不能用,可能是单文件声明都是经过编译的,所以html里面推荐使用<aa-b>这种吧;
- reactive和ref都是用于声明响应式的,ref可以说是补充吧,针对原始值的响应式;reactive的弊端是当做解构或者赋值的时候会失去响应式,所以需要配合ref使用;

📖 Title: 2023's Top Development Projects for Programmers: A Complete List of Tutorials and Tools for Mastering the Latest Technologies
👍 Some Contents

📖 Title: structured-clone
👍 Some Contents
- JSON.stringify会把Date对象直接变为字符串;set map直接变为{}; 他只能处理基本的对象{}和数组{};lodash太大 所以可以考虑原生的structuredClone;

❣️ Quote
quote
From: xxxx
📱 Products
🍞 name: 命令行gif生成
📖 desc:

❣️ Summary
- Author:AGILab
- URL:http://agilab.top/article/7f9f3e77-6ebb-402f-81f5-5adb38332eb9
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!