pwn加载题目给定的so ~~~python from pwn import import sys, os def change_ld(binary, ld): """ Force to use assigned new ld.so by changing the binary """ if not ...
分类:
其他好文 时间:
2018-06-09 00:50:06
阅读次数:
396
今天在做广州仲裁委员会的系统时这样的一个需求,需要在页面一加载的时候查询各个项目的案件数,这里有很多个项目,一开始我是这样写的: 代码如下: $.get(assignedCaseUrl,function(data){ $(" waitingAllocationSecretary").html("等待 ...
分类:
Web程序 时间:
2018-06-07 14:10:44
阅读次数:
242
bug类型: 1、".equals()" should not be used to test the values of "Atomic" classes. bug 主要 不要使用equals方法对AtomicXXX进行是否相等的判断 Atomic变量永远只会和自身相等,Atomic变量没有覆写e ...
分类:
其他好文 时间:
2018-05-31 19:16:11
阅读次数:
4090
On a staircase, the i-th step has some non-negative cost cost[i] assigned (0 indexed). Once you pay the cost, you can either climb one or two steps. Y ...
分类:
其他好文 时间:
2018-05-27 10:43:35
阅读次数:
140
必需:angular分页js和css 当然还有angular.js /* AngularJS v1.2.9 */ (function(Z,Q,r){'use strict';function F(b){return function(){var a=arguments[0],c,a="["+(b?b ...
分类:
其他好文 时间:
2018-05-22 23:51:33
阅读次数:
241
05.04.2018 Nathan Collins 8 comments FacebookTwitterGoogle+LinkedInEmail 05.04.2018 Nathan Collins 8 comments FacebookTwitterGoogle+LinkedInEmail 05.0 ...
分类:
其他好文 时间:
2018-05-22 22:13:49
阅读次数:
217
1. Set Variable 定义:Returns the given values which can then be assigned to a variables. 示例1: ${a} Set Variable 50 示例2: 2. Create List 定义:Returns a list ...
分类:
其他好文 时间:
2018-05-19 15:43:11
阅读次数:
152
题目描述: On a staircase, the i-th step has some non-negative cost cost[i] assigned (0 indexed). Once you pay the cost, you can either climb one or two st ...
分类:
其他好文 时间:
2018-05-14 19:57:15
阅读次数:
163
20155220 吴思其 Exp6 信息收集与漏洞扫描 基础问题回答 1.哪些组织负责DNS,IP的管理。 顶级的管理者是Internet Corporation for Assigned Names and Numbers (ICANN)。 目前全球有5个地区性注册机构: ARIN主要负责北美地区 ...
分类:
其他好文 时间:
2018-05-06 18:53:45
阅读次数:
230
总结自论文:Faster_RCNN,与Pytorch代码: 本文主要介绍代码第二部分:model/utils , 首先分析一些主要理论操作,然后在代码分析里详细介绍其具体实现。 一. 主要操作 1. bounding box回归: 目的是提高定位表现。在DPM与RCNN中均有运用。 1) RCNN版 ...
分类:
其他好文 时间:
2018-05-04 18:34:01
阅读次数:
1725