python3学习手册VERTICAL) tree_view = ttk.Treeview(window, columns=("name", "class", "age", "weight"), show="headings", height=10, yscrollcommand=yscroll.set) yscroll.config(command=tree_view.yview) yview) # 设置每一个列的宽度和对齐的方式 tree_view.column("name", width=100, anchor="center") tree_view.column("class", width=80, anchor="center") tree_view.column("age", width=80, anchor="center") tree_view.column("weight" 设置每个列的标题 tree_view.heading("name", text="姓名") tree_view.heading("class", text="班级") tree_view.heading("age", text="年龄") tree_view.heading("weight", text="体重") # 插入数据 for index in range(50): tree_view.insert(""0 码力 | 213 页 | 3.53 MB | 1 年前3
k8s操作手册 2.3#回滚到指定历史版本 ★制作包 # helm create test-chart #创建一个chart项目目录,默认结构如下: # tree test-chart/ test-chart/ ├── charts ├── Chart.yaml ├── templates │ ├── deployment.yaml │ ├──0 码力 | 126 页 | 4.33 MB | 1 年前3
共 2 条
- 1













