输入python看默认版本,一般是2.7。 1、删除软链接命令 pi@raspberrypi:~ $ sudo rm /usr/bin/python 2、查看本机安装的python版本及路径 pi@raspberrypi:~ $ whereis python python: /usr/bin/pyt ...
分类:
编程语言 时间:
2021-07-14 18:43:59
阅读次数:
0
本文作者:凯京技术团队 原文链接:https://my.oschina.net/keking/blog/3104972 目录 从postman到IDEA REST Client IDEA REST Client控制台 历史请求记录 构建HTTP请求脚本 环境区分 结果断言 结果值暂存 结语 前言 接 ...
分类:
其他好文 时间:
2021-07-13 17:40:03
阅读次数:
0
本文参考内容: https://www.mindspore.cn/doc/programming_guide/zh-CN/r1.2/advanced_usage_of_checkpoint.html?highlight=save_checkpoint 有官方文档内容可知,我们对网络参数的保存不仅可以 ...
分类:
其他好文 时间:
2021-07-12 18:27:04
阅读次数:
0
1.http协议详解 http://blog.csdn.net/gueter/archive/2007/03/08/1524447.aspx 2.https协议详解 https://www.cnblogs.com/zxj015/p/6530766.html ...
分类:
Web程序 时间:
2021-07-12 18:26:43
阅读次数:
0
https://www.cnblogs.com/better-farther-world2099/p/9290966.html undolog实现事务原子性,redolog实现事务的持久性。 为了避免脏数据刷回磁盘过程中,掉电或系统故障带来的数据丢失问题,InnoDB采用事务日志(redo log) ...
分类:
数据库 时间:
2021-07-12 18:26:14
阅读次数:
0
通信协议 Redis是单进程单线程的。 应用系统和Redis通过Redis协议(RESP)进行交互。 请求响应模式 Redis协议位于TCP层之上,即客户端和Redis实例保持双工的连接。 串行的请求响应模式(ping-pong) 串行化是最简单模式,客户端与服务器端建立长连接 连接通过心跳机制检测 ...
分类:
其他好文 时间:
2021-07-12 18:19:20
阅读次数:
0
一、Linux上安装scrapyd 1. linux下安装python3 可参考我之前博文:https://www.cnblogs.com/Liu928011/p/14864190.html 2. 安装scrapyd并配置软链接 安装scrapyd:pip3 install scrapyd 配置软链 ...
分类:
其他好文 时间:
2021-07-12 18:17:10
阅读次数:
0
让MySql支持Emoji表情存储 https://www.cnblogs.com/rslai/p/7858982.html ...
分类:
数据库 时间:
2021-07-12 18:15:39
阅读次数:
0
开仓后的头寸开始盈利了并不断增加,这就是顺势;开仓后的头寸没有盈利或者亏损了,这就是逆势。 Link:https://www.cnblogs.com/farwish/p/14998993.html ...
分类:
其他好文 时间:
2021-07-12 18:13:25
阅读次数:
0