摘要: 工具类: package com.ljxx.service.common; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotati 阅读全文
posted @ 2021-08-02 18:49 周文豪 阅读(8349) 评论(0) 推荐(0)
摘要: 一、安装MYSQL的ODBC驱动 驱动下载地址:https://dev.mysql.com/downloads/connector/odbc/ 这里不推荐使用64位,有可能PowerDesigner找不到驱动,直接安装32位即可。 直接安装 如果报错:This application require 阅读全文
posted @ 2021-08-02 15:02 周文豪 阅读(218) 评论(0) 推荐(0)
摘要: template中代码: <el-col :span="12"> <el-form-item label="图片验证码:" prop="imgCode"> <div style="width:100%;height:40px"> <el-input v-model="edit.imgCode" ty 阅读全文
posted @ 2021-08-02 10:51 周文豪 阅读(1370) 评论(0) 推荐(0)