package com.app.frame.ldap; import java.util.Enumeration;import java.util.Hashtable; import javax.naming.Context;import javax.naming.NamingEnumeration ...
分类:
编程语言 时间:
2021-03-08 13:05:28
阅读次数:
0
漏洞关键字 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
https://blog.csdn.net/wei348144881/article/details/79233529 https://blog.csdn.net/wangjianguobj/article/details/54434280?utm_medium=distribute.pc_rele ...
分类:
其他好文 时间:
2021-03-02 12:06:01
阅读次数:
0
/** * 导出课程excel * * @return */ @AutoLog(value = "课程-导出课程excel") @ApiOperation(value = "课程-导出课程excel", notes = "导出课程excel") @GetMapping(value = "/expor ...
分类:
其他好文 时间:
2021-03-02 11:52:53
阅读次数:
0
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:
其他好文 时间:
2021-02-27 13:26:28
阅读次数:
0
接口地址 String url = "http://testdplan.xaltserver.com/login"; 请求方式:post HttpPost post = new HttpPost(url); 准备测试数据 String mobilephone = "1333333333"; Stri ...
分类:
其他好文 时间:
2021-02-27 13:06:24
阅读次数:
0
1.DOM查询 - 通过具体的元素节点来查询 - 元素.getElementsByTagName() - 通过标签名查询当前元素的指定后代元素 - 元素.childNodes - 获取当前元素的所有子节点 - 会获取到空白的文本子节点 - 元素.children - 获取当前元素的所有子元素 - 元 ...
分类:
其他好文 时间:
2021-02-22 12:35:51
阅读次数:
0
引用自:慢慢慢时光 原因 在 Windows 10 系统中,为了加速图标的显示,当第一次对图标进行显示时,系统会对文件或程序的图标进行缓存。之后,当我们再次显示该图标时,系统会直接从缓存中读取数据,从而大大加快显示速度。当缓存文件出现问题时,就会引发系统图标显示不正常。因此,我们只需要将有问题的图标 ...
分类:
其他好文 时间:
2021-02-20 12:04:42
阅读次数:
0
学习资料汇总 https://blog.csdn.net/richgene/article/details/80481044 https://blog.csdn.net/antkillerfarm/article/details/78082564 国内资源 1、中文知识图谱资料库(http://op ...
分类:
其他好文 时间:
2021-02-15 12:09:44
阅读次数:
0
最近放假在家没事干,正好刚刚升级了新的500M光纤,换了小米的AX3600路由器,speedtest速率能到580M左右,下面放图。 下面则是在更新路由器和带宽之前经常断网的房间的测试数据,可以到将近200M 可以看出网络质量是有很大提升的,直接赋予我在房间快乐冲浪的无上权力。 舒服之余,下午没事做 ...
分类:
其他好文 时间:
2021-02-05 10:48:08
阅读次数:
0