logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ping通ipv6地址

Windows  ping ipv6主机名的方法如下:ping -6 ipv6.google.com  ping ipv6地址的方法如下:ping IPv6Address[%ZoneID]例如ping 2001:4860:0:2001::68。如果要ping link-local地址,则需要指定网络接口索引:ping fe80::260:97ff:fe02:6ea5%4其中%4表示用索引为4的网络

#windows
pycocotools的安装

  Windows使用如下命令:pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI  linux使用如下命令:pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdire

#python
numpy_square函数

  numpy的square用于计算各元素的平方:import numpy as npx = np.square([4, 9])print("x =", x)执行结果:x = [16 81]

#python
到底了