实验七

rsync远程同步实验

配置源服务器 systemctl stop firewalld setenforce 0 rpm -q rsync #一般系统已默认安装rsync #建立/etc/rsyncd.conf 配置文件 vim /etc/rsyncd.conf #添加以下配置项 uid = root #也可以为root( ......
rsync

七、sql索引

索引的作用 拿汉语字典的目录页(索引)打比方,我们可以按拼音、笔画、偏旁部首等排序的目录(索引)快速查找到需要的字。 索引分单列索引和组合索引。单列索引,即一个索引只包含单个列,一个表可以有多个单列索引,但这不是组合索引。组合索引,即一个索引包含多个列。 创建索引时,你需要确保该索引是应用在 SQL ......
索引 sql

Python 自动化指南(繁琐工作自动化)第二版:七、使用正则表达式的模式匹配

原文:https://automatetheboringstuff.com/2e/chapter7/ 您可能熟悉通过按下CTRL+F并输入您要查找的单词来搜索文本。正则表达式更进了一步:它们允许你指定文本的模式来搜索。您可能不知道某个企业的确切电话号码,但如果您住在美国或加拿大,您会知道它是三位数字 ......
正则 表达式 模式 指南 Python

实验3

实验1 功能:在屏幕上随机位置打印 hi ,April~ // hi april~ #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> # define N 80 void print_text(int ......

exp4恶意代码分析实验报告20201331黄文刚

exp4恶意代码分析实验报告20201331黄文刚 目录 一、实验目标 二、实验内容 三、基础知识 恶意代码 schtasks sysmon 四、实验过程 1.使用schtasks指令监控系统 2.使用sysmon工具监控系统 3.使用VirusTotal分析恶意软件 4.静态分析——PEiD软件分 ......
20201331 恶意 代码 报告 exp4

前端性能精进(七)——构建

前端构建是指通过工具自动化地处理那些繁琐、重复而有意义的任务。 这些任务包括语言编译、文件压缩、模块打包、图像优化、单元测试等一切需要对源码进行处理的工作。 在将这类任务交给工具后,开发人员被解放了生产力,得以集中精力去编写代码业务,提高工作效率。 构建工具从早期基于流的 gulp,再到静态模块打包 ......
前端 性能

实验3

实验任务1 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line, int col, char text[]);//函数声明 vo ......

SLAM实验记录

SLAM实验记录 激光雷达 型号 VLP-16 PUCK 系统版本号 docker ros:noetic 初始化以及连接电脑 参考资料: 官方文档: 博客:https://www.cnblogs.com/radiumlrb/p/15413058.html#_label_0 经验: 先连接网线 后连接 ......
SLAM

Spring Boot(七):Spring Security如何启用与禁用CSRF

Spring Boot(七):Spring Security如何启用与禁用CSRF https://blog.csdn.net/yiifaa/article/details/78459677?spm=1001.2101.3001.6650.17&utm_medium=distribute.pc_re ......
Spring Security Boot CSRF

实验三

实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 7 void print_text(int line, int col, char ......

实验3

实验任务3 task1 代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char tex ......

实验3

task1: #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void printf_text(int line,int col,char text[]); void pri ......

'林子雨大数据' 实验3 HBase操作与接口编程

“林子雨大数据” 实验3 HBase操作与接口编程 环境搭建 VM虚拟机和Ubuntu系统的安装 在Windows中使用VirtualBox安装Ubuntu虚拟机(2020年7月版本)_厦大数据库实验室博客 (xmu.edu.cn) Hadoop安装(伪分布式) Hadoop3.1.3安装教程_单机 ......
林子 接口 数据 HBase 39

实验一-密码引擎-3-加密API研究

##任务详情 密码引擎API的主要标准和规范包括: 1 微软的Crypto API 2 RAS公司的PKCS#11标准 3 中国商用密码标准:GMT 0016-2012 智能密码钥匙密码应用接口规范,GMT 0018-2012密码设备应用接口规范等 研究以上API接口,总结他们的异同,并以龙脉GM3 ......
密码 引擎 API

实验三

任务1 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line,int col,char text[]); void print_s ......

实验三

#include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line, int co1, char text[]); void print_spa ......

操作系统实验1 体验 Nachos 下的并发程序设计

操作系统实验报告 实验: Lab1 The Trouble with Concurrent Programming 专业: 计算机科学与技术 班级: 1班 姓名: 姚怀聿 学号: 22920202204632 2023年3月24日 目 录 一、 实验目的 3 二、 实验要求 3 三、 实验设计及关键 ......
程序设计 程序 Nachos 系统

实验三

实验三 实验任务1 程序源码 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line, int col, char text[]); ......

计算机网络实验 实验5 运输层和应用层协议解析

实验5 运输层和应用层协议解析 一、 实验目的 本实验通过运用Wireshark对网络活动进行分析,观察TCP协议报文,分析通信时序,理解TCP的工作过程,掌握TCP工作原理与实现;学会运用Wireshark分析TCP连接管理、流量控制和拥塞控制的过程,发现TCP的性能问题。 二、 实验内容 任务1 ......
应用层 计算机网络

实验三

#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函数声明 vo ......

软件测试-白盒测试实验

语句覆盖 输入 Year Month Day 测试路径 测试结果 e 11 30 1-2-3-17 输入日期无效 2022 3 28 1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17 星期一 判定覆盖、条件覆盖、判定/条件覆盖、组合覆盖 输入 year month ......
软件测试 软件

实验3

实验1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函数声 ......

202031607129-杨炜 实验一 软件工程准备—博客园技巧与博客首秀

| 项目 | 内容 | | | | | 班级博客链接 | 2023年春软件工程(2020级计算机科学与技术 | | 本次作业要求链接 | 实验一 软件工程准备 | |我的课程学习目标 | 注册博客园和Github账号,学习使用博客园,了解Github的基本操作。| | 本次作业在哪些方面帮我实现学习 ......

实验3

task1.c 代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line,int col,char text[]); void ......

实验3

task 1 程序源码: #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line,int col,char text[]); voi ......

202031607121-古丽努尔·开萨尔 实验一 软件工程准备—认识软件工程

实验一 软件工程准备 项目内容 班级博客链接 2023年春软件工程(2020级计算机科学与技术) 本次作业要求链接 实验一 软件工程准备 我的课程学习目标 (1)学习博客园软件开发者学习社区使用技巧和经验。 (2)了解Github的基本操作。 本次作业帮我实现的学习目标 能够使用博客园学习、了解了G ......
软件工程 工程 软件 202031607121 183

实验3

实验任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函 ......

实验三

task1 源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #include<windows.h> #define N 80 void print_text(int line, int col, char text[]); v ......

实验3

TEST 1 源码: #include<stdio.h>#include<stdlib.h>#include<time.h>#include<Windows.h>#define N 80 void print_text(int line,int col,char text[]);void print ......

实验三

task.1 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line, int col, char text[]); void pr ......