1、Excel行数统计工具 源代码 运行效果 2.手机号加密解密工具 注:调用的java类Test从开发代码中获取的,不方便公布 运行效果 Read More
posted @ 2019-03-11 08:57 happy_xiaoxiao Views(614) Comments(0) Diggs(0) Edit
Grid(网格)布局管理器,是Tkinter里面最灵活的几何管理布局器。注意:不要试图在一个主窗口中混合使用pack和grid。 1.简单的布局 运行结果 说明: (1) label1没写column属性,默认从0开始 (2) padx 控件与外边框的水平距离;ipadx 控件内文字与控件边框的距离 Read More
posted @ 2019-03-11 08:55 happy_xiaoxiao Views(958) Comments(0) Diggs(0) Edit
1.上传单个文件 运行结果如下 选择文件后 2.上传多个文件 运行效果: Read More
posted @ 2019-03-11 08:55 happy_xiaoxiao Views(6423) Comments(0) Diggs(0) Edit
1.Label--标签(文字/位图)控件 运行效果 2.Entry--输入框 运行效果 常用方法: 3.Button--按钮控件 运行效果 4.Text--文本框 运行效果 5. Checkbutton 多选框 运行效果 6. Radiobutton 单选框 运行效果 7.Listbox 列表框 运 Read More
posted @ 2019-03-11 08:55 happy_xiaoxiao Views(1878) Comments(0) Diggs(0) Edit