python学习者。 觉得自己进步速度非常慢,但坚持呀~ 长期的坚持努力,才是真正重要的! Read More
posted @ 2019-04-29 17:39 学习python~~~ Views(83) Comments(0) Diggs(0) Edit
http://wenzhang.16fan.com/a/581849.html https://www.zhihu.com/question/309727928 http://nb.zjol.com.cn/system/2017/03/09/021461605.shtml 2020年1月2日 公司组 Read More
posted @ 2020-01-09 17:24 学习python~~~ Views(363) Comments(0) Diggs(0) Edit
最近想看看外面的风景,装了Cisco的VPN,但总是连不了外网,国内的网站连接速度比较慢。 运维人员看了很长时间都没发现原因,route print查看之后,说: 在连接外网之前,多走了层路由。。。 询问我之前用过代理么? 我之前设过代理,但删除了。 今天一大早,他跑过来说还是你之前设过代理造成的。 Read More
posted @ 2019-12-24 09:35 学习python~~~ Views(420) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2019-12-15 22:13 学习python~~~ Views(3) Comments(0) Diggs(0) Edit
今天一个实习生来问我问题,他要用python操作outlook发送邮件,代码是从网上找的。 在其他人的电脑上可以成功运行,但在他的电脑上就失败。 处理过程 (1)我查看了他method里的代码, 发现没有问题,(毕竟是直接抄网上的···而且都在其他人电脑上运行成功了···) (2)我怀疑是outlo Read More
posted @ 2019-12-05 22:59 学习python~~~ Views(185) Comments(0) Diggs(0) Edit
openpyxl 优点: 对文件进行操作, 也就是说: 如果一台电脑 没有Office excel 或 WPS excel, xlsx 是打不开的,会提示你选择程序打开。 但这时 openpyxl也可以操作excel。 缺点: 只可对xlsx类型的excel 操作, 不支持xls。 (在老电脑上 可 Read More
posted @ 2019-11-01 14:39 学习python~~~ Views(2977) Comments(0) Diggs(0) Edit
最近在学习 xlwings,参考学习的网址:https://www.jianshu.com/p/b534e0d465f7 写得很棒,学到了很多。 在新建sheet表单, 发现一个问题。 上面的代码 在office excel里可以运行成功, 但是在wps excel里就会报错。 仔细查看了第一行的网 Read More
posted @ 2019-10-31 17:17 学习python~~~ Views(1927) Comments(0) Diggs(0) Edit
今天git pull ,结果报错 : git error: unable to unlink old 原因是 文件夹内 一个exe 处于打开状态。 哈哈哈哈,又是个低级错误~~~ 下次注意呀~ Read More
posted @ 2019-10-24 10:36 学习python~~~ Views(1224) Comments(0) Diggs(0) Edit
今天写了messagebox(信息提示框) 和 inputbox(输入框)。 对于 【窗口】 有了新的认识。。。 发现一个奇怪的事情(虽然原因很简单啦······) 很明显,单独运行上面2段程序,是可以顺利执行的。 但 2个程序 先后运行呢??? 结果很有趣。。。 一开始吓到我了。 有人可能会说 这 Read More
posted @ 2019-10-17 18:30 学习python~~~ Views(666) Comments(2) Diggs(0) Edit
最近有一个要求,用python的tkinter制作一个messagebox,传入3个参数: title text timeout。用户可以点击“确定” 关闭窗口; 或者 等待几秒(timeout) 窗口自动关闭; 一开始 我选择tkinter原生的messagebox,代码如下: 但原生的messa Read More
posted @ 2019-10-17 13:13 学习python~~~ Views(1569) Comments(0) Diggs(0) Edit
最近任务:利用python 实现以下4个窗口弹窗。 分析之后,有3个库 Read More
posted @ 2019-07-29 15:22 学习python~~~ Views(470) Comments(0) Diggs(0) Edit