springboot+mybatis+druid 多数据源 1. 创建maven项目,引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifact ...
分类:
数据库 时间:
2021-04-16 11:44:35
阅读次数:
0
效果 代码 1 <Window x:Class="WpfApp12.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microsoft. ...
最近在看项目的时候发现,用的是jsp页面为什么url中却是html后缀 然后查了一下,原来这叫做URL/jsp伪静态化,让地址栏末尾JSP变成HTML 实现方式: 用别人已经写好的包,然后自己在配置文件中定义 在web.xml的servlet mapping中直接把url映射到xxx.html ...
分类:
Web程序 时间:
2021-04-15 12:43:49
阅读次数:
0
常规打开f12,发现有个注释,看起来像base64,尝试解码 看起来像是密码,便尝试账号,尝试常规的 root,admin等 发现需要本地管理员,因此想到要修改 xff 使用burpsuite和谷歌插件里的switchyomega和X-Forwarded-For Header(这两个插件可以在谷歌插 ...
分类:
Web程序 时间:
2021-04-15 12:35:10
阅读次数:
0
配置阶段 配置web.xml文件 DispatcherServlet 设置init-param configLocation=classpath:application.properties 设置url-pattern /* 配置Annotation @Controller、@Service、@Re ...
分类:
编程语言 时间:
2021-04-15 12:17:07
阅读次数:
0
使用pycharm出现了错误: Compile Cython Extensions Error 点击install无效,各种方法都无效,网上说需要Microsoft Visual C++ Build Tools,使用Microsoft Visual C++ Build Tools修复仍然无效; 找到 ...
分类:
其他好文 时间:
2021-04-15 12:01:48
阅读次数:
0
官网:https://docs.microsoft.com/zh-cn/sysinternals/downloads/tcpview 【0】介绍 TCPView是一个Windows程序,它将为您显示系统上所有TCP和UDP端点的详细列表,包括本地和远程地址以及TCP连接状态。在Windows Ser ...
分类:
数据库 时间:
2021-04-15 12:00:07
阅读次数:
0
How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops Regular expressions are used for Pattern Matching. To use in Excel fo ...
分类:
其他好文 时间:
2021-04-14 12:44:22
阅读次数:
0
不多言了,看图操作三部曲 1.登陆Dell 的web idac后台 2.网络→服务→VNC 3.安装VNC Viewer,ip+端口直连 ...
分类:
其他好文 时间:
2021-04-14 12:40:30
阅读次数:
0
详见:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/Input/file#attr-multiple 使用 type="file" 的 <input> 元素使得用户可以选择一个或多个元素以提交表单的方式上传到服务器上,或者通过 J ...
分类:
其他好文 时间:
2021-04-14 12:31:04
阅读次数:
0