摘要: 定义一个注解 import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.a 阅读全文
posted @ 2020-06-10 13:51 ±小马哥 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 地址要加上?x-oss-process=style/shuiyin 这些参数 this.downLoadFile(img).then((res) => { //这是调用本地相册 this.saveImageToPhotosAlbum(res.tempFilePath)}) 阅读全文
posted @ 2020-05-28 11:18 ±小马哥 阅读(968) 评论(0) 推荐(0) 编辑
摘要: 找到 router 文件夹下 avue-router.js 修改处理路由 getPath: function (params) { let {src} = params; let result = src || '/'; if (isURL(src)) { // result = `/myifram 阅读全文
posted @ 2020-05-28 11:15 ±小马哥 阅读(663) 评论(0) 推荐(0) 编辑
摘要: 修改二级域名问题 module.exports = { //路径前缀 publicPath: "/system", //二级域名 lintOnSave: true, productionSourceMap: false, chainWebpack: (config) => { //忽略的打包文件 c 阅读全文
posted @ 2020-05-28 11:09 ±小马哥 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 回调返回1 \u0000 、、、、检查下项目xss 拦截 xss拦截不放行 <xml> 格式自动填充 1 或空格等 阅读全文
posted @ 2020-05-28 10:36 ±小马哥 阅读(935) 评论(0) 推荐(0) 编辑
摘要: List<MatchInfo> e = matchInfoService.list(new LambdaQueryWrapper<MatchInfo>().eq(MatchInfo::getTournamentId, id).eq(MatchInfo::getItemId, itemId).eq(M 阅读全文
posted @ 2020-05-24 11:06 ±小马哥 阅读(767) 评论(0) 推荐(0) 编辑
摘要: sql片段加 TableField as “bean.Field” 不加双引 会报错!!! 阅读全文
posted @ 2020-05-13 18:03 ±小马哥 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 创建实体 TourAlbumDownload tourAlbumDownload = new TourAlbumDownload(); String orderSn = OrderSn.getOrderSn(); 更新其中的字段 baseMapper.update(tourAlbumDownload 阅读全文
posted @ 2020-05-12 15:23 ±小马哥 阅读(8521) 评论(0) 推荐(0) 编辑
摘要: 字母 日期或时间元素表示示例 G Era 标志符 Text AD y 年 Year 1996 ; 96 M 年中的月份 Month July ; Jul ; 07 w 年中的周数 Number 27 W 月份中的周数 Number 2 D 年中的天数 Number 189 d 月份中的天数 Numb 阅读全文
posted @ 2020-05-11 16:35 ±小马哥 阅读(765) 评论(0) 推荐(0) 编辑
摘要: public class OrderSn { public static String getOrderSn(){ return "O"+getNowDate()+getRadom(); } //随机数 public static String getRadom(){ return String.f 阅读全文
posted @ 2020-05-11 16:11 ±小马哥 阅读(263) 评论(0) 推荐(0) 编辑