python3学习手册
prefix , 也 无 需 创 建 链 接 , 默 认 安 装 路 径 : /usr/local/bin/ # python2 -c "import sys; print sys.path" ['', #程序当前路径 '/usr/lib64/python27.zip', '/usr/lib64/python2.7', '/usr/lib64/python2.7/plat-linux2' '/usr/lib64/python2.7/site-packages', '/usr/lib/python2.7/site-packages'] # python3 -c "import sys; print(sys.path)" ['', #程序当前路径 '/usr/local/python3/lib/python37.zip', '/usr/local/python3/lib/python3 else: #来自另一程序的调用 import sys as xx #将导入的模块名 sys 设置别名为 xx , 下文即可使用xx.func() print(xx.path) ★一个模块被导入时,解释器默认会将它编译成可执行的字节码.pyc 在模块所处包下生成一个名为__pycache__的目录,里面就是各模块的 字节码文件 linux下可设置环境变量不生成字节码文件:0 码力 | 213 页 | 3.53 MB | 1 年前3k8s操作手册 2.3
★容器探测其他配置: ★HTTP探测 livenessProbe: #pod存活性探测 h�pGet: #使用h�p path: /xx/cxxx/healthz #请求的文件 port: 80 scheme: HTTP #协议,可为HTTP, HTTPS ★执行shell命令进行探测 rules: #以下是各转发规则,根据匹配的hostName去转发 - host: "web.xxx.com" h�p: paths: - path: / #若不指定url,则默认就是/根路径,全部转发 backend: serviceName: mynginx-svc # host下还可根据不同的url去转发到不同svc - path: /apixx #转发到后端时也是带这个url的 backend: serviceName: mynginx-svc2 servicePort: 2390 - path: /sta�cxx backend:0 码力 | 126 页 | 4.33 MB | 1 年前3A Seat at the Table - IT Leadership in the Age of Agility
decisions have potential negative consequences, if only the opportunity costs of not having chosen a path that would have turned out to be more profitable. As an IT leader making decisions under conditions flattened. Layers of management get in the way of goals. The employee wants the shortest possible path to shipping code without needing layers of approval. Management should be close enough to the action0 码力 | 7 页 | 387.48 KB | 5 月前3git 操作手册
positories git_data_dirs({ "default" => { "path" => "/git-data" } }) #设置备份存放路径及备份默认保存时间,默认 /var/opt/gitlab/backups/ gitlab_rails['backup_path'] = "/git-backup" gitlab_rails['backup_keep_�me']0 码力 | 35 页 | 1.69 MB | 1 年前3Predictably Irrational
that the best course might be to give people an opportunity to commit up front to their preferred path of action. This approach might not be as effective as the dictatorial treatment, but it can help0 码力 | 3 页 | 234.46 KB | 5 月前3
共 5 条
- 1