https://www.cnblogs.com/sfencs-hcy/p/10989298.html 1.安装:pip install pympler 或 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pympler 2.配置: DE ...
分类:
其他好文 时间:
2020-07-26 15:18:02
阅读次数:
61
简介redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sortedset--有序集合)和hash(哈希类型)这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原子性的。在此基础上,redis支持各种不同方式的排序,与
分类:
其他好文 时间:
2020-07-26 11:21:30
阅读次数:
98
1,yum安装的Nginx添加第三方模块支持tcp [root@centos7 ~]# nginx -V nginx version: nginx/1.16.1 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) built with OpenS ...
分类:
其他好文 时间:
2020-07-26 01:42:06
阅读次数:
77
AXI协议中用到的一些术语 AXI Transaction:the complete set of required operations on the AXI bus form the AXI Transaction AXI Burst:any required payload data is t ...
分类:
其他好文 时间:
2020-07-26 01:33:58
阅读次数:
109
sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["阿里云镜像加速器"] } EOF sudo systemctl daemon-reload sudo systemc ...
分类:
其他好文 时间:
2020-07-26 00:59:37
阅读次数:
99
libname a '.\data'; data scatter; set a.scatter; run; proc template; define statgraph scatter; dynamic ht wt; mvar study; begingraph /border=false des ...
分类:
其他好文 时间:
2020-07-26 00:47:36
阅读次数:
78
tarjan 求 e-dcc, v-dcc, scc 以及相关缩点问题 ...
分类:
编程语言 时间:
2020-07-24 22:15:08
阅读次数:
89
问题: An error occured while deploying the file. This probably means that the app contains ARM native code and your Genymotion device cannot run ARM ins ...
分类:
移动开发 时间:
2020-07-24 22:03:36
阅读次数:
160
这只是一个对话器!还不能听歌(反正我也没在UNIT平台配置听歌的功能)!
反正最近也不知怎么的,就想做一个AI对话器
语音识别和语音输出都不要,input()和print()就行
本来准备用小爱的,但要实名,身份证找不到
还是百度良心,不用实名认证,开始喽 ...
分类:
编程语言 时间:
2020-07-24 21:57:02
阅读次数:
108
美术基础知识中的最后一个模块:色彩关系。三原色:是色彩中不能再分解的基本颜色,能合成出其他的任何颜色。印刷三原色:红(Magenta)黄(Yellow)蓝(Cyan)。红+黄=橙,黄+蓝=绿,红+蓝=紫,是减色模式,相加混合为深灰色,并不能得到黑色,所以在印刷的时候再加上黑色油墨,印刷出来的黑色才是纯黑。光的三原色:红(Red)绿(Green)蓝(Blue),是加色模式,相加混合为白色。色彩的三大
分类:
其他好文 时间:
2020-07-24 21:33:30
阅读次数:
85