Zlog
首页时间轴关于
Zlog

一个探索技术、编程和构建 Web 的个人空间。

© 2026 Zlog

导航

首页时间轴关于

链接

首页/分类/#frontend-framework

#frontend-framework

7 篇文章

automator-automatorautomator-testingbackendbackend-dbbackend-linuxbackend-nginxbackend-nodebackend-pythonbackend-servercomponents-componentscookiedatabasedeploymentdesignpatternfrontendfrontend-applicationfrontend-cssfrontend-frameworkfrontend-javascriptfrontend-protocolfrontend-reactfrontend-typescriptfrontend-vuefrontend-webpackgear-gitgear-terminalgear-toolsideminiprogram-miniprogramnextjsscrapysummary-scriptablesummary-summarytursovercelzlog
React生命周期
1 分钟
2021年7月25日

React生命周期

当组件实例被创建并插入 DOM 节点时,其生命周期调用顺序如下:

frontendfrontend-frameworkfrontend-react
Appium之android app自动化测试
2 分钟
2021年4月21日

Appium之android app自动化测试

Genymotion + Appium + Python 是主流的移动端 App 自动化测试解决方案之一,本文记录该方案的 Android App 自动化测试环境搭建 (macOS-11.x) 及 demo 演示。

automator-automatorautomator-testingfrontend-framework
Jest
5 分钟
2021年4月21日

Jest

由 Facebook 开源的 JS 测试框架 ( 单元测试 ) ,集成了断言、覆盖率报告等工具,开箱即用。其用例并行执行,且只执行发生改变的文件对应的测试,所以性能较优。

automator-automatorautomator-testingfrontend-framework
Vue刷新页面的三种方式
1 分钟
2021年2月1日

Vue刷新页面的三种方式

location.reload();

frontendfrontend-frameworkfrontend-vue
Vue响应式原理及2.x和3.x的区别
1 分钟
2020年11月1日

Vue响应式原理及2.x和3.x的区别

Vue响应式原理及2.x和3.x的区别

frontendfrontend-frameworkfrontend-vue
Vue生命周期
1 分钟
2020年7月5日

Vue生命周期

Vue 生命周期即 Vue 实例从创建->运行->销毁过程中暴露出来的一系列函数,也称 Vue 钩子(函数)

frontendfrontend-frameworkfrontend-vue
Vue-cli
1 分钟
2019年12月28日

Vue-cli

1. 新建目录:mkdir vue-cli2

frontendfrontend-frameworkfrontend-vue