Skip to content
首页

堂-DayDayUP

VIM Linux Life
  • 首页
  • Python
    • Python 常用
    • Python 入门
    • Python 办公
    • Python 进阶
  • 前端&后端
    • Flask+Vue3前端
    • Django+HTML前端
  • 大&数据&库
    • 数据库
    • 大数据入门
    • 大数据数仓实践
    • 大数据-Spark
    • 大数据-Flink
  • Kubernetes
  • 运维杂记
    • 运维杂记
    • 常用项目
    • Linux基础
    • Shell基础
    • 网络
  • 相册
    • 我的相册
    • 狗子成长记
  • Search
首页

堂-DayDayUP

VIM Linux Life
  • Search
  • 首页
  • Python
    • Python 常用
    • Python 入门
    • Python 办公
    • Python 进阶
  • 前端&后端
    • Flask+Vue3前端
    • Django+HTML前端
  • 大&数据&库
    • 数据库
    • 大数据入门
    • 大数据数仓实践
    • 大数据-Spark
    • 大数据-Flink
  • Kubernetes
  • 运维杂记
    • 运维杂记
    • 常用项目
    • Linux基础
    • Shell基础
    • 网络
  • 相册
    • 我的相册
    • 狗子成长记
>>> 好好学习、天天向上 (๑• ₃ •๑) >> 演示Demo https://demo.vimll.com:9999 > 登录 wukong QTDSSWK
>> Demo新增AI聊天室 > 手机访问时浏览器切换桌面/电脑模式 > 交流请Demo首页留言!

字符串扩展 字符串的三种定义试式: 单引号定义法,双引号定义法,三引号定义法 # 单引号定义法 name = 'tang' print(type(name), name) # 双引号定义法 nam […]

4.字符串扩展

标识符 用户编写代码时,对变量、类、方法等编写的名字,叫做标识符 标识符 必须区分大小写,不能是关键字,不能以数字开头,不能包含空格、制表符、数学符号、中划线、箭头等 推荐命名:见名知意,全部小写,单词之间用下划线_ […]

3.标识符与运算符

type()语句的使用 # type函数读取数据类型 # type函数读取数据类型 print('## type函数读取数据类型') print(type('dfdfd')) […]

2.数据类型

注释及变量 单行注释: 以#开头,#右边的所有文字当作说明,而不是真正要执行的程序,起辅助说明作用 # 我是单行注释 注意:#号和注释内容一般建议以一个空格隔开 多行注释: 以一对三个双引号 引起来("&q […]

1.注释及变量

Vs Code 快捷方式 如何进入多光标的批量操作模式 Alt + 鼠标左键(手动添加多个光标) 按住 Alt 键后,在哪里点击鼠标左键就会增加一个光标,在原本就有光标的位置点击鼠标左键,是取消当前这个光标 Ctrl […]

0.Vs Code Jupyter 各类快捷方式

RGB对照表: https://tool.oschina.net/commons?type=3 HTTP Content-type: https://tool.oschina.net/commons HTML转义字符 […]

0.常用查询工具

helm repo add gitlab-jh https://charts.gitlab.cn 或 helm repo add gitlab https://charts.gitlab.io helm search […]

Gitlab-Runner Helm Chart

# https://docs.gitlab.com/ee/development/cicd/templates.html # https://gitlab.com/gitlab-org/gitlab/-/blob/m […]

Gitlab CI/CD K8S JAVA

jenkins helm repo add jenkins https://charts.jenkins.io helm install jenkins jenkins/jenkins -f values.yaml […]

Jenkins helm kubernetes java

NGINX Ingress Controller helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm pull in […]

NGINX Ingress Controller 安装及常用配置

# values 试例 cat > istio-values.yaml << EOF prometheus: enabled: true # enabled: true # tolerations: […]

istio 各版本升级操作

Ansible ldap_entry 模块 # ansible-vault简介 # ansible vault是 ansible的组件,可以加密解密 ansible使用的数据。 # 编辑配置文件 vim /etc/a […]

Ansible ldap_entry 模块

Ansible常用命令及操作 一、安装 yum install -y ansible 二、命令补全 ansible 2.9版本以上 # yum -y install python-argcomplete #或者任何系 […]

Ansible常用命令及操作

ldapsearch -x -H ldap://127.0.0.1:1389 -b dc=vimll,dc=com -D "cn=admin,dc=vimll,dc=com" -w Tang@12 […]

Openldap 常用操作

# helm repo add helm-openldap https://jp-gouin.github.io/helm-openldap/ # helm install my-release helm-openl […]

Openldap helm 高可用部署

yum install -y install openldap-clients sssd sssd-client sssd-ldap sssd-tools authconfig nss-pam-ldapd oddjo […]

sssd接入openldap实现登录

文章导航

  • 新文章 新文章
    • 1
    • …
    • 16
    • 17
    • 18
    • …
    • 32
  • 旧文章 旧文章

© 2025 堂-DayDayUP – All rights reserved

Powered by WP – Designed with the Customizr