会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
web大师
https://github.com/flzCoder
http://www.fengluzhe.shop/
https://legacy.gitbook.com/@flzwriter
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
13
下一页
2020年9月11日
公钥~gitlab~免密登录
摘要: 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-小强
阅读(273)
评论(0)
推荐(0)
2020年9月2日
class继承随笔
摘要: https://blog.csdn.net/friend1020/article/details/108157905 一方面,就 class 通过 BABEL 转化后的代码而言,子类在实例化时,如果子类存在构造函数需要执行时,即声明了 constructor 方法,那么一定要在 constructo
阅读全文
posted @ 2020-09-02 10:41 web-小强
阅读(130)
评论(0)
推荐(0)
2020年9月1日
阿里云ECS随笔
摘要: 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-小强
阅读(109)
评论(0)
推荐(0)
2020年8月27日
vue-ssr技术分析与实践
摘要: demo https://github.com/flzCoder/rich 一、优劣分析 优点: 更好的 SEO,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面 更快的内容到达时间 (time-to-content),特别是对于缓慢的网络情况或运行缓慢的设备 权衡点: 开发条件所限(浏览器特定的
阅读全文
posted @ 2020-08-27 12:23 web-小强
阅读(247)
评论(0)
推荐(0)
2020年8月24日
firebase开发带后台的网站
摘要: 一、https://console.firebase.google.com/ 创建项目、firestore 二、cmd firebase login 进入firebase项目目录 firebase init tips:国内网络问题,全选配置。 生成firebase.json public文件夹默认有
阅读全文
posted @ 2020-08-24 23:11 web-小强
阅读(778)
评论(0)
推荐(0)
2020年8月23日
全栈项目搭建 ------- babel
摘要: 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-小强
阅读(143)
评论(0)
推荐(0)
全栈项目搭建 ------- webpack
摘要: 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-小强
阅读(121)
评论(0)
推荐(0)
全栈项目搭建 ------- vuex
摘要: item是响应式的,不能换个变量。 item=item.data; 不能let tmp=item.data;
阅读全文
posted @ 2020-08-23 19:24 web-小强
阅读(130)
评论(0)
推荐(0)
全栈项目搭建 ------- vue-router
摘要: router.onReady 单页应用,统一设置路由组件title
阅读全文
posted @ 2020-08-23 19:22 web-小强
阅读(145)
评论(0)
推荐(0)
全栈项目搭建 ------- vue-ssr
摘要: 实现基础: 虚拟DOM使得vue程序在服务端渲染成为可能。 涉及服务端渲染html字符串、webpack打包客户端和服务端代码 核心包:vue-server-renderer 客户端核心插件:vue-server-renderer/client-plugin 服务端核心插件:vue-server-r
阅读全文
posted @ 2020-08-23 19:20 web-小强
阅读(42)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
13
下一页
公告