倾城 的文章
-
AI Benchmark V5 排名
AI Benchmark V5 排名 1. Performance Ranking https://ai-benchmark.com/ranking.html xy - This device accelerates quantized [x] and floating-point [y] …… -
HDLBITS草稿
module top_module( input [31:0] a, input [31:0] b, output [31:0] sum ); wire cout1,sum1,sum2,sum3; add16 instance_lower(.a(a[15:…… -
2022.2.11-leetcode-LCS 02(贪心)
题目; 代码: //降序 int cmp21(const void *a, const void *b){ return *(int*)b - *(int*)a; } int halfQuestions(int* questions, int questionsSize…… -
笔记 | numpy-05.从已有的数组创建数组
#%% md ## numpy.asarray numpy.asarray 类似 numpy.array,但 numpy.asarray 参数只有三个,比 numpy.array 少两个 #%% # numpy.asarray(a, dtype = None, or…… -
笔记 | numpy-04.创建数组
#%% md ## numpy.empty numpy.empty 方法用来创建一个指定形状(shape)、数据类型(dtype)且未初始化的数组 #%% # numpy.empty(shape, dtype = float, order…… -
-
Django-Paginator分页
整个功能都已经被封装好了,Paginator⽤于分⻚,但Paginator并不具体管理具体的⻚的处理,而是使⽤Page 对象管理具体页面 一、Paginator对象 语法: Paginator…… -
gitlab介绍及使用
GitLab: 是一个用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的web服务。GitLab由乌克兰程序员DmitriyZaporozhets和ValerySi…… -
vulnhub hackme: 1
渗透思路: nmap扫描----->dirb和nikto扫描----->利用SQL联合注入得到superadmin账号密码----->通过文件上传漏洞获得反弹shell-----> 通过奇怪目录下有suid权…… -
day 03
三. 压缩与解压缩的命令 1. bzip2 用于压缩文件 格式: bzip2 文件名称 文件会压缩, 并被命名为新的压缩包文件.(原文件被替代) 例: bzip2 chunxiao.t……
友情链接

