1.核心企业验证E签宝签署短信后回调通知数据: { "accountId":"19099e9734654f3d87c50fdc15a8be8c", "action":"SIGN_FLOW_UPDATE", "authorizedAccountId":"5e39cab7088f4d668acc269d ...
分类:
其他好文 时间:
2021-06-16 18:01:24
阅读次数:
0
mac地址过滤 wireshark捕获过滤中过滤MAC地址/物理地址 ether host 80:f6:2e:ce:3f:00 //过滤目标或源地址80:f6:2e:ce:3f:00的数据包 ether dst host 80:f6:2e:ce:3f:00 //过滤目标地址80:f6:2e:ce:3 ...
分类:
系统相关 时间:
2021-06-16 17:58:47
阅读次数:
0
蓝牙通信开发流程 为了让两个设备上的两个应用程序之间建立连接,你必须同时实现服务端和客户端机制。 服务端:使用的是 BluetoothServerSocket 类,并且调用的是 listenUsingRfcommWithServiceRecord(string,UUID) 方法来获得一个Blueto ...
分类:
移动开发 时间:
2021-06-16 17:45:58
阅读次数:
0
methods:{ handleClick(){ //fetch方法:用来快速获取json格式数据 //Promise对象 //url:链接地址 fetch(“url”) // 第一个 then 接受到的是请求头的相关信息 .then(res=>{ console.log(res) //拿到的是一个 ...
分类:
其他好文 时间:
2021-06-15 18:34:42
阅读次数:
0
有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 ...
分类:
其他好文 时间:
2021-06-15 18:12:55
阅读次数:
0
flag = Trued = {}with open('b.txt', mode='rt', encoding='utf-8') as f: res = f.readlines() for line in res: i = line.strip('\n').split(':') d[i[0]] = ...
分类:
其他好文 时间:
2021-06-15 17:54:21
阅读次数:
0
《为什么数据库中要使用B+tree索引,而不用hash索引?MySQL中的B+tree索引介绍》 看完以上这篇文章,明白B+tree索引结构,对explain解析更有帮助。 ...
分类:
数据库 时间:
2021-06-15 17:54:06
阅读次数:
0
d = {}with open('b.txt', mode='rt', encoding='utf-8') as f: res = f.readlines() for line in res: i = line.strip('\n').split(':') d[i[0]] = i[1]while T ...
分类:
其他好文 时间:
2021-06-15 17:52:42
阅读次数:
0
OSCP Security Technology - Network Scanning(2) Scanning with Nessus https://www.tenable.com/downloads/nessus?loginAttempted=true#nessus-8.14.0 sudo dp ...
分类:
Web程序 时间:
2021-06-15 17:38:32
阅读次数:
0
大家好!我是星球贸易梦想家。 用STS在客户虚拟机上开发,硬盘只有C盘,而且只有40G,很快满了, 发现.metadata\.plugins\org.eclipse.core.resources文件夹,有7.3G相当大啦, 查找发现org.eclipse.core.resources文件夹里头一个. ...
分类:
系统相关 时间:
2021-06-13 10:48:44
阅读次数:
0