Python3 1. 命令行快速搭建本地http服务器 python3 -m http.server 8000 在命令行中输入此命令,就会在当前目录下搭建http服务器,可以通过访问http://localhost:8000/查看, 这样就可以用同一网段的设备从这个http服务器下载文件 ...
分类:
编程语言 时间:
2021-06-09 10:40:33
阅读次数:
0
“代理 XP”组件已作为此服务器安全配置的一部分被关闭。系统管理员可以使用 sp_configure 来启用“代理 XP”。有关启用“代理 XP”的详细信息,请参阅 SQL Server 联机丛书中的“外围应用配置器”。 (Microsoft.SqlServer.Management.Mainten ...
分类:
其他好文 时间:
2021-06-09 10:39:27
阅读次数:
0
错误提示:当用loadrunner录制了web的代码完成之后,进行回放,提示报错:Action.c(51): Error -27987: Requested image not found [MsgId: MERR-27987] 解决方案:进行关联,步骤如下: 先找到所要进行关联的对象,将代码复制出 ...
分类:
其他好文 时间:
2021-06-09 10:37:51
阅读次数:
0
1、File->New Project。 http://start.springboot.io 2、下一步。 3、选择依赖。 4、生成项目。 5、运行。 6、设置Tomcat端口 src\main\resources\application.properties server.port=9001 ...
分类:
编程语言 时间:
2021-06-09 10:37:26
阅读次数:
0
编译突然无法通过: Error (10054): Verilog HDL File I/O error at ...: can't open Verilog Design File "G:/..." 提示的是一个头文件,解决办法: 在文件位置拷贝一个副本,然后将原文件删除,再将副本改为原文件名即可! ...
分类:
其他好文 时间:
2021-06-09 10:37:10
阅读次数:
0
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD ...
分类:
Web程序 时间:
2021-06-08 23:12:21
阅读次数:
0
server { listen 80; server_name www.yourweb.com; rewrite ^(.*)$ https://$host$1 permanent; } ...
分类:
Web程序 时间:
2021-06-08 22:57:22
阅读次数:
0
Eureka Eureka是spring cloud中的一个负责服务注册与发现的组件。遵循着CAP理论中的A(可用性)P(分区容错性)。一个Eureka中分为eureka server和eureka client。其中eureka server是作为服务的注册与发现中心。eureka client既 ...
分类:
其他好文 时间:
2021-06-08 22:44:26
阅读次数:
0
打开后就是好长的源码,一块一块分析 第一块 匹配不是0-9数字或者不是小数点、减号的内容。反转的数要和本来的值相等,并且不能是回文。 因为intval的特性,level1就有很多方法绕过了 -0, 0- , 1.10 , 0. , .0 ,0.00 要求$md5==md5(md5($md5))根据p ...
分类:
Web程序 时间:
2021-06-08 22:38:30
阅读次数:
0
提示备份文件 直接url/www.zip得到源代码 分别得到以下关键代码 <?php include 'flag.php'; error_reporting(0); class Name{ private $username = 'nonono'; private $password = 'yesy ...
分类:
Web程序 时间:
2021-06-08 22:34:20
阅读次数:
0