摘要: MySQL性能基准测试对比:5.7 VS 8.0 https://www.cnblogs.com/qcloud1001/p/10488735.html MySQL 8.0 正式版 8.0.11 已发布,官方表示 MySQL 8 要比 MySQL 5.7 快 2 倍,还带来了大量的改进和更快的性能! 阅读全文
posted @ 2020-03-13 23:29 千年寒冰火 阅读(35) 评论(0) 推荐(0)
摘要: [Linux][Ubuntu18.04.1] nginx+php+MySQL环境搭建 https://www.cnblogs.com/cc1997/p/10539758.html Ubuntu下安装Nginx+PHP+MySql环境 https://cloud.tencent.com/develop 阅读全文
posted @ 2020-03-13 23:19 千年寒冰火 阅读(10) 评论(0) 推荐(0)
摘要: centos7从零开始搭建php7.2+nginx+mysql5.7.21 原文连接:https://blog.csdn.net/lizarel/article/details/90269745 其他参考 : CentOS7用yum方式安装Nginx+php-fpm https://www.jian 阅读全文
posted @ 2020-03-13 23:11 千年寒冰火 阅读(46) 评论(0) 推荐(1)
摘要: 近日,Google 宣布推出量子机器学习开源库 TensorFlow Quantum。 这一开源库集成了 Google 之前开源的量子计算框架 Cirq 和机器学习框架 TensorFlow。Cirq 提供了一个软件模拟器来运行量子算法,不要求开发者必须有一台真实的量子计算机。而 TensorFlo 阅读全文
posted @ 2020-03-13 17:48 千年寒冰火 阅读(35) 评论(0) 推荐(0)
摘要: pip是python的一个包管理器。 今天再查询Pip3 -V 时,除了正常的版本信息外,多了几行信息 WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. 阅读全文
posted @ 2020-03-13 16:06 千年寒冰火 阅读(2443) 评论(0) 推荐(1)
摘要: 一、vim个人最常用设置: vim .vimrc 然后添加以下内容 set nu set tabstop=4 set encoding=utf-8 二、查看磁盘空间相关命令 1、df -h 查看硬盘使用情况 2、du -hs 目录名 查看目录占用空间 3、du -h [目录名] 查看指定文件夹下的所 阅读全文
posted @ 2020-03-13 11:50 千年寒冰火 阅读(210) 评论(0) 推荐(0)