技术专区
-
20220816 springboot_idea_mapStruct_转Entity 生成的ToDominObject没有用有参构造方法构造对象 自定义实现类
1 问题: 使用lombok,DDD设计思想整合mapStruct时,转Entity 生成的ToDominObject没有用有参构造方法构造对象 2 解决方案: 2.1 未解决_原因猜想 因为生成的实现类,ToPo有对应的Set方法,…
-
什么是谓词下推,看这一篇就够了
目录 1.什么是谓词 2.什么是下推 3.什么是谓词下推 4.一些常见的应用 4.1传统数据库应用 4.2Hive中的谓词下推 4.3列式存储中的谓词下推 今天有个小伙伴问我,什么是谓词下推,然后我就开启巴拉巴拉模式,说了好长一…
-
查询与磁盘
常用特殊符号 liunx系统下的通配符起到了很大的作用,对于不确定的文档名称可以使用特殊字符表示 '*' 常用的特殊符号,表示任意多个字符 ‘?’常用的特殊符号,表示任意单个字符 [0-9] #在文件名上,用来代表多个字…
-
Namesilo——如何替换DNS服务商
前言 主要是为了方便操作吧,毕竟其他域名解析也是在阿里云的~ ?> 因为我是在阿里云买的新加坡的轻量型服务器,所以无需在国内进行备案~ 内容 主要就两个步骤,首先在阿里云的云解析添加域名,其次在namesilo修改DNS…
-
Spring的DI依赖注入
xml中依赖注入bean bean标签下 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans> &…
-
LeetCode 131 Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. A palindrome string is a string that reads the same backwar…
-
podman基础用法
podman基础用法 目录 podman基础用法 podman常用命令 podman的基础设置和使用 运行示例容器 列出正在运行的容器 检查正在运行的容器 测试httpd服务器 查看容器的日志 查看容器进程pid 对容器执行检查操作 还原容器 …
-
LeetCode 169 Majority Element
Given an array nums of size n, return the majority element. The majority element is the element that appears more than ⌊n / 2⌋ times. You may assume that the majority element always exists in the arr…
-
c语言中1u; x & 1u
c语言中 1u: 表示是unsigned 1; 其二进制表示形式是 0000 0000 0000 0001. (此处假定int型的长度为2字节,1个字节8位); x & 1u: &符号表示按位操作的逻辑与运算,即两者都为1时,结果才为1. …
-
Namesilo——如何注册.org域名
前言 突然想注册一个.org的域名,阿里云现在不支持了,那就去国外知名厂商下注册呗~namesilo: namesilo优惠码: wangyang0210 | 大于一美元的订单会减去一美元 |有效期: 2025年12月31日 !> 如果都在namesilo注册域…