摘要:
带有contrib扩展算法的opencv库安装 阅读全文
摘要:
一、简介 NumPy(Numerical Python) 是用于科学计算及数据处理的Python扩展程序库,支持大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。 二、数据结构 numpy基本数据结构类型为Ndarray对象,其为可存放同类型元素的多维数组。 创建ndarray语法如 阅读全文
摘要:
gcc sudo apt-get install build-essential update-alternatives 管理python环境 # 添加版本 # update-alternatives: --install 需要 <链接> <名称> <路径> <优先级> 数值越大优先级越高 sudo 阅读全文
摘要:
clash 启动 #.clash -d . sudo /home/lizhenyun/clash/clash -d /home/lizhenyun/clash/ deb包安装 sudo dpkg -i xxx 授权 chmod 777 xxx 卸载无用依赖 sudo apt autoremove 修 阅读全文