NumPy(Numerical Python) 是 Python 语言的一个扩展程序库,支持大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。 数据分析三剑客:Numpy,Pandas,Matplotlib 一、创建ndarray 1.使用np.array()创建 一维数组创建 im ...
分类:
其他好文 时间:
2021-01-07 11:53:57
阅读次数:
0
尝试环境:.netfx2.0~4.8、.net core 3.1~5.0、SQL Server 2008 R2 SP1,发现.net版本之间及数据兼容模式如何设置没差异。 FlagNameValueDescription 1 DISABLE_DEF_CNST_CHK Controls interim ...
分类:
数据库 时间:
2021-01-07 11:43:58
阅读次数:
0
Linux如果使用国内的源,当使用apt安装或更新某些应用时,会返回错误提示: GPG error: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B6 ...
错误信息如下: 2021-01-03 20:11:26,355 WARN [main] server.HiveServer2: Error starting HiveServer2 on attempt 1, will retry in 60000ms java.lang.NoClassDefFou ...
分类:
其他好文 时间:
2021-01-06 12:28:56
阅读次数:
0
python3 [root@vm10-20-9-45 ~]# python3 -m http.server 2378 Serving HTTP on 0.0.0.0 port 2378 (http://0.0.0.0:2378/) ... 100.81.171.16 - - [03/Jan/2021 ...
分类:
编程语言 时间:
2021-01-06 12:24:12
阅读次数:
0
先写个大致框架,后续补充。Java后端一些常用的技术。 Redis(Remote Dictionary Server ),是一个内存数据库,可持久存储在磁盘上。 数据模型是键值,但支持许多不同类型的值:字符串,列表,集合,排序集合,哈希。 用于数据缓存(比如用于验证短信验证存储),主要用于处理大量数 ...
分类:
编程语言 时间:
2021-01-06 12:12:17
阅读次数:
0
// C# program to find // combinations from n // arrays such that one // element from each // array is present using System; using System.Collections.G ...
分类:
其他好文 时间:
2021-01-06 12:08:17
阅读次数:
0
提示:Unable to start adb server: error: protocol fault (couldn't read status): Connection reset by peer问题原因:大多数情况是5037端口被占用。5037为adb默认端口。解决办法:查看哪个程序占用了a ...
分类:
其他好文 时间:
2021-01-06 12:06:11
阅读次数:
0
1.安装原软件,不要打开软件2.将Navicat_Keygen_Patch_v3.4_By_DFoX_URET复制到软件安装位置,运行3.选择navicat v12 products:SQL Server Languages:Simplitied Chinese4.点击“patch",选择对应安装位 ...
分类:
数据库 时间:
2021-01-06 12:05:59
阅读次数:
0
现在服务模块要去eurekaServer集群注册了,跟单机不同的是,我们的服务模块必须得到eurekaServer集群的每个Server上注册信息,其实要改的部分其实也只是配置文件而已,如下: eureka: client: register-with-eureka: true #是否将自己注册到注 ...
分类:
编程语言 时间:
2021-01-06 12:02:37
阅读次数:
0