首先我们先来说说这个ONNX ONNX是一种针对机器学习所设计的开放式的文件格式,用于存储训练好的模型。它使得不同的人工智能框架(如Pytorch, MXNet)可以采用相同格式存储模型数据并交互。 ONNX的规范及代码主要由微软,亚马逊 ,Facebook 和 IBM 等公司共同开发,以开放源代码 ...
分类:
其他好文 时间:
2020-02-08 00:00:18
阅读次数:
89
https://www.jarvisoj.com/challenges(pwn网址) nc pwn2.jarvisoj.com 9881(远程连接) 在ubuntu16.04上进行连接,看下图 连接之后屏幕出现一行字符 在pwn的网址上看到: 使用file指令 hacker@ubuntu:~$ fi ...
分类:
其他好文 时间:
2020-02-07 15:08:02
阅读次数:
72
1.Decompose Conditional(分解条件表达式)2.Consolidate Conditional Expressions(合并条件表达式)3.Consolidate Duplicate Conditional Fragments(合并重复... ...
分类:
其他好文 时间:
2020-02-04 12:25:24
阅读次数:
81
SQL JOIN 子句用于把来自两个或多个表的行结合起来,基于这些表之间的共同字段。 最常见的 JOIN 类型:SQL INNER JOIN(简单的 JOIN)、SQL LEFT JOIN、SQL RIGHT JOIN、SQL FULL JOIN,其中前一种是内连接,后三种是外链接。 假设我们有两张 ...
分类:
数据库 时间:
2020-02-02 15:40:52
阅读次数:
100
error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-s ...
分类:
移动开发 时间:
2020-02-01 19:49:03
阅读次数:
142
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c ...
分类:
其他好文 时间:
2020-02-01 01:04:58
阅读次数:
91
令 $G=(V,E)$ 是一个网络,有源点 $s$ 和 汇点 $t$。 定义一个 割 $C=(S,T)$ 是 $V$ 的一种划分使得 $s\in S,t\in T$,$C$ 的 割集 $A$ 是集合 $\{(u,v)\in E:u\in S,v\in T\}$, 割的大小 $cut=\sum_{e\ ...
分类:
其他好文 时间:
2020-01-30 23:22:19
阅读次数:
176
分为注册和登陆两个页面 据大佬wp登陆页面又盲注,但我没测试 直接注册后登陆 注册后发现,会显示输入的url 根据目录扫描,发现robots.txt和flag.php robots.txt有源码备份 审计发现应该是ssrf,初想通过注册时直接通过file协议请求到flag.php 但注册限制必须是h ...
分类:
其他好文 时间:
2020-01-29 20:03:48
阅读次数:
90
[//title]:(美帝程序员薪资大曝光!2年经验google facebook员工真实薪资揭秘 【2020年版】) [//englishTitle]:(2 years experience google facebook staff salary) [//category]:(career) [ ...
分类:
其他好文 时间:
2020-01-27 09:24:42
阅读次数:
948
1 #include<cstdio> 2 #include<cstring> 3 #include<queue> 4 using namespace std; 5 typedef struct state STA; 6 struct state 7 { 8 int cup[3],water; 9 b ...
分类:
其他好文 时间:
2020-01-26 19:26:27
阅读次数:
54