码迷,mamicode.com
首页 >  
搜索关键字:input jar file is sp    ( 212113个结果
element 表单禁止浏览器填充账号密码
使用element form 表单写注册页的时候,input总会默认填写浏览器之前保存的账号密码 在input属性中加上 auto-complete="new-password",就可以不自动填充 ...
分类:其他好文   时间:2021-03-05 13:26:55    阅读次数:0
Less-1
萌新自学 sqli-labs搭建在kali下docker kali的IP地址为192.168.3.131 进入后我们可以看到 Please input the ID as parameter with numeric value 输入:http://192.168.3.131/sqli-labs/L ...
分类:其他好文   时间:2021-03-05 13:16:18    阅读次数:0
获取input上传的视频的长度
changeFile: function(ele) { var content = ele var url = URL.createObjectURL(content);//获取录音时长 var audioElement = new Audio(url);//audio也可获取视频的时长 var d ...
分类:Web程序   时间:2021-03-05 13:12:41    阅读次数:0
Spring JDBC 的简单使用
Spring框架对JDBC的简单封装。提供了一个JDBCTemplate对象简化JDBC的开发。 使用步骤 导入架包:commons-logging-1.2.jar、spring-beans-5.0.0.RELEASE.jar、spring-core-5.0.0.RELEASE.jar、 sprin ...
分类:数据库   时间:2021-03-05 13:09:26    阅读次数:0
【大爆炸】读取配置文件 yaml
# -*- 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
MYSQL8 多实例安装
##多实例出现 充分的利用主机资源 拆分数据库,限制单个实例大小 资源隔离,减小相互影响 分担连接数 ##mysql配置文件读取 读取配置文件顺序: /etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf --defau ...
分类:数据库   时间:2021-03-05 12:56:30    阅读次数:0
用户信息案例
案例要求 功能要求: 登录功能 添加、修改、删除功能 删除所选项功能 分页查询功能 复杂条件查询功能 准备阶段 下载jar包 将jar包导入到 WEB-INF/lib 目录下 c3p0-0.9.1.2.jar commons-beanutils-1.8.3.jar commons-logging-1 ...
分类:其他好文   时间:2021-03-05 12:53:39    阅读次数:0
File upload XSS
File upload XSS Description This script is possibly vulnerable to XSS (Cross-site scripting). The web application allows file upload and Acunetix was ...
分类:其他好文   时间:2021-03-04 13:34:27    阅读次数:0
爬虫 | php封装 | file_get_contents
今天无聊,用php封装了一套比较简单的http请求类 细节方面可以再优化 class Creeper { public $url; public $header; public $text; public $responseHeader; public function __construct($u ...
分类:Web程序   时间:2021-03-04 13:21:20    阅读次数:0
修复缺少 Kernel-Headers on CentOS 7,导致 gcc glibc-headers安装失败
问题: --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Error: Package: glibc-hea ...
分类:其他好文   时间:2021-03-04 13:18:15    阅读次数:0
212113条   上一页 1 ... 83 84 85 86 87 ... 21212 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!