//加入以下代码,支持printf函数,而不需要选择use MicroLIB #if 1 #pragma import(__use_no_semihosting) //标准库需要的支持函数 struct __FILE { int handle; }; FILE __stdout; //定义_sys_ ...
分类:
其他好文 时间:
2020-05-16 16:55:36
阅读次数:
57
资源下载:ElasticSearch官方下载地址:https://www.elastic.co/downloads/elasticsearchcurl下载地址:http://curl.haxx.se/download.htmlKibana下载地址:https://www.elastic.co/gui ...
分类:
编程语言 时间:
2020-05-16 16:49:35
阅读次数:
79
一.安装 在我们安装的时候,需要用到的PhantomJs,Pyspider依赖于这个隐形的浏览器。window下需要配置环境变量 使用命令安装: pip3 install pyspider 测试安装成功的命令: pyspider all 在安装的情况下,会出现很多的错误,以下是我安装出现的错误 情况 ...
分类:
其他好文 时间:
2020-05-16 16:43:20
阅读次数:
68
There is a classical process named partition in the famous quick sort algorithm. In this process we typically choose one element as the pivot. Then th ...
分类:
其他好文 时间:
2020-05-16 15:13:55
阅读次数:
66
数组(容器) 数组是一组数据类型相同的数据的组合,将这些数据统一的管理起来 数组本身是一个引用数据类型,数组内存储的类型可以是基本类型,也可以是引用类型 数组的特点 数组是一个引用数据类型 数组是在堆内存中的一串连续的地址存在 数组在初始化时必须指定长度 堆内存的数组空间长度一旦确定,不能再发生改变 ...
分类:
编程语言 时间:
2020-05-15 18:11:40
阅读次数:
73
说明: 1.这里使用的版本:springfox-swagger2(2.4)springfox-swagger-ui (2.4) 2.这里是说明常用注解的含义和基本用法(也就是说已经对swagger进行集成完成) 没有集成的请参见 SpringBoot集成springfox-swagger2构建res ...
申请Human3.6M数据太慢,有可能半个月不回复,这里给出直接下载方式: "谷歌云盘" 手动下载 有点慢,但是可以下载。。。。 ...
分类:
其他好文 时间:
2020-05-15 13:05:29
阅读次数:
499
https://stackoverflow.com/questions/58547506/no module named index after install pyflann "pip install pyflann" ...
分类:
其他好文 时间:
2020-05-15 09:13:26
阅读次数:
66
1、先推荐一个轻量级缓存框架——ACache(ASimpleCache) ACache介绍: ACache类似于SharedPreferences,但是比SharedPreferences功能更加强大,SharedPreferences只能保存一些基本数据类型、Serializable、Bundle ...
分类:
移动开发 时间:
2020-05-15 00:14:26
阅读次数:
74
一、完结HTML连载,手写努比亚首页界面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="CSS/base.css"> < ...
分类:
Web程序 时间:
2020-05-14 01:45:51
阅读次数:
71