上一页 1 2 3 4 5 6 7 8 9 ··· 22 下一页

2021年9月15日

spark 通过keytab 获取认证

摘要: /usr/local/spark-2.3.0-bin-2.6.0-cdh5.8.0/bin/spark-submit \ --keytab /home/jj/tl.keytab \ --principal vf@FC.COM \ --class com.bb.sailer.engine_client 阅读全文

posted @ 2021-09-15 18:37 滚动的蛋 阅读(485) 评论(0) 推荐(0) 编辑

2021年9月14日

Clickhouse 创建分布式表

摘要: 分布表包括逻辑表和物理表,,逻辑表就是表机构用于查询,物理表是实际存储数据的 drop table if exists o_vehicle_data_pre_charging_u_t ON CLUSTER 'ck_uat'; -- auto-generated definition 物理表 crea 阅读全文

posted @ 2021-09-14 18:11 滚动的蛋 阅读(1546) 评论(0) 推荐(0) 编辑

2021年8月25日

企业邮箱配置SSL发送邮件

摘要: spring: mail: host: smtp.exmail.qq.com port: 465 default-encoding: UTF-8 username: xx@nx-engine.com password: xx # password: YaHqBDN3oRritarC #客户端密码 p 阅读全文

posted @ 2021-08-25 17:07 滚动的蛋 阅读(144) 评论(0) 推荐(0) 编辑

2021年3月16日

SSH and SSL/TLS

摘要: SSH and SSL/TLS are employing Asymmetric cryptography. These security protocols are intended to keep your personal information private during data tra 阅读全文

posted @ 2021-03-16 16:41 滚动的蛋 阅读(344) 评论(0) 推荐(0) 编辑

2021年3月3日

Spring获取Bean工具类

摘要: @Component public class SpringContextHolder implements ApplicationContextAware { private static ApplicationContext applicationContext; @Override publi 阅读全文

posted @ 2021-03-03 14:23 滚动的蛋 阅读(132) 评论(0) 推荐(0) 编辑

2021年1月28日

Mybaits Plus 使用saveorUpdateBatch 的注意事项,实现自增id且可手动输入id的方式

摘要: 1、使用Mybaits Plus 主键策略 IdType = auto 2、预期 主键策略: 指定数据的id,数据库中不存在按照指定id插入,如果没有给id,则使用数据库自增 3、结果 没有使用已经有的id,也没有使用数据库自增,生成了长度为19为的long类型id 4、分析 源码显示,如果id为空 阅读全文

posted @ 2021-01-28 17:49 滚动的蛋 阅读(30153) 评论(0) 推荐(0) 编辑

指定Java 实体字段序列化类型

摘要: 使用注解: @JsonSerialize(using = ToStringSerializer.class) @Data @ApiModel("跟进实体") public class FollowVo { @ApiModelProperty(value = "跟进id") @JsonSerializ 阅读全文

posted @ 2021-01-28 17:25 滚动的蛋 阅读(398) 评论(0) 推荐(0) 编辑

2021年1月27日

【Bean转XML】JAXB读取xml文档转换为java对象报错:IllegalAnnotationExceptions 类的两个属性具有相同名称 "corpId"

摘要: 1、POM 依赖 <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.1</version> </dependency> <dependency> <groupId 阅读全文

posted @ 2021-01-27 17:41 滚动的蛋 阅读(1717) 评论(0) 推荐(0) 编辑

MYSQL 索引和排序

摘要: https://blog.csdn.net/wuseyukui/article/details/72312574 阅读全文

posted @ 2021-01-27 14:12 滚动的蛋 阅读(251) 评论(0) 推荐(0) 编辑

2021年1月21日

XXL-JOB BEAN运行模式

摘要: 1、引入依赖 <dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core</artifactId> <version>${xxl-job-core.version}</version> </dependency> 2、添加 阅读全文

posted @ 2021-01-21 15:23 滚动的蛋 阅读(2891) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 22 下一页

导航