码迷,mamicode.com
首页 >  
搜索关键字:support library    ( 15455个结果
MySql-BlackHole:黑洞引擎
通过查看 SHOW ENGINES; 或 SHOW VARIABLES LIKE 'have%'; 的输出来查看但前的mysql版本是否支持这个引擎。 mysql> show engines; + + + + + + + | Engine | Support | Comment | Transact ...
分类:数据库   时间:2020-06-19 01:12:04    阅读次数:140
brew 更新源
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
Matplotlib - GUI
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还是比较简单,容易上手的,就基本语法而言,但是有些高级特性掌握起来还是有些难度,需要时间去消化。Python给我最大的印象就是语法简洁,就像写伪代码一样,很多其他语言要用很多行才能实现 ...
分类:编程语言   时间:2020-06-17 21:50:58    阅读次数:66
Generic Programming and Graph
Generic Programming and Graph 链接:http://ecee.colorado.edu/~siek/boostcon2010bgl.pdf 原文中还介绍了一点boost graph library相关的内容。由于对于boost graph library的介绍比较少。这里 ...
分类:其他好文   时间:2020-06-17 19:47:58    阅读次数:48
5.select下拉框
# 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 安装 cuda8 并多版本共存
系统原环境: 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
asyncio简介
官方文档: 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, Operation not support
启动wireguard时报错:RTNETLINKanswers:OperationnotsupportedUnabletoaccessinterface:Protocolnotsupported使用如下安装命令可以解决:sudoapt-getinstallwireguard-dkmswireguard-toolslinux-headers-$(uname-r)
分类:其他好文   时间:2020-06-16 01:07:42    阅读次数:214
重置Mac“活动监视器”
终端直接输入: rm -rf ~/Library/Preferences/com.apple.ActivityMonitor.plist 留个备份,超级感谢这位大神!转自:https://blog.csdn.net/isatiscola/article/details/76343786 另外,这ma ...
分类:系统相关   时间:2020-06-15 22:30:27    阅读次数:114
15455条   上一页 1 ... 40 41 42 43 44 ... 1546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!