git 操作手册gitconfig 文件里 # git config --global user.name cof #设置用户名 # git config --global user.email cof@cof-lee.com #设置邮箱 # git config --global h�p.sslVerify false #不验证ssl证书 # git config --global --list #查看全局设置 ★本地设置 针 对 单 一 项 目 的 设 置 , 使 用 --local 参 数 , 本 地 设 置 信 息 保 存 在 项 目 目 录/.git/config文件里 # cd 项目目录 # git ),源为 yyy,目的为xxx # git branch --no-merged #查看没有合并到当前分支的分支列表 # git config --global init.defaultBranch main #设置默认分支名为main,默认 为master;设置完成后,再init其他仓库,则默认名称生效(只对新创建仓库生 效)0 码力 | 35 页 | 1.69 MB | 1 年前3
python3学习手册General下的 Hard wrap at: 120(默认为120字符) ★设置源码文件字符编码 File → Se�ngs → Editor → File Encodeings → 右侧的“Global Encoding”设 置目标字符编码,默认UTF-8 ★pycharm安装模块 File → Se�ngs → Project: xxx →Python Interpreter → 右 False None as nonlocal and exec not assert finally or break for pass class from print con�nue global raise def if return del import try elif in while else is with except lambda yiel ★标准数据类型 bytes和bytearray都可以使用 .decode("u�8") 方法转为string ★global全局变量 global_var_xx = 1 def func_xx(): global global_var_xx # 在函数中使用全局变量,否则函数内 的变量会被认为是局部变量 global_var_xx = 2 # to do ★类型提示 类型提示是Python30 码力 | 213 页 | 3.53 MB | 1 年前3
k8s操作手册 2.3mtu 1500 qdisc pfifo_fast state UP #k8s服务器本身用于通信的网口 inet 10.99.1.61/24 brd 10.99.1.255 scope global 3: docker0:mtu 1500 qdisc noqueue state DOWN #docker默认的容器网络 #Service 网络,使用ipvs实现 inet 10.7.0.1/32 scope global kube-ipvs0 valid_l� forever preferred_l� forever inet 10.7.0.10/32 scope global kube-ipvs0 #当访问这些ip加某端口时转为真 实的pod ip 0/32 brd 10.244.0.0 scope global flannel.1 7: cni0: mtu 1450 #网桥设备,是本 服务器上的pod网络的网关 inet 10.244.3.1/24 brd 10.244.3.255 scope global cni0 8: veth57d7a776@if3: 0 码力 | 126 页 | 4.33 MB | 1 年前3
The DevOps Handbookqueues and making it visible, all stakeholders can more easily prioritize work in the context of global goals. ii. REDUCE BATCH SIZES1. Another key component to creating smooth and fast flow is performing identifying which ideas don’t work and reinforcing those that do3. local learnings are rapidly turned into global improvements, so that new techniques and practices can be used by the entire organization iii0 码力 | 8 页 | 22.57 KB | 5 月前3
The Phoenix Projectnever passing a known defect to downstream work centers, never allowing local optimization to create global degradation, always seeking to increase flow, and always seeking to achieve profound understanding0 码力 | 3 页 | 154.45 KB | 5 月前3
The DevOps Handbookmore resilient systems with higher degrees of assurance 3. Ch. 20 – Convert Local Discoveries into Global Improvements a. USE CHAT ROOMS AND CHAT BOTS TO AUTOMATE AND CAPTURE ORGANIZATIONAL KNOWLEDGE0 码力 | 9 页 | 25.13 KB | 5 月前3
共 6 条
- 1













