[置顶] 论文准备

摘要: 数据集 http://horatio.cs.nyu.edu/mit/tiny/data/index.html 阅读全文

posted @ 2017-11-01 17:07 Alex0111 阅读(116) 评论(0) 推荐(0) 编辑

2020年8月13日

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 阅读(534) 评论(0) 推荐(0) 编辑

2020年8月2日

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 阅读(1117) 评论(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 阅读(3274) 评论(0) 推荐(0) 编辑

【NPM】npm ERR! Unexpected end of JSON input while parsing near

摘要: npm cache clean --force 阅读全文

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

2020年7月31日

mysql Incorrect string value:

摘要: alter table tk convert to character set utf8mb4 collate utf8mb4_bin; 阅读全文

posted @ 2020-07-31 19:26 Alex0111 阅读(150) 评论(0) 推荐(0) 编辑

2020年7月9日

Incorrect string value:

摘要: https://blog.csdn.net/weixin_40896352/article/details/80499131 阅读全文

posted @ 2020-07-09 22:38 Alex0111 阅读(110) 评论(0) 推荐(0) 编辑

flask 部署

摘要: app.run(host="0.0.0.0", port="5001") 阅读全文

posted @ 2020-07-09 11:57 Alex0111 阅读(112) 评论(0) 推荐(0) 编辑

2020年7月5日

FLask flush 之后数据库没有更新

摘要: 读取的时候,不在接口内,就会出现这种情况 应该现读取,现flush 阅读全文

posted @ 2020-07-05 15:35 Alex0111 阅读(215) 评论(0) 推荐(0) 编辑

2020年5月10日

excel 控件链接单元

摘要: 有些控件是可百以返回值的,这些值是可以被VBA调用的。但如果不想用VBA调用,而直接在工作表中使用这度些值,就需要将值写到单元格里。知单元格链接就是将控件产生的值写到单元格道里。在单元格链接的输入框里输入或选择一个单元格,这个单元格就与这个控件内建立了链接关系,以后,容只要改变这个控件的值,这个值就 阅读全文

posted @ 2020-05-10 06:31 Alex0111 阅读(547) 评论(0) 推荐(0) 编辑

2018年12月28日

知识点

摘要: 海森矩阵: https://blog.csdn.net/dfdfdsfdfdfdf/article/details/81019927 阅读全文

posted @ 2018-12-28 12:35 Alex0111 阅读(121) 评论(0) 推荐(0) 编辑

导航