firefox profile

May 10, 2014

profile是firefox的高级概念,开发者在扩展开发过程中一般使用不同的profile模拟不同的浏览器环境,用于测试扩展的兼容性。

什么是profile

profile是firefox用户数据的集合,包括书签,设置信息,扩展,密码信息,浏览历史等数据。

如何创建新的profile

使用firefox的命令行创建新的profile,该命令要求所用的firefox实例都关闭:
firefox.exe -P

会打开如下窗口:

firefox profile窗口


如何使用新的profile


使用命令行启动firefox,假设上一步创建的新的profile文件为TestProfile,可以使用如下命令使用新的profile启动firefox浏览器
firefox.exe -P  “TestProfile”

全面理解React,实现自己的React

通过实现一个简单的React, 来理解React的原理 Continue reading

同构渲染的常见风险

Published on October 01, 2017

React16升级避坑指南

Published on September 10, 2017