10 2018 档案

摘要:1. show all the rows or columns from a DataFrame in Jupyter QTConcole if the df has a lot of rows or columns, then when you try to show the df, pandas 阅读全文
posted @ 2018-10-25 15:17 andy_0212 阅读(1266) 评论(0) 推荐(0)
摘要:服务器客户要求使用linux,未了操作方便,于是考虑如何使用可视化界面操作,以下是使用CentOS7安装GNOME可视化界面流程的步骤总结和归纳: 1:使用Xshell或jutty等连接工具进入系统(默认用户名root) 2:执行命令安装 Gnome 包 $sudo yum groupinstall 阅读全文
posted @ 2018-10-24 09:58 andy_0212 阅读(2375) 评论(0) 推荐(0)
摘要:1. 安装 MySQL(其实MariaDB更好):https://www.rosehosting.com/blog/how-to-install-mysql-on-centos-7/ 2. 改变Authentication 方式:MySQL 8.0报错:error 2059: Authenticat 阅读全文
posted @ 2018-10-17 17:44 andy_0212 阅读(120) 评论(0) 推荐(0)
摘要:pyodbc: MySQL Connector/Python: 阅读全文
posted @ 2018-10-17 17:34 andy_0212 阅读(203) 评论(0) 推荐(0)
摘要:转载自:http://www.log4cpp.com/learnother/27.html 今天在本地调试的时候,把从服务器上导出的sql文件导入到本地的mysql上,但是在执行的过程中却收到了这个错误 ”Error Code: 1118 - Row size too large (> 8126). 阅读全文
posted @ 2018-10-17 17:30 andy_0212 阅读(1487) 评论(0) 推荐(0)
摘要:使用ODBC时,要注意兼容的数据库版本号 阅读全文
posted @ 2018-10-16 17:51 andy_0212 阅读(816) 评论(0) 推荐(0)
摘要:诡异的python文件十分诡异十分诡异我有以下文件,放在文件夹A下执行 (Python.exe, VS code, jupyter notebook),第三行报错,找不到 TrieAPI.如果把该文件放到其他文件夹下,可以完美执行。真的是太诡异了。。。弄了2... 阅读全文
posted @ 2018-10-09 17:37 andy_0212 阅读(136) 评论(0) 推荐(0)