摘要: //合成图片 public class CounopUtil { private Font font = new Font("楷体", Font.PLAIN, 14);// 添加字体的属性设置 private Graphics2D g = null; private int fontsize = 0 阅读全文
posted @ 2021-05-07 15:10 陳丶 阅读(233) 评论(0) 推荐(0) 编辑
摘要: //小程序固定了获取手机号的方式 必须要用户主动触发<button bindgetphonenumber='getPhoneNumber' open-type='getPhoneNumber'> </button> //判断授权getPhoneNumber(e){ var that = this; 阅读全文
posted @ 2021-05-06 17:54 陳丶 阅读(348) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <span id="a_1">复制成功</span> <button onclick="copyUrl 阅读全文
posted @ 2021-05-05 15:46 陳丶 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 小程序调用统一的下单接口生成预付款订单 支付完成 调用回调地址 wx.requestPayment({ 'appId':res.appId, 'timeStamp': res.timeStamp, 'nonceStr': res.nonceStr, 'package': res.package, ' 阅读全文
posted @ 2021-04-29 16:43 陳丶 阅读(183) 评论(0) 推荐(0) 编辑
摘要: <!-- https://mvnrepository.com/artifact/com.baidu.ueditor/ueditor --> <dependency> <groupId>com.baidu</groupId> <artifactId>ueditor</artifactId> <vers 阅读全文
posted @ 2021-04-29 16:30 陳丶 阅读(122) 评论(0) 推荐(0) 编辑
摘要: /** * 通过地址获取经纬度 * @param addr * @return */ public static Map<String, BigDecimal> getLatAndLngByAddress(String addr) { String address = ""; try { addre 阅读全文
posted @ 2021-04-29 16:24 陳丶 阅读(209) 评论(0) 推荐(0) 编辑
摘要: <div class="layui-input-block"> <input type="file" accept="*/*" name="file" id="FileImg" onchange="xmTanUploadImg(this)"> <img src="" id="avarimgs" wi 阅读全文
posted @ 2021-04-29 16:22 陳丶 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 四个默认加载配置文件地方的优先级,四个文件相同配置有优先级概念 不同位置相互补充 外部配置文件不建议使用,不符合maven项目结构,打包会打不进去 阅读全文
posted @ 2019-02-14 15:22 陳丶 阅读(141) 评论(0) 推荐(0) 编辑
摘要: package com.yetech; import java.util.Random; import com.aliyuncs.DefaultAcsClient; import com.aliyuncs.IAcsClient; import com.aliyuncs.dysmsapi.model. 阅读全文
posted @ 2019-02-13 17:57 陳丶 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 编写是没有提示的话在pom中添加依赖,如下: <!-- 配置文件处理器 编写配置时会有提示 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-proce 阅读全文
posted @ 2019-02-13 15:35 陳丶 阅读(1328) 评论(0) 推荐(0) 编辑