node和python默认的rsa加密方式是不一样,要调整一下。 node代码: const fs = require('fs'); const NodeRSA = require('node-rsa'); const path = require('path').resolve(); const ...
分类:
编程语言 时间:
2021-03-29 11:41:58
阅读次数:
0
网址:https://www.npmjs.com/package/vue2-datepicker 实例:只能选择整点或者半点 npm install vue2-datepicker --save <date-picker :open.sync="open" v-model="BeginTimes" ...
分类:
其他好文 时间:
2021-03-18 13:59:13
阅读次数:
0
1. 引言 现在的应用开发层出不穷,基于浏览器的网页应用,基于微信的公众号、小程序,基于IOS、Android的App,基于Windows系统的桌面应用和UWP应用等等,这么多种类的应用,就给应用的开发带来的挑战,我们除了分别实现各个应用外,我们还要考虑各个应用之间的交互,通用模块的提炼,其中身份的 ...
分类:
其他好文 时间:
2021-03-16 12:03:30
阅读次数:
0
http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-15 11:32:55
阅读次数:
0
http://www.pipioj.online/problem.php?id=1026 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-10 13:26:07
阅读次数:
0
package com.erp.sign.pojo.constants; import java.util.HashMap; import java.util.Map; /** * * 合同状态枚举 * @auther han * @date 2021/1/19 */ public enum MyC ...
分类:
其他好文 时间:
2021-03-05 13:21:36
阅读次数:
0
B. Berland Crossword \(直接去枚举四个角落,注意枚举的方法,本题如何写的简洁很关键.\) #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.tie(0 ...
分类:
其他好文 时间:
2021-03-05 13:15:01
阅读次数:
0
MySQL复制 (1)扩展方式: Scale Up ,Scale Out (2)MySQL的扩展 读写分离 复制:每个节点都有相同的数据集 向外扩展 二进制日志 单向 (3)复制的功用: 数据分布 负载均衡读 备份 高可用和故障切换 MySQL升级测试 一主多从 主从复制介绍 两台或两台以上实例,通 ...
分类:
数据库 时间:
2021-03-04 13:19:58
阅读次数:
0
MySQL Logs: 查询日志:query log 慢查询日志:slow query log 错误日志: error log 二进制日志:binary log; 中继日志:reley log 事务日志:transaction log 1、查询日志 记录查询操作; 查询日志可以记录在: 文件:fil ...
分类:
其他好文 时间:
2021-03-03 12:04:58
阅读次数:
0
模拟手写AsyncParallelHook源码部分。 let Hook = require('./Hook.js') class HookCodeFactory { args({ after, before } = {}) { let allArgs = this.options.args if ( ...
分类:
Web程序 时间:
2021-03-02 12:26:20
阅读次数:
0