1.Numpy的几个骚操作
(1).np.maximum的使用
import numpy as np
box [3,5,7,9] # A single box with a first coordinate of 3
boxes np.array([[1, 4], [5, 2], [2, 6]]) # An array of multiple boxes
#把box把3拿出来和boxes的第一列,逐个比较,…
stock.py 这个文件,我只写了注释(的开头),大部分注释内容和函数都是copilot
# split a string and extract the environment variable from it
# input can be , pathabc, pathabc;pathdef, pathabc;pathdef;pathghi
# output i…
接上次博客:初阶JavaEE(16)博客系统(Markdown编辑器介绍、博客系统功能、博客系统编写:博客列表页 、博客详情页、实现登录、实现强制登录、显示用户信息、退出登录、发布博客)-CSDN博客
目录
Linux 基本…