跨域常见问题: 1.发布到IIS上后跨域问题 解决方法 修改web.config文件 <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Methods" value="GET,POST, ...
分类:
Web程序 时间:
2021-02-22 12:27:38
阅读次数:
0
为了方便理解,我们先看一段代码: int a = 3; System.out.println(a); // 3 int b = a++; //运行顺序是先赋值,再自增 System.out.println(a); //a = a+1; 4 System.out.println(b); //b = a ...
分类:
编程语言 时间:
2021-02-22 12:01:13
阅读次数:
0
d87 x65 x6c x63 o157 d109 o145 b100000 d116 b1101111 o40 x6b b1100101 b1101100 o141 d105 x62 d101 b1101001 d46 o40 d71 x69 d118 x65 x20 b1111001 o157 ...
分类:
其他好文 时间:
2021-02-22 11:59:30
阅读次数:
0
告诉你shell是什么,就是这个system("/bin/sh") 这题直接白给了,nc一下就能ls看到flag ...
分类:
系统相关 时间:
2021-02-22 11:55:43
阅读次数:
0
using System; using System.Collections.Generic; using System.Linq; namespace ConsoleApp1 { class Program { static void Main(string[] args) { /* 贪心算法(集 ...
分类:
编程语言 时间:
2021-02-20 12:42:12
阅读次数:
0
javaSE总结 Hello world public class Hello{ public static void main(String[] args){ System.out.print("Hello,World!"); } } 编译: javac Hello.java 运行: java H ...
分类:
编程语言 时间:
2021-02-20 12:35:14
阅读次数:
0
1. listfile (列表文件,即CMakeLists.txt) https://cmake.org/cmake/help/v3.19/manual/cmake-gui.1.html CMake is a cross-platform build system generator. Projec ...
分类:
其他好文 时间:
2021-02-20 12:32:02
阅读次数:
0
reference:https://blog.csdn.net/panchang199266/article/details/95724991 Java8 日期时间API,新增了LocalDate、LocalDateTime、LocalTime等线程安全类: LocalDate:只有日期,诸如:20 ...
分类:
编程语言 时间:
2021-02-20 12:15:59
阅读次数:
0
windows服务 unit untserverinfo; interface uses Windows, Messages, SysUtils, Classes, Forms, WinSvc, SvcMgr, System.Win.Registry; function ServiceGetStat ...
水题~。 魔鬼变量名。 vector<int> positive_coupon,negative_coupon; vector<int> positive_product,negative_product; int nc,np; int main() { cin>>nc; for(int i=0;i ...
分类:
其他好文 时间:
2021-02-20 11:51:01
阅读次数:
0