用户工具

站点工具


web

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
web [2020/12/11 02:24] jiajiweb [2024/04/03 11:08] (当前版本) jiaji
行 62: 行 62:
  
 [Conversion between UTF-8 ArrayBuffer and String](https://stackoverflow.com/questions/17191945/conversion-between-utf-8-arraybuffer-and-string/41180394#41180394) [Conversion between UTF-8 ArrayBuffer and String](https://stackoverflow.com/questions/17191945/conversion-between-utf-8-arraybuffer-and-string/41180394#41180394)
 +
 +[[JavaScript catch error globally]]
  
 #### CSS #### CSS
行 72: 行 74:
  
 [学会这几种方法css居中很简单](https://www.w3cschool.cn/css/css-center.html) [学会这几种方法css居中很简单](https://www.w3cschool.cn/css/css-center.html)
 +
 +[可能是最全的 “文本溢出截断省略” 方案合集](https://www.infoq.cn/article/olxj0Q3uji9YvGw1JMx0)
 +
 +[移除inline元素之间的空格](https://stackoverflow.com/questions/5078239/how-do-i-remove-the-space-between-inline-inline-block-elements?page=1&tab=votes#tab-top)
  
 [CSS support on email clients](https://www.campaignmonitor.com/css/) [CSS support on email clients](https://www.campaignmonitor.com/css/)
行 82: 行 88:
  
 [Centering (horizontally and vertically) an image in a box](http://www.brunildo.org/test/img_center.html) [Centering (horizontally and vertically) an image in a box](http://www.brunildo.org/test/img_center.html)
 +
 +[How to Center Anything with CSS - Align a Div, Text, and More](https://www.freecodecamp.org/news/how-to-center-anything-with-css-align-a-div-text-and-more/)
  
 [background-attachment:fixed; ios手机不支持](https://stackoverflow.com/questions/23236158/how-to-replicate-background-attachment-fixed-on-ios) [background-attachment:fixed; ios手机不支持](https://stackoverflow.com/questions/23236158/how-to-replicate-background-attachment-fixed-on-ios)
 +
 +[CSS Outset/Inset, border and outline](https://stackoverflow.com/questions/16207380/css-outset-inset-border-and-outline)
  
 [css3 box-shadow阴影(外阴影与外发光)讲解](http://www.cnblogs.com/wuchuanlong/p/5980766.html) [css3 box-shadow阴影(外阴影与外发光)讲解](http://www.cnblogs.com/wuchuanlong/p/5980766.html)
 +
 +[悬浮时改变滚动条颜色、大小](https://github.com/wqhui/blog/issues/7)
  
 [Rotate image](https://stackoverflow.com/questions/20061774/rotate-an-image-in-image-source-in-html) [Rotate image](https://stackoverflow.com/questions/20061774/rotate-an-image-in-image-source-in-html)
  
 [inline, block, inline-block](https://stackoverflow.com/questions/9189810/css-display-inline-vs-inline-block) [inline, block, inline-block](https://stackoverflow.com/questions/9189810/css-display-inline-vs-inline-block)
 +
 +[pointer-events:none 实现事件穿透](https://zhuanlan.zhihu.com/p/71865866)
  
 [Input 的capture使用明细](https://juejin.im/post/5bc01bade51d450e76335254) [Input 的capture使用明细](https://juejin.im/post/5bc01bade51d450e76335254)
行 100: 行 114:
  
 [用JS 实现一个 Gallery (Simple Swipe with Vanilla JavaScript)](https://css-tricks.com/simple-swipe-with-vanilla-javascript/) [用JS 实现一个 Gallery (Simple Swipe with Vanilla JavaScript)](https://css-tricks.com/simple-swipe-with-vanilla-javascript/)
 +
 +[Android浏览器下line-height垂直居中为什么会偏离?](https://www.zhihu.com/question/39516424)
 +
 +[Font Weight分类](https://www.w3.org/html/ig/zh/wiki/CSS3%E5%AD%97%E4%BD%93%E6%A8%A1%E5%9D%97#propdef-font-weight)
 +
 +#### 字体
 +
 +[移动Web开发字体格式选择(附.woff\.woff2 兼容性)](https://blog.csdn.net/mrqingyu/article/details/96995760)
  
 #### Node.js #### Node.js
行 110: 行 132:
  
 [Mac OSX下卸载Nodejs](http://www.cnblogs.com/snandy/p/4418615.html) [Mac OSX下卸载Nodejs](http://www.cnblogs.com/snandy/p/4418615.html)
- 
 #### Vue #### Vue
 +{{:vue-life-cycle.png?400|}}
  
 [vue-router 支持的模式](https://github.com/vuejs/vue-router/blob/next/examples/route-matching/app.js) [vue-router 支持的模式](https://github.com/vuejs/vue-router/blob/next/examples/route-matching/app.js)
  
 [Vue.js 路由懒加载](https://router.vuejs.org/zh/guide/advanced/lazy-loading.html#%E8%B7%AF%E7%94%B1%E6%87%92%E5%8A%A0%E8%BD%BD) [Vue.js 路由懒加载](https://router.vuejs.org/zh/guide/advanced/lazy-loading.html#%E8%B7%AF%E7%94%B1%E6%87%92%E5%8A%A0%E8%BD%BD)
 +
 +
 +#### Server Side Render (SSR)
 +
 +
 +[如何理解 SSR 中的 hydrate?](https://zhuanlan.zhihu.com/p/323174003)
 +
 +[Angular 应用程序的 Hydration 概念详解](https://segmentfault.com/a/1190000044255549)
  
 #### HTTP #### HTTP
行 140: 行 170:
  
 [让浏览器把网页中的http url按照https去加载的 http header](https://blog.csdn.net/xiaoxing598/article/details/49360643) [让浏览器把网页中的http url按照https去加载的 http header](https://blog.csdn.net/xiaoxing598/article/details/49360643)
 +
 +#### Webpack
 +
 +[Webpack配置外部扩展依赖](https://www.webpackjs.com/configuration/externals/#externals)
 +
 +#### Babel
 +
 +[前端工程化 - 插件 babel-plugin-import 使用指南](https://juejin.cn/post/6926850164015497229)
  
 #### 安全 #### 安全
行 146: 行 184:
  
 [跨站请求伪造 CSRF](https://baike.baidu.com/item/%E8%B7%A8%E7%AB%99%E8%AF%B7%E6%B1%82%E4%BC%AA%E9%80%A0/13777878?fromtitle=CSRF&fromid=2735433) [跨站请求伪造 CSRF](https://baike.baidu.com/item/%E8%B7%A8%E7%AB%99%E8%AF%B7%E6%B1%82%E4%BC%AA%E9%80%A0/13777878?fromtitle=CSRF&fromid=2735433)
 +
 +#### Chrome
 +
 +[https 证书在浏览器中报错时,Last-Modified 和ETag 缓存机制不生效,是一个已知的Bug](https://bugs.chromium.org/p/chromium/issues/detail?id=110649#c8)
  
 #### Generic #### Generic
行 160: 行 202:
  
 [Cookie和Session的作用和区别](https://www.zhihu.com/question/19786827) [Cookie和Session的作用和区别](https://www.zhihu.com/question/19786827)
 +
 +[Document and resource loading 流程介绍](https://javascript.info/loading)
 +
 +
  
  
web.1607653466.txt.gz · 最后更改: (外部编辑)