后一修订版
|
前一修订版
|
笔记:coding:front_end [2017/09/16 15:03] winkidney 创建 |
笔记:coding:front_end [2021/01/18 19:30] (当前版本) winkidney |
| ====== 安全主题 ====== |
| * [[https://stackoverflow.com/questions/2054316/sending-credentials-with-cross-domain-posts| sending-credentials-with-cross-domain-posts]] |
| * [[https://stackoverflow.com/questions/27972/how-do-httponly-cookies-work-with-ajax-requests/29092#29092| how-do-httponly-cookies-work-with-ajax-requests]] |
| |
====== Javascript ====== | ====== Javascript ====== |
| |
| * [[http://www.w3ctech.com/topic/60|FormData使用方法]] |
| |
* [[http://www.w3ctech.com/topic/60|FormData使用方法]] | |
| |
* [[http://developer.51cto.com/art/200907/134911.htm|javascript中原型继承和类的模拟]] | * [[http://developer.51cto.com/art/200907/134911.htm|javascript中原型继承和类的模拟]] |
| |
====== 布局和css ====== | ====== 布局和css ====== |
| |
| |
* [[http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/|css垂直居中-absolute-horizontal-vertical-centering-css]] | * [[http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/|css垂直居中-absolute-horizontal-vertical-centering-css]] |
| |
* [[http://demo.doyoe.com/css/alignment/|未知尺寸元素水平垂直居中]] | * [[http://demo.doyoe.com/css/alignment/|未知尺寸元素水平垂直居中]] |
| * [[https://github.com/atomiks/30-seconds-of-css| 30 秒css(cheatsheet of css)]] |
| * [[https://stackoverflow.com/questions/28791970/how-to-limit-the-height-of-the-modal| how to limit the height of the modal]] |
====== JS How To ====== | ====== JS How To ====== |
| |
| |
* [[http://stackoverflow.com/questions/5623838/rgb-to-hex-and-hex-to-rgb|javascript hex2rgb]] | * [[http://stackoverflow.com/questions/5623838/rgb-to-hex-and-hex-to-rgb|javascript hex2rgb]] |
| |
====== utc time stamp ====== | ====== utc time stamp ====== |
| |
| |
* [[http://stackoverflow.com/questions/9756120/how-do-i-get-a-utc-timestamp-in-javascript|get a utc timestamp quickly]] | * [[http://stackoverflow.com/questions/9756120/how-do-i-get-a-utc-timestamp-in-javascript|get a utc timestamp quickly]] |
| |
| |
====== WorkFlow ====== | ====== WorkFlow ====== |
| |
| |
* [[https://stackoverflow.com/questions/21688613/gulp-returns-0-when-tasks-fail/22314118#22314118|gulp-returns-0-when-tasks-fail]] | * [[https://stackoverflow.com/questions/21688613/gulp-returns-0-when-tasks-fail/22314118#22314118|gulp-returns-0-when-tasks-fail]] |
| |
| ====== Vue ====== |
| * [[https://github.com/vuejs-templates/browserify-simple/issues/6| Vue 组件中this不是VueComponent的问题]] |
| |
| ====== 协议和优化 ====== |
| * [[https://imququ.com/post/http-alt-svc.html| alt-svc, http应用层负载均衡方案]] |
| |
| ====== 框架和工具 ====== |
| |
| * [[https://github.com/tailwindlabs/tailwindcss| tailwindcss - 简单好用且非常迷你的CSS框架,几乎不用自己写任何样式]] |
| |