摘要: 官网地址:https://www.iconfont.cn 访问官网地址,进入首页: 在搜索框内搜索自己想用的图标 按回车键会跳到搜索相关页面 可以根据类型缩小范围,选择自己需要的图标添加入库 选择完成后可以看到自己选择的图标 点击下载代码 选择登陆方式进行下载 登陆成功后再次点击下载代码 在自己电脑 阅读全文
posted @ 2020-11-25 11:02 哎呀呀呀呀~~ 阅读(2471) 评论(0) 推荐(0) 编辑
摘要: 在线地图 ak可自行百度查找,代码中ak为博客主百度找的,亲测有效 一下代码为博客主从项目中分离出来的,在项目中亲测有效,分离出来的没有测试过,如果有问题请看整体代码 (整体代码直接复制即可,里面包含 h5 移动端 现场 拍照 ,录音 录像 并上传后台等功能 ) 分离代码: <!DOCTYPE ht 阅读全文
posted @ 2020-11-25 10:23 哎呀呀呀呀~~ 阅读(138) 评论(0) 推荐(0) 编辑
摘要: <input type="file" id="imagesel" accept="image/*" capture="camera" onchange="upload(this)" style="display:none"> <input type="file" id="videosel" acce 阅读全文
posted @ 2020-11-25 10:04 哎呀呀呀呀~~ 阅读(486) 评论(0) 推荐(0) 编辑
摘要: <div onclick="addimg()" style="position: relative;width:32%;height:100%;top:25%;text-align: center;line-height:center"> <div class="geticonfont">&#xe7 阅读全文
posted @ 2020-11-25 09:55 哎呀呀呀呀~~ 阅读(705) 评论(0) 推荐(0) 编辑
摘要: String a="ASD1232@#"; //System.out.println(HasDigit(a)); //gettime(); //【含有英文】true String regex1 = ".*[a-zA-z].*"; boolean result3 = a.matches(regex1) 阅读全文
posted @ 2020-11-17 11:12 哎呀呀呀呀~~ 阅读(2869) 评论(0) 推荐(1) 编辑
摘要: String ul="00009"; int utellength=ul.length(); String u=""; for (int i = 0; i < utellength; i++) { u=u+"0"; } System.out.println("u:"+u); BigInteger u 阅读全文
posted @ 2020-11-17 11:09 哎呀呀呀呀~~ 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: Pdf2TiffConstant 类: package demo; public class Pdf2TiffConstant { /** 图片格式 */ public static final String IMG_FORMAT = "tiff"; /** 打印精度设置 */ public sta 阅读全文
posted @ 2020-10-26 19:09 哎呀呀呀呀~~ 阅读(385) 评论(0) 推荐(0) 编辑
摘要: package demo; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import com.artofsolving.jodconverter.DocumentConv 阅读全文
posted @ 2020-10-26 19:03 哎呀呀呀呀~~ 阅读(422) 评论(0) 推荐(0) 编辑
摘要: Java中文乱码几种解决方式: 1 UTF-8 编码 text = new String(text.getBytes("UTF-8")); getBytes()写成getBytes("UTF-8") 2 编码环境设置出UTF-8,事例如下: 解决:1 window环境 :环境变量添加 JAVA_TO 阅读全文
posted @ 2020-06-18 09:24 哎呀呀呀呀~~ 阅读(262) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/DreamDrive/p/7425281.html Demo private static void makeSingle(){ RandomAccessFile raf=null; FileChannel channel=null; FileLock 阅读全文
posted @ 2020-01-17 10:11 哎呀呀呀呀~~ 阅读(189) 评论(0) 推荐(0) 编辑