<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <input type="text" id="input"> <input type="text" id="b"> <button ...
分类:
其他好文 时间:
2020-08-05 00:07:59
阅读次数:
75
文件搜索命令:find 命令名称:find 命令所在路径:/bin/find 执行权限:所有用户 语法:find [搜索范围][匹配条件] 功能描述:文件搜索 常用选项 -amin<分钟>:查找在指定时间曾被存取过的文件或目录,单位以分钟计算; -anewer<参考文件或目录>:查找其存取时间较指定 ...
分类:
系统相关 时间:
2020-08-04 23:58:47
阅读次数:
88
为什么你的 Intellij IDEA 没别人的好用?还不是因为你缺少这几个插件啊! 善用 Intellij IDEA 插件可以提高我们的开发效率,今天和大家一起分享一下实际工作中常用的几款能提升幸福感和工作效率的IDEA插件非常值得安利一波! 1、Background Image Plus 默认I ...
分类:
其他好文 时间:
2020-08-02 16:13:00
阅读次数:
85
故事背景今年年初的时候写了一篇文章《围观:基于事件机制的内部解耦之心路历程》。这篇文章主要讲的是用ES数据异构的场景。程序订阅MysqlBinlog的变更,然后程序内部使用SpringEvent来分发具体的事件,因为一个表的数据变更可能会需要更新多个ES索引。为了方便大家理解我把之前方案的图片复制过来了,如下:上图的方案存在一个问题,就是我们今天文章要聊的内容。这个问题就是当MQConsumer收
分类:
其他好文 时间:
2020-07-31 01:13:30
阅读次数:
71
C语言指针经典算法应用《指针作为函数参数》函数的参数不仅可以是整型、浮点型、字符型等数据,还可以是指针类型。它的作用是将一个变量的地址传送给被调用函数的形参。#include <iostream> using namespace std; int main() { void swap(int *p1 ...
分类:
编程语言 时间:
2020-07-30 01:37:10
阅读次数:
73
示例对象: { name: 'a', next: [ { name: 'b', next: [ { name: 'd', next: [] }, { name: 'e', next: [] } ] }, { name: 'c', next: [ { name: 'f', next: [] }, { ...
分类:
Web程序 时间:
2020-07-29 21:58:21
阅读次数:
115
import concurrent import requests; from concurrent.futures import ThreadPoolExecutor import os; import parsel; def send_request(url): header = { "user ...
分类:
编程语言 时间:
2020-07-29 21:35:20
阅读次数:
91
参考资料:https://www.youtube.com/watch?v=K1bMSPje6pw&list=PLhfrWIlLOoKMe1Ue0IdeULQvEgCgQ3a1B&index=2 apt-get update apt-get install yersinia yersinia -h y ...
分类:
系统相关 时间:
2020-07-29 21:17:30
阅读次数:
83
1、居中弹出 $k.confirm({ content:'居中弹出', onClosed:function(args){ if (args.closeTrigger == 'btn-0') { $k.alert({content:'您点了"确定"按钮'}); } else{ $k.alert({co ...
分类:
其他好文 时间:
2020-07-29 15:26:04
阅读次数:
82
7 kolla-ansible destroy -i ./multinode --yes-i-really-really-mean-it 8 kolla-ansible -i multinode deploy -v 9 kolla-ansible destroy -i ./multinode --y ...
分类:
其他好文 时间:
2020-07-29 15:02:34
阅读次数:
46