返回顶部
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: https://blog.csdn.net/xieanna123/article/details/104340340 阅读全文
posted @ 2021-08-09 11:00 不懒人 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1.html <html> <head> <script src="./jquery.min.js"></script> <script type="text/javascript"> $(function(){ $("#imgid").on('click','img',function(){ va 阅读全文
posted @ 2021-07-19 14:54 不懒人 阅读(134) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { FileOutputStream fileOut = null; BufferedImage bufferImg = null; //先把读进来的图片放到一个ByteArrayOutputStream中,以便产生Byt 阅读全文
posted @ 2021-07-16 09:53 不懒人 阅读(1394) 评论(0) 推荐(1) 编辑
摘要: 4种方法,都是四舍五入,例: import java.math.BigDecimal; import java.text.DecimalFormat; import java.text.NumberFormat; public class format { double f = 111231.558 阅读全文
posted @ 2021-07-12 10:53 不懒人 阅读(3299) 评论(0) 推荐(0) 编辑
摘要: 一、需求:密码必须是包含大写字母、小写字母、数字、特殊符号(不是字母,数字,下划线,汉字的字符)的8位以上组合 二、方案:利用正则表达式来校验 三、思路:排除法 1、排除大写字母、小写字母、数字、特殊符号中1种组合、2种组合、3种组合,那么就只剩下4种都包含的组合了 2、表达式为:^(?![A-Za 阅读全文
posted @ 2021-07-01 13:59 不懒人 阅读(6872) 评论(0) 推荐(0) 编辑
摘要: 转载:https://note.youdao.com/ynoteshare1/index.html?id=cc621d9b245668611a7a93d62460ae7c&type=note 阅读全文
posted @ 2021-06-26 21:45 不懒人 阅读(27) 评论(0) 推荐(0) 编辑
摘要: package com.gps808.common.translation; import com.framework.web.cache.LanguageCache; public class CommonTypeTranslation { /** * 人脸库协议 */ public enum F 阅读全文
posted @ 2021-06-25 17:45 不懒人 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个maven项目,结构如下图 2.web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java 阅读全文
posted @ 2021-06-20 17:08 不懒人 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-16 23:14 不懒人 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiangminlu/article/details/105680357 阅读全文
posted @ 2021-06-14 23:27 不懒人 阅读(572) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页