数字水印学习系统之二 界面部分源代码

2024-02-24 13:18

本文主要是介绍数字水印学习系统之二 界面部分源代码,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

<!-- /* Font Definitions */ @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimSun; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} @font-face {font-family:"/@宋体"; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideograph; mso-pagination:none; font-size:10.5pt; mso-bidi-font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:宋体; mso-font-kerning:1.0pt;} /* Page Definitions */ @page {mso-page-border-surround-header:no; mso-page-border-surround-footer:no;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.Section1 {page:Section1;} -->

function varargout = my2(varargin)

% MY2 M-file for my2.fig

%      MY2, by itself, creates a new MY2 or raises the existing

%      singleton*.

%

%      H = MY2 returns the handle to a new MY2 or the handle to

%      the existing singleton*.

%

%      MY2('CALLBACK',hObject,eventData,handles,...) calls the local

%      function named CALLBACK in MY2.M with the given input arguments.

%

%      MY2('Property','Value',...) creates a new MY2 or raises the

%      existing singleton*.  Starting from the left, property value pairs are

%      applied to the GUI before my2_OpeningFunction gets called.  An

%      unrecognized property name or invalid value makes property application

%      stop.  All inputs are passed to my2_OpeningFcn via varargin.

%

%      *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one

%      instance to run (singleton)".

%

% See also: GUIDE, GUIDATA, GUIHANDLES

 

% Edit the above text to modify the response to help my2

 

% Last Modified by GUIDE v2.5 23-May-2009 22:57:56

% imshow('a.bmp');

 

% Begin initialization code - DO NOT EDIT

gui_Singleton = 1;

gui_State = struct('gui_Name',       mfilename, ...

                   'gui_Singleton',  gui_Singleton, ...

                   'gui_OpeningFcn', @my2_OpeningFcn, ...

                   'gui_OutputFcn',  @my2_OutputFcn, ...

                   'gui_LayoutFcn',  [] , ...

                   'gui_Callback',   []);

if nargin && ischar(varargin{1})

    gui_State.gui_Callback = str2func(varargin{1});

end

 

if nargout

    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});

else

    gui_mainfcn(gui_State, varargin{:});

end

% End initialization code - DO NOT EDIT

 

 

% --- Executes just before my2 is made visible.

function my2_OpeningFcn(hObject, eventdata, handles, varargin)

% This function has no output args, see OutputFcn.

% hObject    handle to figure

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

% varargin   command line arguments to my2 (see VARARGIN)

 

% Choose default command line output for my2

handles.output = hObject;

 

% Update handles structure

guidata(hObject, handles);

subplot(1,1,1),imshow('fengmian.bmp');

% UIWAIT makes my2 wait for user response (see UIRESUME)

% uiwait(handles.figure1);

 

 

% --- Outputs from this function are returned to the command line.

function varargout = my2_OutputFcn(hObject, eventdata, handles)

% varargout  cell array for returning output args (see VARARGOUT);

% hObject    handle to figure

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

% Get default command line output from handles structure

varargout{1} = handles.output;

 

 

% --------------------------------------------------------------------

function Untitled_1_Callback(hObject, eventdata, handles)

% hObject    handle to Untitled_1 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --------------------------------------------------------------------

function Untitled_2_Callback(hObject, eventdata, handles)

% hObject    handle to Untitled_2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --------------------------------------------------------------------

function Untitled_3_Callback(hObject, eventdata, handles)

% hObject    handle to Untitled_3 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --------------------------------------------------------------------

function Untitled_4_Callback(hObject, eventdata, handles)

% hObject    handle to Untitled_4 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --------------------------------------------------------------------

function Untitled_5_Callback(hObject, eventdata, handles)

% hObject    handle to Untitled_5 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --------------------------------------------------------------------

function Untitled_6_Callback(hObject, eventdata, handles)

% hObject    handle to Untitled_6 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --------------------------------------------------------------------

function bitshow_Callback(hObject, eventdata, handles)

