通过查看 SHOW ENGINES; 或 SHOW VARIABLES LIKE 'have%'; 的输出来查看但前的mysql版本是否支持这个引擎。 mysql> show engines; + + + + + + + | Engine | Support | Comment | Transact ...
分类:
数据库 时间:
2020-06-19 01:12:04
阅读次数:
140
git remote -v /usr/local/Homebrewgit remote set-url origin git://mirrors.tuna.tsinghua.edu.cn/homebrew.git/usr/local/Homebrew/Library/Taps/homebrew/ho ...
分类:
其他好文 时间:
2020-06-19 01:03:31
阅读次数:
71
The Matplotlib library is designed to work well with many different environments and platforms. As such, the library does not only contain routines fo ...
分类:
其他好文 时间:
2020-06-18 12:42:01
阅读次数:
56
本文是本人学完Python后的一遍回顾,加深理解顺便留作手册以备查阅。 学习Python的这几天来,觉得Python还是比较简单,容易上手的,就基本语法而言,但是有些高级特性掌握起来还是有些难度,需要时间去消化。Python给我最大的印象就是语法简洁,就像写伪代码一样,很多其他语言要用很多行才能实现 ...
分类:
编程语言 时间:
2020-06-17 21:50:58
阅读次数:
66
Generic Programming and Graph 链接:http://ecee.colorado.edu/~siek/boostcon2010bgl.pdf 原文中还介绍了一点boost graph library相关的内容。由于对于boost graph library的介绍比较少。这里 ...
分类:
其他好文 时间:
2020-06-17 19:47:58
阅读次数:
48
# coding:utf-8from selenium import webdriverfrom selenium.webdriver.common.action_chains import ActionChainsfrom selenium.webdriver.support.select imp ...
分类:
其他好文 时间:
2020-06-17 13:05:32
阅读次数:
54
系统原环境: ubuntu18.04, cuda10.1,cudnn7 因需要安装cuda8,并多版本共存, 报错1:遇到Error: unsupported compiler: 7.4.0的错误。原因是Ubuntu18.04的编译器版本过高,需要安装较低版本的gcc、g++即可,需gcc5以下。 ...
分类:
系统相关 时间:
2020-06-17 10:33:39
阅读次数:
87
官方文档: https://docs.python.org/zh-cn/3.7/library/asyncio.html#module-asyncio 为什么看这个 在看websockets的时候,发现不知道里面的async关键字是啥,为什么的函数调不到。就翻了翻官方文档看一下。 asyncio是p ...
分类:
其他好文 时间:
2020-06-16 01:20:44
阅读次数:
70
启动wireguard时报错:RTNETLINKanswers:OperationnotsupportedUnabletoaccessinterface:Protocolnotsupported使用如下安装命令可以解决:sudoapt-getinstallwireguard-dkmswireguard-toolslinux-headers-$(uname-r)
分类:
其他好文 时间:
2020-06-16 01:07:42
阅读次数:
214
终端直接输入: rm -rf ~/Library/Preferences/com.apple.ActivityMonitor.plist 留个备份,超级感谢这位大神!转自:https://blog.csdn.net/isatiscola/article/details/76343786 另外,这ma ...
分类:
系统相关 时间:
2020-06-15 22:30:27
阅读次数:
114