摘要:
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 阅读全文
摘要:
Mysql 好久不用,今天启动发现报ERROR! The server quit without updating PID file (/usr/local/mysql/data/ xxxxx.pid)错误 mysql对data目录没有 读写权限引起。 Mac:sudo chmod -R a+rwx 阅读全文