作者:Longofo@知道创宇404实验室时间:2020年3月27日原文地址:https://paper.seebug.org/1162/英文版本:https://paper.seebug.org/1163/之前在CODEWHITE上发布了一篇关于LiferayPortalJSONWebServiceRCE的漏洞,之前是小伙伴在处理这个漏洞,后面自己也去看了。LiferayPortal对于JSON
分类:
Web程序 时间:
2020-04-01 11:03:35
阅读次数:
70
研究人员每年需要阅读大量的paper,因此,高效的阅读paper是至关重要的。 我们应该使用三步法阅读paper而不是从头读到尾: 第一步: 第一步应该用鸟瞰一般的视野对paper进行快速浏览,可以根据自己想获取的信息作更多的选择性浏览。这一步大约花费5-10分钟的时间且由以下步骤组成: 1.认真阅 ...
分类:
其他好文 时间:
2020-03-29 15:24:05
阅读次数:
100
Learning Discriminative Model Prediction for Tracking 2020-03-26 11:45:15 Paper: ICCV-2019 Code: https://github.com/visionml/pytracking 1. Background ...
分类:
其他好文 时间:
2020-03-26 12:25:26
阅读次数:
214
socket操作函数read/write和recv/send用法基本相同,后者比前者多了一个flag参数。详见套接字I/O函数。如果是阻塞socket,执行读操作时,如果socket接收缓存区没有数据会阻塞等待数据;执行写操作时,如果socket发送缓存区没有足够的空间存放此次写入的数据,则会阻塞等 ...
分类:
系统相关 时间:
2020-03-23 15:17:57
阅读次数:
117
1 <?php 2 3 define('WALLPAPER_PATH','C:/xxx/xxx'); //本地目录 4 5 class BingPicture{ 6 7 private $content = ""; 8 private $imgurl = ""; 9 10 public functi ...
分类:
Web程序 时间:
2020-03-20 15:38:13
阅读次数:
94
Deep Photo Style Transfer - 照片风格迁移算法 - 工具资源 - 掘金 This is a torch implementation of the paper A Neural Algorithm of Artistic Style by Leon A. Gatys, Al ...
分类:
其他好文 时间:
2020-03-16 14:26:21
阅读次数:
54
Pascal是英伟达公司于2016年推出的新一代GPU架构,本文摘抄自英伟达Pascal架构官方白皮书 ...
分类:
其他好文 时间:
2020-03-15 19:18:06
阅读次数:
118
01 IFQ-Net: Integrated Fixed-point Quantization Networks for Embedded Vision (1911.08076) In this paper, we propose a fixed-point networkfor embedded ...
分类:
其他好文 时间:
2020-03-15 09:37:45
阅读次数:
54
Non-local Neural Networks 2020-03-05 20:24:39 Paper: CVPR_2018 Code: https://github.com/facebookresearch/video-nonlocal-net (Caffe2 version) https://g ...
分类:
Web程序 时间:
2020-03-05 20:49:54
阅读次数:
82
创新点LatexmarkdownSCI论文1. 事实汇总Paper StructureReview Process文章第一印象2. Introduction3. Method4. Result and Discussion(结果和讨论)5. 图表(Figure and Table)——第一印象6. ... ...
分类:
其他好文 时间:
2020-03-04 23:04:18
阅读次数:
85