03 2023 档案

摘要:MYSQL禁止远程访问解决: mysql -u root -pmysql>use mysql;mysql>update user set host = '%' where user = 'root';mysql>select host, user from user;mysql>FLUSH PRIV 阅读全文
posted @ 2023-03-21 10:08 爱豆技术部 阅读(19) 评论(0) 推荐(0) 编辑
摘要:Mapper格式文件 <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mappe 阅读全文
posted @ 2023-03-17 09:31 爱豆技术部 阅读(99) 评论(0) 推荐(0) 编辑
摘要:从yml文件中读取路径path yml配置 U9: http: http://www/U9C/RestServices/YongWen.IU9InfSV.svc/Do entCode: 001 userCode: 07195 代码读取配置 //导入资源包import org.springframew 阅读全文
posted @ 2023-03-03 09:25 爱豆技术部 阅读(71) 评论(0) 推荐(0) 编辑

TOP
点击右上角即可分享
微信分享提示