官方:http://atlas.apache.org/ 一 简介 元数据管理 Atlas is a scalable and extensible set of core foundational governance services – enabling enterprises to effec ...
分类:
其他好文 时间:
2020-01-11 14:56:57
阅读次数:
97
可以使用method指定请求的方式: package com.gong.springmvc.handlers; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotati ...
分类:
移动开发 时间:
2020-01-10 15:43:53
阅读次数:
85
对话框标题:Problem Occurred 对话框内容:Unhandled event loop exception No more handles 对话框按钮:第一个超链接:Show Error Log,第二个:OK,第三个:Details>> 原因Eclipse 提示An SWT error ...
分类:
其他好文 时间:
2020-01-10 15:22:34
阅读次数:
60
RobotFramework+ride 口述操作 常用快捷键: ctrl+alt+space 联想关键字 ctrl+鼠标悬浮 关键字帮助 切换窗口 ${handles} Get Window Handles #获取窗口句柄 Select Window ${handles}[1] #切换到第二个窗口 ...
分类:
其他好文 时间:
2020-01-09 18:48:07
阅读次数:
125
客户端: 参考文章:https://payloads.online/archivers/2019 11 10/2 ...
分类:
系统相关 时间:
2020-01-09 13:36:52
阅读次数:
193
温馨提示:本文基于 Kafka 2.2.1 版本。 上文 "《源码分析 Kafka 消息发送流程》" 已经详细介绍了 KafkaProducer send 方法的流程,该方法只是将消息追加到 KafKaProducer 的缓存中,并未真正的向 broker 发送消息,本文将来探讨 Kafka 的 S ...
分类:
编程语言 时间:
2020-01-08 21:24:40
阅读次数:
215
1、plugins MyBatis官网对于plugins的描述是这样的: MyBatis allows you to intercept calls to at certain points within the execution of a mapped statement. By default ...
分类:
数据库 时间:
2020-01-08 12:22:14
阅读次数:
89
使用uniapp开发小程序时,大致获取授权及权限的操作如下: <template> <view> <h2>index页面</h2> <!-- 当用户初始时或者由于失误拒绝授权时,需要点击事件手动授权 --> <button @click="getHandle">手动授权按钮</button> </v ...
分类:
微信 时间:
2020-01-07 17:58:46
阅读次数:
1599
在之前的文章介绍过HttpModule,在这就不啰嗦了。 今天完成了一个小案例,效果如图: 为原有的文本,添加一些其它信息,实现思路如下: 一、创建TestHttpModule类,并实现IHttpModule接口。 二、实现IHttpModule接口中的方法,为HttpApplication对象的B ...
分类:
Web程序 时间:
2020-01-07 16:01:17
阅读次数:
73