开朗月饼

文章
6
资源
0
加入时间
2年10月17天

linux-mysql误操作后数据恢复(update,delete忘加where条件)

1、show master status;若为空值,需要开启mysql没有开启日志。2、show variables like '%log_bin%';查看是否开启日志功能。3、在mysql的配置文件中添加(大概应该这几行): server-id=1 log-bin = binlog binlog_format = row4、使用mysqlbinl...

Tensorflow常用函数

文章目录Tensorflow常用函数1. 基础2. 数据处理3. 网络搭建4.使用Keras5. 自制数据(预处理),打包Tensorflow常用函数1. 基础tf.inttf.float32tf.float64tf.constant(张量内容,dtype=数据类型) # 创建张量tf.convert_to_tensor(数据名,dtype=?) # numpy转tensortf.zeros(维度)tf.ones(维度)tf.fill(维度,指定值) # 指定值的张量tf.ran