11 2021 档案

摘要:pandas 1行代码搞定 看下VBA,原文链接:https://blog.csdn.net/weixin_42578747/article/details/90111536 Private Sub txt_read() Dim txt As String Open "D:\test.txt" Fo 阅读全文
posted @ 2021-11-23 10:22 HuaBro 阅读(432) 评论(0) 推荐(0)
摘要:经过对比,只快了3秒,体积大了接近2M 阅读全文
posted @ 2021-11-11 19:24 HuaBro 阅读(244) 评论(0) 推荐(0)
摘要:Mysql 好久不用,今天启动发现报ERROR! The server quit without updating PID file (/usr/local/mysql/data/ xxxxx.pid)错误 mysql对data目录没有 读写权限引起。 Mac:sudo chmod -R a+rwx 阅读全文
posted @ 2021-11-02 22:35 HuaBro 阅读(203) 评论(0) 推荐(0)
摘要:直接放图,通常调用列,可以用点号,但是这里不行 根本原因是:列名和方法名一致,所以不能直接调用点方法df.last,要么改列名,要么换成其他方法如df['last'] 感谢:小明大佬提示。 阅读全文
posted @ 2021-11-02 19:54 HuaBro 阅读(304) 评论(0) 推荐(0)
摘要:Mac: Windows: 阅读全文
posted @ 2021-11-02 17:59 HuaBro 阅读(371) 评论(0) 推荐(0)