本文分类:news发布日期:2024/11/29 20:51:14
相关文章
Ubuntu 虚拟机安装
最小化安装后常用工具 sudo apt-get install vim# ifconfig
apt install net-tools
# nload
apt install nload
# 很多都要用到
apt install build-essential
# 开发相关
apt install gcc gapt install iproute2 ntpdate tcpdump telnet traceroute \
nfs-kernel-server nfs…
建站知识
2024/10/14 15:51:18
内网渗透学习-环境搭建
1、环境搭建测试
虚拟机网络环境配置,模拟外网和内网
主机操作系统网络内网ip外网ip物理主机window10vmnet8192.168.70.1攻击机kali Linuxvmnet8192.168.70.134域控主机win server 2008 r2vmnet0192.168.52.138域成员主机win server 2k3vmnet0192.168.52.141服务器…
建站知识
2024/11/29 20:38:09
uniapp 使用sqlite时无法读取到db文件中的数据
问题 {“code”:-1404,“message”:“android.database.sqlite.SQLiteException: no such table: user (Sqlite code 1): , while compiling: select * from user, (OS error - 2:No such file or directory),http://ask.dcloud.net.cn/article/282”} at pages/index/index.vu…
建站知识
2024/11/29 20:34:19
【样式】Html 卡片样式
【样式】Html 卡片样式 .card {width: calc(40% - 10px);height: 160px;display: inline-block; /* 或者 flex / block 根据布局需求 */position: relative;margin: 10px; /* 添加边距以确保卡片之间有间距 */padding: 15px; /* 内边距为内容提供空间 */background-color: rgba…
建站知识
2024/11/29 20:37:39
阅读笔记(CVPR2020)Warping Residual Based Image Stitching for Large Parallax
基于变形残差的大视差图像拼接
K. -Y. Lee and J. -Y. Sim, "Warping Residual Based Image Stitching for Large Parallax," 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 2020, pp. 8195-8203, doi: 10.1109/…
建站知识
2024/11/29 20:46:22
Wireshark抓包工具的使用
提示:本文为学习记录,若有错误,请联系作者,谦虚受教 文章目录 前言一、下载二、首页三、使用1.读入数据2.分析数据3.筛选IP4.保存数据 四、过滤器表达式五、TCP总结 前言
低头做事,抬头看路。 一、下载
下载路径wire…
建站知识
2024/10/14 15:50:34
发布镜像到阿里云仓库
发布上一篇Dockerfile实战-自定义的centos镜像。
1、登录阿里云
2、找到容器镜像服务 3、创建命令空间 4、创建镜像仓库 5、点击进入这个镜像仓库,可以看到所有的信息 6、根据操作指南测试推送发布
6.1登录阿里云
[rootzhoujunru home]# docker login --usernam…
建站知识
2024/11/10 9:44:02