<?php /** * 图片类 * @author <420012223@qq.cn> */ class Image { public $uploadImagePath = './tmp';//上传图片地址 public $cropImagePath = './tmp';//切图图片地址 public $fileExt;//允许的文件格式 public $fileSize;//字节,默认2M public function __construct() { $this->fileEx
1)ora-01653错误截图: 可以看到有两张表的insert受到了影响,都是在USERS表空间里.用以下SQL查看表空间使用情况: "表空间大小(M)",(a.bytes "已使用空间(M)", b.bytes "空闲空间(M)",, ) "使用比" FROM (SELECT tablespace_name, sum(bytes) bytes FROM dba_data_files GROUP BY tablespace_