MySQL目前主要有以下几种索引类型:1.普通索引2.唯一索引3.主键索引4.组合索引5.全文索引 详情参考:https://www.cnblogs.com/luyucheng/p/6289714.html ...
分类:
数据库 时间:
2021-07-22 17:40:10
阅读次数:
0
操作元素(属性) 属性操作 ''' 属性 $("").attr(); $("").removeAttr(); $("").prop(); $("").removeProp(); CSS类 $("").addClass(class|fn) $("").removeClass([class|fn]) H ...
分类:
Web程序 时间:
2021-07-22 17:38:07
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <p>p1</p> <p>p2</p> <p>p3</p> <script src="jquery-3 ...
分类:
Web程序 时间:
2021-07-22 17:36:27
阅读次数:
0
参考教程:《Upload Attack Framework V1.0》 1、文件上传检测客户端javascript 检测(通常为检测文件扩展名)服务端MIME 类型检测(检测Content-Type 内容)服务端目录路径检测(检测跟path 参数相关的内容)、服务端文件扩展名检测(检测跟文件exte ...
分类:
其他好文 时间:
2021-07-22 17:35:31
阅读次数:
0
[TOP] pytest 常用插件(pip install 安装) pytest-html : 用于生成html格式的自动化测试报告 pytest-xdist: 用于多线程执行用例的插件 pytest-ordering:用于改变测试用例执行顺序 pytest-rerunfailures:失败的用例重 ...
分类:
其他好文 时间:
2021-07-22 17:34:46
阅读次数:
0
jQuery是什么? <1> jQuery由美国人John Resig创建,至今已吸引了来自世界各地的众多 javascript高手加入其team。 <2>jQuery是继prototype之后又一个优秀的Javascript框架。其宗旨是——WRITE LESS,DO MORE! <3>它是轻量级 ...
分类:
Web程序 时间:
2021-07-21 17:34:40
阅读次数:
0
2.1 数据集 目标 知道数据集的分为训练集和测试集 会使用sklearn的数据集 2.1.1 可用数据集 Kaggle网址:https://www.kaggle.com/datasets UCI数据集网址: http://archive.ics.uci.edu/ml/ scikit-learn网址 ...
分类:
其他好文 时间:
2021-07-19 16:53:01
阅读次数:
0
参考案列:https://www.cnblogs.com/blog5277/p/5920560.html java Swing文本框: package com.huawi;import com.sun.deploy.util.StringUtils;import sun.misc.BASE64Dec ...
分类:
编程语言 时间:
2021-07-19 16:49:14
阅读次数:
0
Http请求中header的作用1、Accept,浏览器端能够处理的内容类型。 例如: Accept: text/html 代表请求端可以接受服务器回发的类型为 text/html也就是我们常说的html文档。如果服务器无法返回text/html类型的数据,服务器应该返回一个406错误(nonacc ...
分类:
Web程序 时间:
2021-07-19 16:35:55
阅读次数:
0
1、下载建筑shp文件(带有高度字段的polygon数据) 2、使用mapshaper转换为geojson格式(本地处理) 3、安装cygwin,参考https://www.cnblogs.com/jyughynj/p/11804721.html 4、使用tippecanoe转换mbtiles矢量切 ...
分类:
其他好文 时间:
2021-07-19 16:33:57
阅读次数:
0