June 21, 2024
python
python推导列表推导式、字典推导式、集合推导式以及其他迭代器为何元组、True|False, String等没有推导式?
Read more
August 20, 2023
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
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
August 16, 2022
疫情
健康码
信令
导语: 防疫的背后,需要科技+协同的力量,更需要高精的算法、软硬件算力系统支持。
颜色会根据数据的不同,将居民判定为五种状态,在健康码展示中分为红、橙、绿三种颜色,其中红色需要集中隔离观察,橙色需要居家隔离,定期做核酸检测自我观察,绿色则为无风险
内容介绍
健康码的后台服务器是永不停歇的大 ...
Read more
August 9, 2022
python
导语 python 学了忘了,忘了学的过程。没有实战,终究会忘记。
python 版本问题如何快速的切换python 版本123456789101112# 查看有哪些可用版本C:\Users\cheohu>py --listInstalled Pythons found by py L ...
Read more