会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Love丶陳
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2021年5月7日
java合成图片
摘要: //合成图片 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 陳丶
阅读(243)
评论(0)
推荐(0)
2021年5月6日
微信 获取手机号
摘要: //小程序固定了获取手机号的方式 必须要用户主动触发<button bindgetphonenumber='getPhoneNumber' open-type='getPhoneNumber'> </button> //判断授权getPhoneNumber(e){ var that = this;
阅读全文
posted @ 2021-05-06 17:54 陳丶
阅读(385)
评论(0)
推荐(0)
2021年5月5日
js+html5点击赋值到剪贴板
摘要: <!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 陳丶
阅读(100)
评论(0)
推荐(0)
2021年4月29日
java小程序微信支付
摘要: 小程序调用统一的下单接口生成预付款订单 支付完成 调用回调地址 wx.requestPayment({ 'appId':res.appId, 'timeStamp': res.timeStamp, 'nonceStr': res.nonceStr, 'package': res.package, '
阅读全文
posted @ 2021-04-29 16:43 陳丶
阅读(208)
评论(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 陳丶
阅读(143)
评论(0)
推荐(0)
通过地址获取百度地图经纬度
摘要: /** * 通过地址获取经纬度 * @param addr * @return */ public static Map<String, BigDecimal> getLatAndLngByAddress(String addr) { String address = ""; try { addre
阅读全文
posted @ 2021-04-29 16:24 陳丶
阅读(221)
评论(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 陳丶
阅读(58)
评论(0)
推荐(0)
2019年2月14日
spring boot加载配置文件的顺序
摘要: 四个默认加载配置文件地方的优先级,四个文件相同配置有优先级概念 不同位置相互补充 外部配置文件不建议使用,不符合maven项目结构,打包会打不进去
阅读全文
posted @ 2019-02-14 15:22 陳丶
阅读(153)
评论(0)
推荐(0)
2019年2月13日
阿里 短信认证
摘要: 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 陳丶
阅读(269)
评论(0)
推荐(0)
spring boot properties文件与yaml文件的区别
摘要: 编写是没有提示的话在pom中添加依赖,如下: <!-- 配置文件处理器 编写配置时会有提示 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-proce
阅读全文
posted @ 2019-02-13 15:35 陳丶
阅读(1340)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告