摘要:
###Mysql-shell下载链接 https://downloads.mysql.com/archives/shell/ ###Mysql-shell API链接 https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-features. 阅读全文
摘要:
替换字段中文字内容 update student set `name`=REPLACE(`name`,'白','黑') 阅读全文
摘要:
参考博文:linux下安装Python 下载python3源码包 wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgz 下载python3编译的依赖包 yum install -y gcc patch libffi-devel p 阅读全文