March 16, 2025
web
3D
Web3D
在浏览器的环境下,使用3D相关交互效果:
(Web 3D refers to interactive 3D technology that one can use through a web browser.) – from Wikipedia web_3D_technolog ...
Read more
June 24, 2024
WhatWhy
正常的功能测试完毕后,性能测试,能提升用户体验
How
cypress 集成 cypress-audit/lighthouse
Read more
June 22, 2024
git
GitHub
自定义域名
操作如下1234git branch -m master maingit fetch origingit branch -u origin/main maingit remote set-head origin -a
Read more
June 21, 2024
python
python推导列表推导式、字典推导式、集合推导式以及其他迭代器为何元组、True|False, String等没有推导式?
Read more
October 14, 2022
ansible
配置管理
滚动更新
devops
学习笔记何为ansible
ansible 基于ssh协议,进行服务器管理的
ansible架构链接:https://pan.baidu.com/s/1ZJwx4e-NxveCqmEcwnEJMA密码:l2f3
ansible 工作原理链接:https://pan.baidu.com/s/ ...
Read more
September 12, 2022
powershell
导语 最近在学习Powershell,提升下windows下前端开发效率。记录下powershell要点。PowerShell中,一切皆对象。
简介查看所有支持的快捷输入
支持Tab进行命令补充
1> get-alias
powershell命令分类
cmdlet: 通常使用 ...
Read more