11 2022 档案

摘要:# 1、htmlunit简单使用 ## 1、 引入依赖 ```xml net.sourceforge.htmlunit htmlunit 2.66.0 cn.hutool hutool-all 5.8.10 org.htmlparser htmlparser 2.1 ``` ## 2、封装获取Coo 阅读全文
posted @ 2022-11-21 16:04 花开重日 阅读(198) 评论(0) 推荐(0) 编辑
摘要:1、快速开始 1.1、现有一张 User 表,其表结构如下 id name age emali 1 Jone 18 test1@baomidou.com 2 Jack 20 test2@baomidou.com 3 Tom 28 test3@baomidou.com 4 Sandy 21 test4 阅读全文
posted @ 2022-11-21 15:34 花开重日 阅读(176) 评论(0) 推荐(0) 编辑
摘要:计算机底层存储数据时使用的是二进制数字,但是计算机在存储一个数字时并不是直接存储该数字对应的二进制数字,而是存储该数字对应二进制数字的补码。所以接下来我们需要来了解一下原码、反码和补码。 机器数:一个数在计算机的存储形式是二进制数,我们称这些二进制数为机器数,机器数是有符号,在计算机中用机器数的最高 阅读全文
posted @ 2022-11-21 13:46 花开重日 阅读(551) 评论(0) 推荐(0) 编辑
摘要:1、流式查询 1、实体类 package com.wanqi.pojo; import java.util.Date; /** * @Description TODO * @Version 1.0.0 * @Date 2022/9/12 * @Author wandaren */ public cl 阅读全文
posted @ 2022-11-21 13:45 花开重日 阅读(417) 评论(0) 推荐(0) 编辑
摘要:1.mybatis层 1.1 、导入依赖包 <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis< 阅读全文
posted @ 2022-11-20 17:24 花开重日 阅读(57) 评论(0) 推荐(0) 编辑
摘要:1、Erlnag安装 1.1、 安装Erlang版本要求 Erlang安装需要对应各自的版本 http://www.rabbitmq.com/which-erlang.html 1.2、 Erlang安装 1、目录准备 cd /usr/local/src/ mkdir rabbitmq cd rab 阅读全文
posted @ 2022-11-19 17:19 花开重日 阅读(415) 评论(0) 推荐(0) 编辑
摘要:1、依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2、rabbitmq链接配置 spring: r 阅读全文
posted @ 2022-11-19 16:17 花开重日 阅读(276) 评论(0) 推荐(0) 编辑
摘要:class字节码文件结构 类型 名称 说明 长度 数量 u4 magic 魔数,识别Class文件格式 4个字节 1 u2 minor_version 副版本号(小版本) 2个字节 1 u2 major_version 主版本号(大版本) 2个字节 1 u2 constant_pool_count 阅读全文
posted @ 2022-11-19 15:12 花开重日 阅读(116) 评论(0) 推荐(0) 编辑
摘要:一、栈和局部变量操作 将常量压入栈的指令 aconst_null 将null对象引用压入栈 iconst_m1 将int类型常量-1压入栈 iconst_0 将int类型常量0压入栈 iconst_1 将int类型常量1压入栈 iconst_2 将int类型常量2压入栈 iconst_3 将int类 阅读全文
posted @ 2022-11-19 13:01 花开重日 阅读(85) 评论(0) 推荐(0) 编辑
摘要:1、单机Redis 1、导入对应的包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 2、配置 阅读全文
posted @ 2022-11-13 16:09 花开重日 阅读(455) 评论(0) 推荐(0) 编辑
摘要:提高Docker的下载速度 修改 /etc/docker/daemon.json 文件 vi /etc/docker/daemon.json 配置加速器 { "registry-mirrors": ["https://registry.docker-cn.com", "http://hub-mirr 阅读全文
posted @ 2022-11-12 17:11 花开重日 阅读(233) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示