const axios=require('axios') const fs = require('fs-extra'); const https=require('https') const path=require('path') function resolve (dir) { return p ...
分类:
Web程序 时间:
2021-05-24 17:11:19
阅读次数:
0
json json.load(file) 将文件中的字符串读出来,转换为json形式的列表等 [{"age": 20, "name": "tome", "sex": "male"}, {"age": 10, "name": "jerry", "sex": "female"}] data = json ...
分类:
编程语言 时间:
2021-05-24 17:10:58
阅读次数:
0
前提条件是要设置secure_file_priv,该参数是需要重启实例的 mysql> show variables like '%secure%';+ + +| Variable_name | Value |+ + +| require_secure_transport | OFF || secu ...
分类:
数据库 时间:
2021-05-24 17:05:50
阅读次数:
0
https://blog.csdn.net/weixin_44882864/article/details/102958973 https://blog.csdn.net/weixin_43078114/article/details/103511970 ...
分类:
其他好文 时间:
2021-05-24 16:51:49
阅读次数:
0
#房贷计算器 # 第一部分代码 money = int(input('请输入贷款总金额:(整数、单位万)')) time = int(input('请输入贷款年限:(整数)')) rate = float(input('请输入贷款年利率:(4.9,表示4.9%)')) # 将万转换为元 money ...
分类:
编程语言 时间:
2021-05-24 16:49:34
阅读次数:
0
ctfshow 大吉大利杯 先进行一波简单审计 extract函数作用 extract() 函数从数组中将变量导入到当前的符号表。 $str = file_get_contents("php://input") php://input 可以读取不管是POST方式或者GET方法提交过来的数据 ...
分类:
Web程序 时间:
2021-05-24 16:41:52
阅读次数:
0
表单标签<form># 作用:表单用于向服务器传输数据# 表单能够包含input元素,比如文本字段、复选框、单选框、提交按钮等等# 表单还可以包含textarea、select、fieldset和label元素# 属性:# action 提交地址# method 提交方式get/post,默认get ...
分类:
其他好文 时间:
2021-05-24 16:35:57
阅读次数:
0
// 文本流 QFile file("aaa.txt"); file.open(QFileDevice::WriteOnly); QTextStream stream(&file); stream<<QString("hell oworld")<<123456; file.close(); // 读 ...
分类:
其他好文 时间:
2021-05-24 16:16:10
阅读次数:
0
An unhandled exception occurred while processing the request. InvalidOperationException: No authenticationScheme was specified, and there was no Defau ...
分类:
Web程序 时间:
2021-05-24 16:10:46
阅读次数:
0
'****************************************************************************** '* File: name2comment.vbs '* Title: Name to Comment Conversion '* Mode ...
分类:
其他好文 时间:
2021-05-24 16:08:17
阅读次数:
0