漏洞关键字 SQL注入: select insert update mysql_query mysqli等 文件上传: $_FILES,type="file",上传,move_upload_file()等 XSS跨站: print print_r echo sprintf die var_dump ...
分类:
其他好文 时间:
2021-03-06 14:12:18
阅读次数:
0
1,HTML及 JS 代码 <!-- 视频播放 --> <div class="video home_video"> <div class="videolist" vpath="video/1.mp4" ipath="video/6.mp4"><img src="common/images/them ...
分类:
Web程序 时间:
2021-03-05 13:27:13
阅读次数:
0
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-- ...
分类:
其他好文 时间:
2021-03-05 13:22:06
阅读次数:
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
[云计算]OpenStack All in one 单节点部署(Packstack安装) 1. 虚拟机创建 CentOS 7 最小化版本: https://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2 ...
分类:
其他好文 时间:
2021-03-05 13:09:01
阅读次数:
0
# -*- coding: utf-8 -*- """ File Name: conf.py Description : 读取当前文件上级目录conf 内hcs_conf.yaml的内容,返回yaml 对象 Author : jiaoyaxiong date: 2019/7/22 Change Ac ...
分类:
其他好文 时间:
2021-03-05 13:08:41
阅读次数:
0
一、引用两个js库 <script src="/js/jspdf.debug.js"></script> <script src="/js/html2canvas.js"></script> 二、实现导出PDF /** * 导出PDF * @param id */ exportPdf:functio ...
分类:
Web程序 时间:
2021-03-05 13:08:22
阅读次数:
0
第一步:在项目中创建一个js文件,然后把下面的代码全部拷贝进去 /** * 高德地图定位 * @type {{}} */ export const location = { initMap(id){ let mapObj = new AMap.Map(id, {}) let geolocation; ...
分类:
其他好文 时间:
2021-03-05 13:07:43
阅读次数:
0
/** * 提示框 * @param content 必须,提示内容 * @param title 默认为“提示”,可不传 * @param onClose 关闭提示框后执行的函数function,可不传 */ cpic.alert=function(content, title, onClose) ...
分类:
Web程序 时间:
2021-03-05 12:59:40
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximu ...
分类:
Web程序 时间:
2021-03-04 13:32:30
阅读次数:
0