摘要: # Vue项目中将表格内的数据导出为Excel文件 ~~~markdown # 首先安装三个依赖 npm install -S file-saver xlsx npm install -D script-loader # 引入两个js文件 在src目录下新建excel文件夹,里面放入Blob.js和 阅读全文
posted @ 2021-11-25 18:46 167 阅读(210) 评论(0) 推荐(0)
摘要: # 安装 npm install --save js-base64 npm install --save babel-preset-env # 引入 import { Base64 } from 'js-base64'; # 加密 Base64.encode('小飼弾'); // 5bCP6aO85 阅读全文
posted @ 2021-11-25 18:44 167 阅读(110) 评论(0) 推荐(0)
摘要: 'textFlag': { handler: function (newValue, oldValue) { console.log('新数据', newValue, '旧数据', oldValue, '数据改变了') this.nextTick(function () { alert('数据已经更 阅读全文
posted @ 2021-11-25 18:42 167 阅读(251) 评论(0) 推荐(0)
摘要: from Crypto import Random from Crypto.PublicKey import RSA from Crypto.Cipher import PKCS1_v1_5 as Cipher_pkcs1_v1_5 import base64 def create_key(): # 阅读全文
posted @ 2021-11-25 18:27 167 阅读(140) 评论(0) 推荐(0)
摘要: def rule(): import itertools as its charsetString = string.digits + string.ascii_letters + string.punctuation # 生成密码本的位数,五位数,repeat=5 dic = {} for i i 阅读全文
posted @ 2021-11-25 18:26 167 阅读(66) 评论(0) 推荐(0)
摘要: ["235033", "123456789212751", "1234567876346", "1111111145902", "dearbook34953", "0000000019986", "12312312317791", "123456789015033", "888888886995", 阅读全文
posted @ 2021-11-25 18:25 167 阅读(71) 评论(0) 推荐(0)
摘要: password.json位置 https://www.cnblogs.com/hudieren/p/15604059.html password_rule.json位置 https://www.cnblogs.com/hudieren/p/15604066.html import argparse 阅读全文
posted @ 2021-11-25 18:24 167 阅读(170) 评论(0) 推荐(0)
摘要: import argparse import json import string import threading import time from decimal import Decimal import paramiko password.json位置 https://www.cnblogs 阅读全文
posted @ 2021-11-25 18:23 167 阅读(79) 评论(0) 推荐(0)
摘要: import argparse import json import string import telnetlib import threading import time from decimal import Decimal password.json位置 https://www.cnblog 阅读全文
posted @ 2021-11-25 18:22 167 阅读(158) 评论(0) 推荐(0)
摘要: import argparse import json import string import threading import time from decimal import Decimal from pysnmp.entity.rfc3413.oneliner import cmdgen c 阅读全文
posted @ 2021-11-25 18:21 167 阅读(106) 评论(0) 推荐(0)