Loading...
创建虚拟环境conda create -n env_name python=版本号卸载虚拟环境conda remove -n env_name --all...
1. 创建虚拟环境conda create -n tf2.3 python=3.82. 进入虚拟环境conda activate tf2.33. 安装 C...
代码为:a = tf.ones([3, 2]) b = tf.fill([2, 3], 3.) print(tf.matmul(a, b))在网上搜下了,...
直接上命令:修改时区:timedatectl set-timezone Asia/Shanghai查看时间:date
为了保证frp的稳定运行,因此使用supervisor进行进程守护。一. 安装supervisorapt install supervisor -y二. ...
修改 app/settings.php 即可,配置内容如下:<?php $settings['db_host'] = '...