上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: 0.背景 博客改成我这个样式的话看这里 文档 github 1.步骤 1.1 点击导航 1.2 点击固定 1.3 拖动即可 阅读全文
posted @ 2022-03-10 20:52 羊37 阅读(70) 评论(0) 推荐(1)
摘要: 1.引入 假设我们要创建一组动物,显然的,我们会设计一个父类Animal。 在Animal类中,我们可以设置一些基本的属性,比如样貌、颜色、所处地等,也可以预设一些行为(方法),比如叫()、跑()、睡觉()等。 这样,当我们使用具体的类(比如狗狗类)来继承动物类时,我们就会自动拥有这些属性和行为。 阅读全文
posted @ 2022-02-27 02:00 羊37 阅读(150) 评论(0) 推荐(0)
摘要: 0.背景 SM2椭圆曲线公钥密码算法 1.格式 在准则中可以看到,签名计算的最后一步是将两个数字转换为字符串。 SM2签名的长度为128位(R+S = 64+64 = 128),有时候我们看到的不止128位,多半是因为做了ASN1格式转换。 2.分析 下方以软加密和加密机签名的结果做分析: // 软 阅读全文
posted @ 2022-02-08 10:18 羊37 阅读(12056) 评论(12) 推荐(0)
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2022-01-21 09:58 羊37 阅读(380) 评论(0) 推荐(0)
摘要: IDEA版本:2020.3 我调了下颜色,绿色的就是使用位置,红色的就是赋值位置,大概就是图里这个效果。 阅读全文
posted @ 2022-01-21 00:42 羊37 阅读(656) 评论(0) 推荐(0)
摘要: 0.背景 使用mapstruct时出现: Unknown property "xxx" in result type xxx. Did you mean "null"? 同时,项目中也用到了lombok。 mapstruct版本: 1.4.1.Final lombok版本: 1.8.22 (继承的S 阅读全文
posted @ 2022-01-21 00:36 羊37 阅读(9593) 评论(0) 推荐(4)
摘要: 0.背景 安装docker,关于yum源的配置可以看我这篇文章: CentOS更换yum源 # 安装yum-utils yum install -y yum-utils # 配置国内源 yum-config-manager --add-repo http://mirrors.aliyun.com/d 阅读全文
posted @ 2022-01-18 23:20 羊37 阅读(1256) 评论(0) 推荐(0)
摘要: ctrl+alt+s打开设置 Editor → File Types →Files opened in associated application,右边新加*.md。 调用系统默认关联方式打开md格式文件 阅读全文
posted @ 2022-01-17 19:31 羊37 阅读(1598) 评论(0) 推荐(0)
摘要: 1.properties格式 # 数据库配置mysql5 spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.username= spring.datasource.password= spring. 阅读全文
posted @ 2022-01-13 15:24 羊37 阅读(3801) 评论(0) 推荐(1)
摘要: 小羊的React学习笔记 React学习1_创建项目 React学习2_运行项目 阅读全文
posted @ 2022-01-11 22:37 羊37 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页