基于Docker容器中的pdf2htmlEX转PDF操作说明:https://beltxman.com/2567.html kali linux系统安装docker操作: sudo apt install apt-transport-https ca-certificates curl gnupg- ...
分类:
Web程序 时间:
2020-04-11 23:38:04
阅读次数:
94
1、获取jar外的文件可以使用 File pfxfile = SpringContextUtils.getApplicationContext().getResource("classpath:key/mykey.cer").getFile(); 2、获取jar内的文件可以使用 InputStrea ...
分类:
编程语言 时间:
2020-04-08 16:17:47
阅读次数:
71
ORACLE的DDL日志 推送到Kafka,并接入Flink,进行统计 本次测试的环境: 环境:docker oracle12c 日志模式:归档日志模式 archivelog 用户:scott/tiger 具有dba权限 大数据组件:kafka(默认创建好topic:flink_topic),zoo ...
分类:
数据库 时间:
2020-04-08 16:07:45
阅读次数:
508
1.kafka是什么? Apache Kafka是一个开源消息系统,由Scala写成。是由Apache软件基金会开发的一个开源消息系统项目。 Kafka最初是由LinkedIn开发,并于2011年初开源。2012年10月从Apache Incubator毕业。该项目的目标是为处理实时数据提供一个统一 ...
分类:
其他好文 时间:
2020-04-07 22:14:54
阅读次数:
93
1.REST(Representational State Transfer) 用来规范应用如何在 HTTP 层与 API 提供方进行数据交互 REST约束 1.客户端-服务器结构 2.无状态 3.可缓存 4.分层的系统 5.按需代码(可选) 6.统一接口。 该约束是 REST 服务的基础,是客户端 ...
分类:
编程语言 时间:
2020-04-07 12:37:32
阅读次数:
84
如何在 Dynamics CRM 开发中使用 C# Delete Plugin ...
[ResourceRegistration] 加给Resource类 [ResourceReference(……)] 加给Resource类中引动到的Resource类,引用多个的话用IReference< …>类型 该种property,不用事先在代码中new实例,而是在运行时在UI上新建实例。 ...
分类:
其他好文 时间:
2020-04-03 16:22:38
阅读次数:
49
Debugging SSL on Linux To help anyone looking at the SSL code, here are a few tips I've found handy. Contents Logging Network Traces Logging There are ...
分类:
系统相关 时间:
2020-04-02 19:44:51
阅读次数:
84
mac python3.7消费kafka数据时报错如下: kafka.errors.UnsupportedCodecError: UnsupportedCodecError: Libraries for snappy compression codec not found 解决方案: 1. brew ...
分类:
移动开发 时间:
2020-04-02 14:25:37
阅读次数:
246
class Res { private String name; private int count = 1; private boolean flag; public synchronized void set(String name) { while (flag) { try { this.wa ...
分类:
编程语言 时间:
2020-03-31 23:09:15
阅读次数:
79