码迷,mamicode.com
首页 >  
搜索关键字:request time    ( 72329个结果
Unit 1 Running a meeting
##General English:6-Elementary ###1 Vocabulary Metting words agenda,items,new hires,short time,for personal reasons,visitors,clean up,continue,update ...
分类:其他好文   时间:2021-05-23 22:57:55    阅读次数:0
Faster RCNN详解
paper:Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks Tensorflow-faster r-cnn github:Tensorflow Faster RCNN for Object ...
分类:其他好文   时间:2021-05-04 16:41:54    阅读次数:0
HTML
HTML5 超文本标记语言 HTML5 一些新特性: 用于绘画的 canvas 元素 video 和 audio 元素 对本地离线存储的更好的支持 新的特殊内容元素,比如 article、footer、header、nav、section 新的表单控件,比如 calendar、date、time、e ...
分类:Web程序   时间:2021-05-04 16:15:40    阅读次数:0
CF776D The Door Problem
CF776D The Door Problem 原题链接 题意: 给定 n扇门 m 把钥匙,每一把钥匙会同时控制 k_i 扇门,每扇门最多被两把钥匙控制。求是否存在一个使用钥匙的方法使得全部的门都变成开的。 思路1(2-sat): 与上题类似,考虑每扇门的不同初始状态造成的不同操作。 若该门初始状态 ...
分类:其他好文   时间:2021-05-04 16:01:59    阅读次数:0
第五篇 进程&线程&协程
多进程 1 #方式一: 2 # from multiprocessing import Process 3 # import time 4 # 5 # def task(name): 6 # print('%s is running' %name) 7 # time.sleep(3) 8 # pri ...
分类:编程语言   时间:2021-05-04 15:51:14    阅读次数:0
weblogic漏洞总结
1.XMLDecoder 反序列化漏洞 cve-2017-10271/3506 影响版本10.3.6.0, 12.1.3.0, 12.2.1.0, 12.2.1.1 , 12.2.1.2 受影响url ,在这个配置里面: C:\Oracle\Middleware\user_projects\doma ...
分类:Web程序   时间:2021-05-03 12:59:59    阅读次数:0
[AWS DA Guru] S3
S3 File Size Single S3 Object can range in size from 0 bytes to 5TB Largest object that can be uploaded in a single PUT request is 5GB For Objects lar ...
分类:其他好文   时间:2021-05-03 12:56:01    阅读次数:0
一款实用的数据恢复备用软件
SuperDuper是广受好评的程序,它令人难以置信的清晰,友好的界面是可以理解的,易于使用,并SuperDuper的内置的调度使得平凡的自动备份。它是Time Machine的完美补充,允许您在Time Machine音量旁边存储可引导的备份 - 并且它在Mac上运行得非常好! 从v3.1.6开始 ...
分类:其他好文   时间:2021-05-03 12:53:30    阅读次数:0
Django接收post前端返回的json格式数据代码实现
post接收字符串 def subscription(request): msg = request.POST.get('msg') # tel_no = request.POST.get('tel_no') # email = request.POST.get('email') # ico_id ...
分类:Web程序   时间:2021-05-03 12:45:35    阅读次数:0
DVWA--Command Injection
Low 命令注入Low级别的,我们先看一下源码 <?php if( isset( $_POST[ 'Submit' ] ) ) { // Get input $target = $_REQUEST[ 'ip' ]; // Determine OS and execute the ping comma ...
分类:其他好文   时间:2021-05-03 12:31:22    阅读次数:0
72329条   上一页 1 ... 30 31 32 33 34 ... 7233 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!