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