和上一篇文章差不多,也算是对web源码泄露的一个总结,但是这篇文章更侧重于CTF 参考文章: https://blog.csdn.net/wy_97/article/details/78165051?utm_medium=distribute.pc_relevant.none-task-blog-B ...
分类:
Web程序 时间:
2020-08-25 18:40:12
阅读次数:
77
场景 Nginx入门教程-简介、安装、反向代理、负载均衡、动静分离使用实例: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/103101304 前端是用Vue做的项目,后端是SpringBoot,怎样将前后端项目部署在Window ...
Educational Codeforces Round 21 A. Lucky Year 个位数直接输出$1$ 否则,假设$n$十进制最高位的值为$s$,答案就是$s-(n\mod s)$ view code #pragma GCC optimize("O3") #pragma GCC optim ...
分类:
其他好文 时间:
2020-08-25 15:43:40
阅读次数:
44
lic int nextInt(int n) 该方法的作用是生成一个随机的int值,该值介于[0,n)的区间,也就是0到n之间的随机int值,包含0而不包含n。 关于Random r = new Random(47)中47的意思 今天看Java编程思想的时候看到了一段这样的代码: Random r ...
分类:
编程语言 时间:
2020-08-24 15:15:14
阅读次数:
49
需要注意几点 1、确保https://xxx.com/apple-app-site-association的链接能访问到apple-app-site-association配置文件(json格式) { "applinks": { "apps": [], "details": [ { "appID": ...
分类:
其他好文 时间:
2020-08-18 15:35:36
阅读次数:
112
https://blog.csdn.net/nayun123/article/details/50895519?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.compare& ...
分类:
编程语言 时间:
2020-08-17 17:47:57
阅读次数:
92
各领域机器学习数据集汇总 https://blog.csdn.net/liangyihuai/article/details/85923793?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPa ...
分类:
其他好文 时间:
2020-08-17 17:06:38
阅读次数:
99
https://www.jianshu.com/p/460b4dafd630 https://www.cnblogs.com/garfieldcgf/p/12145504.html https://blog.csdn.net/yumin841931783/article/details/810956 ...
分类:
其他好文 时间:
2020-08-17 17:00:07
阅读次数:
62
1 https://developers.weixin.qq.com/community/develop/article/doc/0008e63a5d8e30a4b30aaaa6556413 2https://blog.csdn.net/weimingjue/article/details/8004 ...
分类:
微信 时间:
2020-08-10 17:34:22
阅读次数:
187
bash: ./arm-none-linux-gnueabi-gcc: No such file or directory解决方法 https://blog.csdn.net/eydwyz/article/details/98033852 ubuntu进行apt-get时候出现Package xxx ...
分类:
系统相关 时间:
2020-08-10 00:08:49
阅读次数:
72