08 2020 档案

2003: Can't connect to MySQL server on
摘要:https://blog.csdn.net/hui_2016/article/details/85157043 授权其他设备连接MySQL命令: mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'这里写允许其他设备所在的IP地址或者直接用 % 代替,“%”代表 阅读全文

posted @ 2020-08-13 17:57 Alex0111 阅读(594) 评论(0) 推荐(0)

TypeError: Object of type 'date' is not JSON serializable
摘要:class DateEncoder(json.JSONEncoder): def default(self, obj): if isinstance(obj, datetime.datetime): return obj.strftime('%Y-%m-%d %H:%M:%S') elif isin 阅读全文

posted @ 2020-08-02 17:06 Alex0111 阅读(1143) 评论(0) 推荐(0)

vue ESLint报No ESLint configuration found
摘要:安装eslint npm init -y npm install eslint --save-dev ./node_modules/.bin/eslint --init 初始化配置文件 阅读全文

posted @ 2020-08-02 08:21 Alex0111 阅读(3354) 评论(0) 推荐(0)

【NPM】npm ERR! Unexpected end of JSON input while parsing near
摘要:npm cache clean --force 阅读全文

posted @ 2020-08-02 07:57 Alex0111 阅读(134) 评论(0) 推荐(0)

导航