上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: cd ~/.sshssh-keygen -t rsa -b 4096 -C "fengluzhe@corp.netease.com"id_rsa.pub 公钥(pub)github上 登录账号-setting--add ssh keys,则可以推代码。 zero平台、堡垒机传公钥;(30min生效) 阅读全文
posted @ 2020-09-11 07:33 web-小强 阅读(213) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/friend1020/article/details/108157905 一方面,就 class 通过 BABEL 转化后的代码而言,子类在实例化时,如果子类存在构造函数需要执行时,即声明了 constructor 方法,那么一定要在 constructo 阅读全文
posted @ 2020-09-02 10:41 web-小强 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 0.安装软件 查看操作系统的版本 cat /etc/redhat-release git https://developer.aliyun.com/article/764438 node https://help.aliyun.com/document_detail/50775.html mysql 阅读全文
posted @ 2020-09-01 10:53 web-小强 阅读(102) 评论(0) 推荐(0) 编辑
摘要: demo https://github.com/flzCoder/rich 一、优劣分析 优点: 更好的 SEO,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面 更快的内容到达时间 (time-to-content),特别是对于缓慢的网络情况或运行缓慢的设备 权衡点: 开发条件所限(浏览器特定的 阅读全文
posted @ 2020-08-27 12:23 web-小强 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 一、https://console.firebase.google.com/ 创建项目、firestore 二、cmd firebase login 进入firebase项目目录 firebase init tips:国内网络问题,全选配置。 生成firebase.json public文件夹默认有 阅读全文
posted @ 2020-08-24 23:11 web-小强 阅读(725) 评论(0) 推荐(0) 编辑
摘要: async await await只能在async函数中,后面接promise。是真的同步。 async返回一个promise。 regeneratorRuntime is not defined npm i babel-plugin-transform-runtime -D .babelrc"pl 阅读全文
posted @ 2020-08-23 20:48 web-小强 阅读(135) 评论(0) 推荐(0) 编辑
摘要: webpack.base.config.js、webpack.client.config.js、webpack.server.config.js 入口文件 entry.server.js、entry.client.js 本地开发、打包上线 阅读全文
posted @ 2020-08-23 19:26 web-小强 阅读(112) 评论(0) 推荐(0) 编辑
摘要: item是响应式的,不能换个变量。 item=item.data; 不能let tmp=item.data; 阅读全文
posted @ 2020-08-23 19:24 web-小强 阅读(126) 评论(0) 推荐(0) 编辑
摘要: router.onReady 单页应用,统一设置路由组件title 阅读全文
posted @ 2020-08-23 19:22 web-小强 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 实现基础: 虚拟DOM使得vue程序在服务端渲染成为可能。 涉及服务端渲染html字符串、webpack打包客户端和服务端代码 核心包:vue-server-renderer 客户端核心插件:vue-server-renderer/client-plugin 服务端核心插件:vue-server-r 阅读全文
posted @ 2020-08-23 19:20 web-小强 阅读(35) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页