% hObject    handle to bitshow (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

% !!!分层显示

bitshow

 

% --------------------------------------------------------------------

function mybitset_Callback(hObject, eventdata, handles)

% hObject    handle to mybitset (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

%% !!

mybitset

 

% --------------------------------------------------------------------

function twovalue_Callback(hObject, eventdata, handles)

% hObject    handle to twovalue (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

twovalue();

% --------------------------------------------------------------------

function myedge_Callback(hObject, eventdata, handles)

% hObject    handle to myedge (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

myedge();

 

% --------------------------------------------------------------------

function averange_Callback(hObject, eventdata, handles)

% hObject    handle to averange (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

averange();

% --------------------------------------------------------------------

function myca_Callback(hObject, eventdata, handles)

% hObject    handle to myca (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

myca();

% --------------------------------------------------------------------

function lsbshow_Callback(hObject, eventdata, handles)

% hObject    handle to lsbshow (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

lsbshow();

% --------------------------------------------------------------------

function lsbembed_Callback(hObject, eventdata, handles)

% hObject    handle to lsbembed (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

lsbembed();

 

% --------------------------------------------------------------------

function lsbextract_Callback(hObject, eventdata, handles)

% hObject    handle to lsbextract (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

lsbextract();

% --------------------------------------------------------------------

function mydwt_Callback(hObject, eventdata, handles)

% hObject    handle to mydwt (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mydwt();

 

% --------------------------------------------------------------------

function mydwt2_Callback(hObject, eventdata, handles)

% hObject    handle to mydwt2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

mydwt2();

% --------------------------------------------------------------------

function mydwt3_Callback(hObject, eventdata, handles)

% hObject    handle to mydwt3 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

mydwt3();

% --------------------------------------------------------------------

function dwtwatermarking_Callback(hObject, eventdata, handles)

% hObject    handle to dwtwatermarking (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

dwtwatermarking();

% --------------------------------------------------------------------

function mydwtextracting_Callback(hObject, eventdata, handles)

% hObject    handle to mydwtextracting (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mydwtextracting();

 

% --------------------------------------------------------------------

function Untitled_21_Callback(hObject, eventdata, handles)

% hObject    handle to Untitled_21 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --------------------------------------------------------------------

function dwtwatermarkingd_Callback(hObject, eventdata, handles)

% hObject    handle to dwtwatermarkingd (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

dwtwatermarkingd

% --------------------------------------------------------------------

function mydwtwatermarking2_Callback(hObject, eventdata, handles)

% hObject    handle to mydwtwatermarking2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

dwtwatermarking2

 

% --------------------------------------------------------------------

function mydwtwatermarking2d_Callback(hObject, eventdata, handles)

% hObject    handle to mydwtwatermarking2d (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles     structure with handles and user data (see GUIDATA)

 

dwtwatermarking2d

% --------------------------------------------------------------------

function mydwtwatermarking3_Callback(hObject, eventdata, handles)

% hObject    handle to mydwtwatermarking3 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

dwtwatermarking3

 

% --------------------------------------------------------------------

function mydwtwatermarking3d_Callback(hObject, eventdata, handles)

% hObject    handle to mydwtwatermarking3d (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

dwtwatermarking3d

 

% --------------------------------------------------------------------

function mylwt_Callback(hObject, eventdata, handles)

% hObject    handle to mylwt (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mylwt

 

% --------------------------------------------------------------------

function mylwt2_Callback(hObject, eventdata, handles)

% hObject    handle to mylwt2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

mylwt2

% --------------------------------------------------------------------

function mylwt3_Callback(hObject, eventdata, handles)

% hObject    handle to mylwt3 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mylwt3

 

% --------------------------------------------------------------------

function lwtwatermarking_Callback(hObject, eventdata, handles)

% hObject    handle to lwtwatermarking (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

lwtwatermarking

% --------------------------------------------------------------------

function mylwtembedding_Callback(hObject, eventdata, handles)

% hObject    handle to mylwtembedding (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mylwtembeding

% --------------------------------------------------------------------

function mylwtextracting_Callback(hObject, eventdata, handles)

% hObject    handle to mylwtextracting (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mylwtextracting

 

% --------------------------------------------------------------------

function lwtwatermarking2_Callback(hObject, eventdata, handles)

% hObject    handle to lwtwatermarking2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

lwtwatermarking2

 

% --------------------------------------------------------------------

function lwtwatermarking2d_Callback(hObject, eventdata, handles)

% hObject    handle to lwtwatermarking2d (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

lwtwatermarking2d

% --------------------------------------------------------------------

function lwtwatermarking3_Callback(hObject, eventdata, handles)

% hObject    handle to lwtwatermarking3 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

lwtwatermarking3

 

% --------------------------------------------------------------------

function lwtwatermarking3d_Callback(hObject, eventdata, handles)

% hObject    handle to lwtwatermarking3d (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

lwtwatermarking3d

% --------------------------------------------------------------------

function gl_Callback(hObject, eventdata, handles)

% hObject    handle to gl (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

gl

% --------------------------------------------------------------------

function el_Callback(hObject, eventdata, handles)

% hObject    handle to el (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

el

% --------------------------------------------------------------------

function zihluan_Callback(hObject, eventdata, handles)

% hObject    handle to zihluan (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

zhiluan();

 

% --------------------------------------------------------------------

function myemcryption_Callback(hObject, eventdata, handles)

% hObject    handle to myemcryption (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

myencryption

 

% --------------------------------------------------------------------

function MyDecryption_Callback(hObject, eventdata, handles)

% hObject    handle to MyDecryption (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mydecryption

 

% --------------------------------------------------------------------

function MyJpegCompression_Callback(hObject, eventdata, handles)

% hObject    handle to MyJpegCompression (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

myjpegcompression

% --------------------------------------------------------------------

function mySaltAndPepper_Callback(hObject, eventdata, handles)

% hObject    handle to mySaltAndPepper (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mysaltandpepper

 

% --------------------------------------------------------------------

function MyImnoise_Callback(hObject, eventdata, handles)

% hObject    handle to MyImnoise (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

myimnoise

% --------------------------------------------------------------------

function MyImrotate_Callback(hObject, eventdata, handles)

% hObject    handle to MyImrotate (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

myimrotate

 

% --------------------------------------------------------------------

function MyImcrop_Callback(hObject, eventdata, handles)

% hObject    handle to MyImcrop (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

myimcrop;

% --------------------------------------------------------------------

function MyDither_Callback(hObject, eventdata, handles)

% hObject    handle to MyDither (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mydither

 

% --------------------------------------------------------------------

function MyResize2_Callback(hObject, eventdata, handles)

% hObject    handle to MyResize2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

myresize2

 

% --------------------------------------------------------------------

function MyResize_Callback(hObject, eventdata, handles)

% hObject    handle to MyResize (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

myresize

 

% --------------------------------------------------------------------

function MyFilter_Callback(hObject, eventdata, handles)

% hObject    handle to MyFilter (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

myfilter

% --------------------------------------------------------------------

function doc_Callback(hObject, eventdata, handles)

% hObject    handle to doc (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mydoc

 

% --------------------------------------------------------------------

function aboutCopyright_Callback(hObject, eventdata, handles)

% hObject    handle to aboutCopyright (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

aboutCopyright

 

% --------------------------------------------------------------------

function lwtwatermarkingd_Callback(hObject, eventdata, handles)

% hObject    handle to lwtwatermarkingd (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

lwtwatermarkingd

 

% --- Executes on button press in pushbutton1.

function pushbutton1_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton1 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --- Executes on button press in pushbutton2.

function pushbutton2_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton2 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --- Executes on button press in pushbutton5.

function pushbutton5_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton5 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --- Executes on button press in pushbutton6.

function pushbutton6_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton6 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

% --- Executes on button press in pushbutton7.

function pushbutton7_Callback(hObject, eventdata, handles)

% hObject    handle to pushbutton7 (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

 

 

 

 

% --------------------------------------------------------------------

function mydwtembedding_Callback(hObject, eventdata, handles)

% hObject    handle to mydwtembedding (see GCBO)

% eventdata  reserved - to be defined in a future version of MATLAB

% handles    structure with handles and user data (see GUIDATA)

mydwtembeding

 

这篇关于数字水印学习系统之二 界面部分源代码的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/742219

相关文章

JAVA系统中Spring Boot应用程序的配置文件application.yml使用详解

《JAVA系统中SpringBoot应用程序的配置文件application.yml使用详解》:本文主要介绍JAVA系统中SpringBoot应用程序的配置文件application.yml的... 目录文件路径文件内容解释1. Server 配置2. Spring 配置3. Logging 配置4. Ma

2.1/5.1和7.1声道系统有什么区别? 音频声道的专业知识科普

《2.1/5.1和7.1声道系统有什么区别?音频声道的专业知识科普》当设置环绕声系统时,会遇到2.1、5.1、7.1、7.1.2、9.1等数字,当一遍又一遍地看到它们时,可能想知道它们是什... 想要把智能电视自带的音响升级成专业级的家庭影院系统吗?那么你将面临一个重要的选择——使用 2.1、5.1 还是

高效管理你的Linux系统: Debian操作系统常用命令指南

《高效管理你的Linux系统:Debian操作系统常用命令指南》在Debian操作系统中,了解和掌握常用命令对于提高工作效率和系统管理至关重要,本文将详细介绍Debian的常用命令,帮助读者更好地使... Debian是一个流行的linux发行版,它以其稳定性、强大的软件包管理和丰富的社区资源而闻名。在使用

Ubuntu系统怎么安装Warp? 新一代AI 终端神器安装使用方法

《Ubuntu系统怎么安装Warp?新一代AI终端神器安装使用方法》Warp是一款使用Rust开发的现代化AI终端工具,该怎么再Ubuntu系统中安装使用呢?下面我们就来看看详细教程... Warp Terminal 是一款使用 Rust 开发的现代化「AI 终端」工具。最初它只支持 MACOS,但在 20

windows系统下shutdown重启关机命令超详细教程

《windows系统下shutdown重启关机命令超详细教程》shutdown命令是一个强大的工具,允许你通过命令行快速完成关机、重启或注销操作,本文将为你详细解析shutdown命令的使用方法,并提... 目录一、shutdown 命令简介二、shutdown 命令的基本用法三、远程关机与重启四、实际应用

Debian如何查看系统版本? 7种轻松查看Debian版本信息的实用方法

《Debian如何查看系统版本?7种轻松查看Debian版本信息的实用方法》Debian是一个广泛使用的Linux发行版,用户有时需要查看其版本信息以进行系统管理、故障排除或兼容性检查,在Debia... 作为最受欢迎的 linux 发行版之一,Debian 的版本信息在日常使用和系统维护中起着至关重要的作

Python中的可视化设计与UI界面实现

《Python中的可视化设计与UI界面实现》本文介绍了如何使用Python创建用户界面(UI),包括使用Tkinter、PyQt、Kivy等库进行基本窗口、动态图表和动画效果的实现,通过示例代码,展示... 目录从像素到界面:python带你玩转UI设计示例:使用Tkinter创建一个简单的窗口绘图魔法:用

Python中构建终端应用界面利器Blessed模块的使用

《Python中构建终端应用界面利器Blessed模块的使用》Blessed库作为一个轻量级且功能强大的解决方案,开始在开发者中赢得口碑,今天,我们就一起来探索一下它是如何让终端UI开发变得轻松而高... 目录一、安装与配置:简单、快速、无障碍二、基本功能:从彩色文本到动态交互1. 显示基本内容2. 创建链

什么是cron? Linux系统下Cron定时任务使用指南

《什么是cron?Linux系统下Cron定时任务使用指南》在日常的Linux系统管理和维护中,定时执行任务是非常常见的需求,你可能需要每天执行备份任务、清理系统日志或运行特定的脚本,而不想每天... 在管理 linux 服务器的过程中,总有一些任务需要我们定期或重复执行。就比如备份任务,通常会选在服务器资

TP-LINK/水星和hasivo交换机怎么选? 三款网管交换机系统功能对比

《TP-LINK/水星和hasivo交换机怎么选?三款网管交换机系统功能对比》今天选了三款都是”8+1″的2.5G网管交换机,分别是TP-LINK水星和hasivo交换机,该怎么选呢?这些交换机功... TP-LINK、水星和hasivo这三台交换机都是”8+1″的2.5G网管交换机,我手里的China编程has