更新pip为20后不显示下载链接无法离线下载回退pip版本 先看log WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available. You should consider upgrading via... ...
分类:
其他好文 时间:
2020-01-28 14:17:17
阅读次数:
174
C++ 11提供的智能指针有:shared_ptr、unique_ptr、weak_ptr。在 头文件 memory 中。 一、new delete 直接管理内存 1、初始化 string * ps = new string // 初始换为一个空string int * pi = new int ; ...
分类:
编程语言 时间:
2020-01-28 10:49:44
阅读次数:
99
关于 time.h https://www.runoob.com/cprogramming/c-standard-library-time-h.html #include <iostream> #include <ctime> using namespace std; int main() { st ...
分类:
编程语言 时间:
2020-01-27 23:34:48
阅读次数:
193
A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published years ...
分类:
其他好文 时间:
2020-01-27 14:08:44
阅读次数:
84
unittest简单介绍 单元测试框架 还可以适用WEB自动化测试用例的开发与执行 提供丰富的断言方法 官方文档:https://docs.python.org/zh-cn/3/library/unittest.html unittest基础使用 1 # 导入unittest模块 2 import ...
分类:
编程语言 时间:
2020-01-27 13:57:11
阅读次数:
83
STL - Standard Template Library , 是C++标准里面规定的模板库接口规范,但它只是接口规范,没有规定具体怎么实现。 STL是C++标准的一部分,所以每个C++编译器都会至少带一份STL实现。当然除了这些C++编译器带的实现外,还有一些独立的STL实现。 GNU STL ...
分类:
其他好文 时间:
2020-01-26 14:31:34
阅读次数:
100
环境说明: 引擎版本:5.2.4 Egret Wing 4.1.6 1.下载依赖,下载地址https://github.com/egret-labs/egret-game-library/tree/master/tiled 2.新建一个游戏项目Tank 3.将上面包含tiled库的libsrc文件夹 ...
分类:
其他好文 时间:
2020-01-26 11:43:44
阅读次数:
345
Ubuntu确实不太友好,自带的火狐浏览器是旧版的,而且不可以登录中国区的火狐帐号,因此需要将其卸载。 但是下载的火狐是解压版的,不会向系统中添加快捷方式,使用起来并不方便。 假设下载后的火狐浏览器安装包存放于~/library/program中 kagome@kagome-pc:~$ cd ~/l ...
分类:
系统相关 时间:
2020-01-23 22:33:58
阅读次数:
145
Mac系统: ~/Library/ApplicationSupport/Google/Chrome/Default 删除Login Data和Login Data journal,重启浏览器。 备忘: 参考: https://blog.csdn.net/littleboyandgirl/articl ...
分类:
其他好文 时间:
2020-01-23 21:08:33
阅读次数:
249
pip install altair pip install altair_viewer Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite, and th ...
分类:
其他好文 时间:
2020-01-23 18:30:38
阅读次数:
84