万户网站管理系统4.0手机网站建设全包

diannao/2025/10/18 21:44:55/文章来源:
万户网站管理系统4.0,手机网站建设全包,创意图片,广州比较好的网站建设企业实验拓扑图 实验思路 根据图中所属网段#xff0c;配置ip地址和网关R1,R2,R3,R4配置缺省路由#xff0c;可以是公网互通使用ppp验证#xff0c;R1与R5为PAP验证#xff0c;R5:aaa地址池#xff0c;创建用户名以及密码#xff0c;同时进行pap服务认证#xff0c;同时在… 实验拓扑图 实验思路 根据图中所属网段配置ip地址和网关R1,R2,R3,R4配置缺省路由可以是公网互通使用ppp验证R1与R5为PAP验证R5:aaa地址池创建用户名以及密码同时进行pap服务认证同时在R1-R5连接直连R5端口认证该用户。R1s4/0/0端口输入账号密码进行认证。R2-R5的CHAP与PAP认证相识只是认证协议不同以及R2端口认证配置不同。R3-R5之间的端口使用link-protocol hdlc进行封装。R1、R2、R3用MGRE环境创建tunnel0/0/0,配置使用协议源ip,目标ip.R1、R4用GRE环境创建tunnel0/0/1,源ip,目标ip,R1、R5间用RIP宣告网段使网络互通 R1、R2、R3不仅要宣告网段还要在中心上开启伪广播为了只有中心获取到分支的路由信息但是分支并没有获取到中心的路由信息每个路由器关闭接口的水平分割因为分支在中心开启伪广播后分支只能获取到中心的路由信息但是无法获取分支之间的路由信息。 实验IP配置 R1 [R1-GigabitEthernet0/0/0]ip ad 192.168.1.254 24[R1-GigabitEthernet0/0/0]int s 4/0/0[R1-Serial4/0/0]ip ad 15.1.1.1 24[R1-Serial4/0/0]int t0/0/0[R1-Tunnel0/0/0]ip ad 10.1.2.1 24[R1-Tunnel0/0/0]int t0/0/1[R1-Tunnel0/0/1]ip ad 10.1.1.1 24[R1-Tunnel0/0/1]q[R1]dis ip in b*down: administratively down^down: standby(l): loopback(s): spoofingThe number of interface that is UP in Physical is 5The number of interface that is DOWN in Physical is 3The number of interface that is UP in Protocol is 3The number of interface that is DOWN in Protocol is 5Interface                         IP Address/Mask      Physical   Protocol GigabitEthernet0/0/0              192.168.1.254/24     up         up       GigabitEthernet0/0/1              unassigned           down       down     GigabitEthernet0/0/2              unassigned           down       down     NULL0                             unassigned           up         up(s)    Serial4/0/0                       15.1.1.1/24          up         up       Serial4/0/1                       unassigned           down       down     Tunnel0/0/0                       10.1.2.1/24          up         down     Tunnel0/0/1                       10.1.1.1/24          up         down     R2 [R2]int g0/0/0[R2-GigabitEthernet0/0/0]ip ad 192.168.2.254 24Mar 30 2024 18:26:59-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPon the interface GigabitEthernet0/0/0 has entered the UP state.[R2-GigabitEthernet0/0/0]int s 4/0/0[R2-Serial4/0/0]ip ad 25.1.1.2 24[R2-Serial4/0/0]int t0/0/0[R2-Tunnel0/0/0]ip ad 10.1.2.2 24 R3 [R3]int g0/0/0[R3-GigabitEthernet0/0/0]ip ad 192.168.3.254 24Mar 30 2024 18:29:24-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPon the interface GigabitEthernet0/0/0 has entered the UP state.[R3-GigabitEthernet0/0/0]int s 4/0/0[R3-Serial4/0/0]ip ad 35.1.1.3 24[R3-Serial4/0/0]int t0/0/0[R3-Tunnel0/0/0]ip ad  10.1.2.3 24[R3-Tunnel0/0/0] R4 [R4-GigabitEthernet0/0/0]ip ad 45.1.1.4 24Mar 30 2024 18:32:01-08:00 R4 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IPon the interface GigabitEthernet0/0/0 has entered the UP state.[R4-GigabitEthernet0/0/0]int g0/0/1[R4-GigabitEthernet0/0/1]ip ad 192.168.4.254 24[R4-GigabitEthernet0/0/1]int t0/0/1[R4-Tunnel0/0/1]ip ad 10.1.1.4 24 R5 [R5]int s 4/0/1[R5-Serial4/0/1]ip ad 15.1.1.5 24[R5-Serial4/0/1][R5-Serial4/0/1]int s 3/0/1[R5-Serial3/0/1]ip ad 25.1.1.5 24[R5-Serial3/0/1]int s 4/0/0[R5-Serial4/0/0]ip ad 35.1.1.5 24[R5-Serial4/0/0]int g0/0/0[R5-GigabitEthernet0/0/0]ip ad 45.1.1.5 24[R5-LoopBack0]ip ad 5.5.5.5 24 实验配置 实现公私网互通 [R1]ip route-static 0.0.0.0 0 15.1.1.5[R2]ip route-static 0.0.0.0 0 25.1.1.5[R3]ip route-static 0.0.0.0 0  35.1.1.5[R4]ip route-static 0.0.0.0 0 45.1.1.5[R1]ping 25.1.1.2PING 25.1.1.2: 56  data bytes, press CTRL_C to breakReply from 25.1.1.2: bytes56 Sequence1 ttl254 time60 msReply from 25.1.1.2: bytes56 Sequence2 ttl254 time30 msReply from 25.1.1.2: bytes56 Sequence3 ttl254 time20 msReply from 25.1.1.2: bytes56 Sequence4 ttl254 time20 msReply from 25.1.1.2: bytes56 Sequence5 ttl254 time20 ms 2、 1R1和R5间使用PPP的PAP认证R5为主认证方 R5 [R5]aaa[R5-aaa]local-user zhangdaye password cipher zdy12345Info: Add a new user.[R5-aaa]local-user zhangdaye service-type ppp[R5-aaa]q[R5]int s 4/0/1[R5-Serial4/0/1]ppp authentication-mode pap R1 [R1]int s 4/0/0[R1-Serial4/0/0]ppp pap local-user zhangdaye password cipher zdy12345 测试 [R1-Serial4/0/0]shutdown[R1-Serial4/0/0]undo shutdown[R1-Serial4/0/0]Mar 30 2024 18:56:39-08:00 R1 %%01IFPDT/4/IF_STATE(l)[5]:Interface Serial4/0/0 has turned into UP state.[R1-Serial4/0/0]Mar 30 2024 18:56:42-08:00 R1 %%01IFNET/4/LINK_STATE(l)[6]:The line protocol PPPon the interface Serial4/0/0 has entered the UP state.[R1-Serial4/0/0]Mar 30 2024 18:56:42-08:00 R1 %%01IFNET/4/LINK_STATE(l)[7]:The line protocol PPPIPCP on the interface Serial4/0/0 has entered the UP state. 2R2与R5之间使用ppp的CHAP认证R5为主认证方; R5 [R5]aaa[R5-aaa]local-user wangdaye password cipher wdy12345Info: Add a new user.[R5-aaa]local-user wangdaye service-type ppp.[R5-aaa]q[R5]int s 3/0/1[R5-Serial3/0/1]ppp authentication-mode chap R2 [R2]int s 4/0/0[R2-Serial4/0/0]ppp chap user wangdaye[R2-Serial4/0/0]ppp chap password cipher wdy12345[R2-Serial4/0/0]shutdown[R2-Serial4/0/0]undo shutdown[R2-Serial4/0/0]Mar 30 2024 19:04:38-08:00 R2 %%01IFPDT/4/IF_STATE(l)[5]:Interface Serial4/0/0 has turned into UP state.[R2-Serial4/0/0]Mar 30 2024 19:04:41-08:00 R2 %%01IFNET/4/LINK_STATE(l)[6]:The line protocol PPPon the interface Serial4/0/0 has entered the UP state.[R2-Serial4/0/0]Mar 30 2024 19:04:41-08:00 R2 %%01IFNET/4/LINK_STATE(l)[7]:The line protocol PPPIPCP on the interface Serial4/0/0 has entered the UP state. 3R3与R5之间使用HDLC封装; R5 [R5-Serial4/0/0]link-protocol hdlcWarning: The encapsulation protocol of the link will be changed. Continue? [Y/N]:yMar 30 2024 19:13:29-08:00 R5 %%01IFNET/4/CHANGE_ENCAP(l)[8]:The user performedthe configuration that will change the encapsulation protocol of the link and then selected Y.[R5-Serial4/0/0][R5-Serial4/0/0]Mar 30 2024 19:13:29-08:00 R5 %%01PPP/4/PHYSICALDOWN(l)[9]:On the interface Serial4/0/0, PPP link was closed because the status of the physical layer was Down.[R5-Serial4/0/0]Mar 30 2024 19:13:29-08:00 R5 %%01IFNET/4/LINK_STATE(l)[10]:The line protocol PPP on the interface Serial4/0/0 has entered the DOWN state.[R5-Serial4/0/0]Mar 30 2024 19:13:29-08:00 R5 %%01IFNET/4/LINK_STATE(l)[11]:The line protocol PPP IPCP on the interface Serial4/0/0 has entered the DOWN state.[R5-Serial4/0/0]Mar 30 2024 19:13:29-08:00 R5 %%01IFPDT/4/IF_STATE(l)[12]:Interface Serial4/0/0has turned into DOWN state.[R5-Serial4/0/0]Mar 30 2024 19:13:29-08:00 R5 %%01IFPDT/4/IF_STATE(l)[13]:Interface Serial4/0/0has turned into UP state.[R5-Serial4/0/0]Mar 30 2024 19:13:29-08:00 R5 %%01IFNET/4/LINK_STATE(l)[14]:The line protocol IPon the interface Serial4/0/0 has entered the UP state.[R5-Serial4/0/0]Mar 30 2024 19:14:29-08:00 R5 %%01IFNET/4/LINK_STATE(l)[15]:The line protocol IPon the interface Serial4/0/0 has entered the DOWN state. R3 [R3-Serial4/0/0]link-protocol hdlcWarning: The encapsulation protocol of the link will be changed. Continue? [Y/N]:Mar 30 2024 19:14:15-08:00 R3 %%01PPP/4/TIMEOUT(l)[0]:On the interface Serial4/0/0, PPP link was closed because the keepalive timer expired.[R3-Serial4/0/0]Mar 30 2024 19:14:15-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol PPPon the interface Serial4/0/0 has entered the DOWN state.[R3-Serial4/0/0]Mar 30 2024 19:14:15-08:00 R3 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol PPPIPCP on the interface Serial4/0/0 has entered the DOWN state.[R3-Serial4/0/0]Mar 30 2024 19:14:15-08:00 R3 %%01RM/4/IPV4_DEFT_RT_CHG(l)[3]:IPV4 default Routeis changed. (ChangeTypeDelete, InstanceId0, ProtocolStatic, ExitIfUnknown,Nexthop35.1.1.5, Neighbour0.0.0.0, Preference1006632960, LabelNULL, Metric0)[R3-Serial4/0/0][R3-Serial4/0/0]Mar 30 2024 19:15:21-08:00 R3 %%01IFNET/4/CHANGE_ENCAP(l)[4]:The user performedthe configuration that will change the encapsulation protocol of the link and then selected N. 3、 1R1、R2、R3构建一个MGRE环境 R1 [R1-Tunnel0/0/0]tunnel-protocol gre p2mp[R1-Tunnel0/0/0]source 15.1.1.1Mar 30 2024 19:36:08-08:00 R1 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IPon the interface Tunnel0/0/0 has entered the UP state.[R1-Tunnel0/0/0]nhrp network-id 100 R2  [R2-Tunnel0/0/0]tunnel-protocol gre p2mp[R2-Tunnel0/0/0]source Serial 4/0/0[R2-Tunnel0/0/0]nhrp network-id 100 [R2-Tunnel0/0/0]nhrp entry 10.1.2.1 15.1.1.1 register R3 [R3-Tunnel0/0/0]tunnel-protocol gre p2mp[R3-Tunnel0/0/0]source Serial 4/0/0Mar 30 2024 19:49:41-08:00 R3 %%01IFNET/4/LINK_STATE(l)[6]:The line protocol IPon the interface Tunnel0/0/0 has entered the UP state.[R3-Tunnel0/0/0]nhrp network-id 100[R3-Tunnel0/0/0]nhrp entry 10.1.2.1 15.1.1.1 register 2R1为中心站点R1、R4间为点到点的GRE; R1 [R1-Tunnel0/0/1]tunnel-protocol gre[R1-Tunnel0/0/1]source 15.1.1.1[R1-Tunnel0/0/1]destination 45.1.1.4Mar 30 2024 19:31:31-08:00 R1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IPon the interface Tunnel0/0/1 has entered the DOWN state. R4 [R4-Tunnel0/0/1]tunnel-protocol gre[R4-Tunnel0/0/1]source 45.1.1.4[R4-Tunnel0/0/1]destination 15.1.1.1Mar 30 2024 19:33:12-08:00 R4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPon the interface Tunnel0/0/1 has entered the UP state. 4、整个私有网络基本RIP全网可达 [R1]rip 1[R1-rip-1]v 2[R1-rip-1]undo summary[R1-rip-1]net 192.168.1.0[R1-rip-1]net 10.0.0.0[R1-rip-1]q[R1]int t0/0/0[R1-Tunnel0/0/0]nhrp entry multicast dynamic[R1-Tunnel0/0/0]undo rip split-horizon [R2]rip 1[R2-rip-1]v 2[R2-rip-1]undo summary[R2-rip-1]net 192.168.2.0[R2-rip-1]net 10.0.0.0[R2-rip-1]q[R2]int t0/0/0[R2-Tunnel0/0/0]undo rip s [R2-Tunnel0/0/0]undo rip split-horizon [R3]rip 1[R3-rip-1]v 2[R3-rip-1]undo summary[R3-rip-1]net 192.168.3.0[R3-rip-1]net 10.0.0.0[R3-Tunnel0/0/0]undo rip split-horizon 在p1 p2 p3中互ping ,达到实验效果。 [R1]dis nhrp peer all-------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.2        32    25.1.1.2        10.1.2.2        dynamic      route tunnel-------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:23:07Expire time     : 01:36:53-------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.3        32    35.1.1.3        10.1.2.3        dynamic      route tunnel-------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:22:25Expire time     : 01:37:35 [R2]dis nhrp peer all-------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.1        32    15.1.1.1        10.1.2.1        static       hub         -------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:21:33Expire time     : ---------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.3        32    35.1.1.3        10.1.2.3        dynamic      route tunnel-------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:02:23Expire time     : 01:57:37-------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.2        32    25.1.1.2        10.1.2.2        dynamic      local       -------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:02:23Expire time     : 01:57:37Number of nhrp peers: 3 [R3]dis nhrp peer all-------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.1        32    15.1.1.1        10.1.2.1        static       hub         -------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:21:11Expire time     : ---------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.2        32    25.1.1.2        10.1.2.2        dynamic      route tunnel-------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:02:43Expire time     : 01:57:17-------------------------------------------------------------------------------Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag        -------------------------------------------------------------------------------10.1.2.3        32    35.1.1.3        10.1.2.3        dynamic      local       -------------------------------------------------------------------------------Tunnel interface: Tunnel0/0/0Created time    : 00:02:43Expire time     : 01:57:17Number of nhrp peers: 3 5、所有pc设置私有IP为源IP可以访问R5环回,达到全网通 R1 [R1]acl 2000[R1-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255[R1-acl-basic-2000]q[R1]int s 4/0/0][R1-Serial4/0/0]nat outbound 2000 R2 [R2]acl 2000[R2-acl-basic-2000]rule permit source 192.168.2.0 0.0.0.255[R2-acl-basic-2000]q[R2]int s 4/0/0[R2-Serial4/0/0]nat outbound 2000 R3 [R3]acl 2000[R3-acl-basic-2000]rule permit source 192.168.3.0 0.0.0.255[R3-acl-basic-2000]q[R3]int s 4/0/0[R3-Serial4/0/0]nat outbound 2000 R4 [R4]acl 2000[R4-acl-basic-2000]rule permit source 192.168.4.0 0.0.0.255[R4-acl-basic-2000]q[R4]int g0/0/0[R4-GigabitEthernet0/0/0]nat outbound 2000 测试 PC1 ping 5.5.5.5Ping 5.5.5.5: 32 data bytes, Press Ctrl_C to breakFrom 5.5.5.5: bytes32 seq1 ttl254 time16 msFrom 5.5.5.5: bytes32 seq2 ttl254 time1 msFrom 5.5.5.5: bytes32 seq3 ttl254 time1 msFrom 5.5.5.5: bytes32 seq4 ttl254 time15 msFrom 5.5.5.5: bytes32 seq5 ttl254 time16 ms

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/diannao/92131.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

备案个人网站名称推荐卖视频会员个人网站怎么做

在 Element UI(为 Vue 2 设计)和 Element Plus(为 Vue 3 设计)中,Empty(空状态)组件通常用于在数据为空或没有内容时向用户展示一种占位提示。然而,需要注意的是,Element…

上海松江做网站建设自助搜优惠券网站怎么做的

ROS学习笔记文章目录 01. ROS学习笔记(一)—Linux安装VScode 02. ROS学习笔记(二)—使用 VScode 开发 ROS 的Python程序(简例) 03. ROS学习笔记(三)—好用的终端Terminator 04. ROS学习笔记(四)—使用 VScode 启动launch文件运行多个节点 05. ROS学习笔…

自己做的网站不能用手机访问wordpress博客没图片

1、第一步,打开电脑上的爱奇艺。 爱奇艺要怎么样才能更换视频解码设置 2、第二步,进入爱奇艺后,点击右上方的图案。 爱奇艺要怎么样才能更换视频解码设置 3、第三步,接着点击“高级设置”。 爱奇艺要怎么样才能更换视频解码设…

农村电商网站建设方案学习前端开发的网站

【Langchain Agent研究】SalesGPT项目介绍(一)-CSDN博客 上节课,我们介绍了SalesGPT他的业务流程和技术架构,这节课,我们来关注一下他的项目整体结构、poetry工具和一些工程项目相关的设计。 项目整体结构介绍 我们把…

横沥网站仿做门类细分网站

《计算机文化基础实训》教学方案设计与课题分析总结.doc《计算机文化基础一实训》教学方案设计与课题分析总结袁良风[ 】我院自开展木课题研宄工作以来,紧紧围绕“项目教学法”教学的应 用问题,积极主动地开展专题研究和教改实验,…

有没有接单做加工的网站加盟型网站建设

http://www.cnblogs.com/zhenyulu/category/6930.html 吕震宇的博客园,关于设计模式介绍的比较全面。很值得学习的博客转载于:https://www.cnblogs.com/wangzihao/archive/2012/05/23/2514485.html

做域名后就得做网站吗怎么建立自己网站 asp

整理文档 ‍ ‍ 实验环境 服务器 最低配置要求: 2 核虚拟 CPU4 GB 内存20 GB 储存空间X 4 台 (三台集群,一台镜像仓库服务器) 网络环境 由于搭建网络需要,同时要让各个主机互通,因此这里需要对云服务器设置专门的网络(同时也需要开放服务器对应的公网 IP) 在云…

怎么自己搭建博客网站seo 新老网站替换 域名不变

宠辱不惊,闲看庭前花开花落;去求无意,漫随天外云卷云舒。 做人,赢在格局,输在计较

黄山网站建设哪家强晋江wap站是什么意思

定义一个类对象时,首先根据初始化列表初始化类的成员(就算没有显式定义初始化列表,编译器也会默认地初始化一次),然后运行构造函数。因此,类成员的构造函数必定先于类的构造函数运行。 class A { public:A(…

做网站应该掌握的技术查关键词排名网

一.预定义符号 1.__FILE__进行编译的源文件 2.__LINE__文件当前的行号 3.__DATE__文件被编译的日期 4.__TIME文件被编译的时间 5.__STDC__如果编译器遵循ANSIC,其值为1,否则未定义 二.#define 基本语法:#define 名字 内容 eg.define M 1 经#define定义的常量时不经过…

住建部网站资质查询中宏建设集团不建网站如何做淘宝客

main.res.srcDirs "src/main/res_test" build->android->sourceSets

网页站点wordpress app插件

一、CNN训练模型 模型尺寸分析:卷积层全都采用了补0,所以经过卷积层长和宽不变,只有深度加深。池化层全都没有补0,所以经过池化层长和宽均减小,深度不变。http://download.tensorflow.org/example_images/flower_photo…

织梦网站用户名不存在海南seo关键词

VTK中鼠标消息是在交互类型对象(interactorstyle)中响应,因此通过为交互类型对象(interactorstyle)添加观察者(observer)来监听相应的消息,当消息触发时,由命令模式执行相…

html5网站网址中核哪个公司待遇最好

欢迎各位数据爱好者!今天,我很高兴与您分享我的最新博客,专注于探索 PySpark DataFrame 的强大功能。无论您是刚入门的数据分析师,还是寻求深入了解大数据技术的专业人士,这里都有丰富的知识和实用的技巧等着您。让我们…

安徽网站建设案例万方网官网入口

本题是一个经典的单调队列题。不过用优先队列也能解决。 一、优先队列 在使用优先队列时,我们会遇到这样的问题:如何将一个目标数从优先队列中弹出?如果使用stl这是办不到的,虽然可以自行实现这样的功能。但是我们可以这样思考&am…

做设计常用的素材网站网站开发网站源码

上一篇已经讲解了如何构建自己的私人GPT,这一篇主要讲如何让GPT支持中文。 privateGPT 本地部署目前只支持基于llama.cpp 的 gguf格式模型,GGUF 是 llama.cpp 团队于 2023 年 8 月 21 日推出的一种新格式。它是 GGML 的替代品,llama.cpp 不再…

手机网站导航设计手机app设计软件

原理: 在onReachBottom中进行节流处理,如果当前正在请求下一页的数据,则把后续所有的请求都屏蔽掉,如果当前没有请求任何数据,才允许发起下一页数据的请求。 实现步骤: 在data中定义isloading节流阀 fal…

广州外贸公司排名怎么做网站标题优化

JUnit JUnit 是一个用于编写可重复测试的简单框架。 它是 xUnit 架构的一种实例,专门用于单元测试框架。 What to test? NeedDescRight结果是否正确B边界条件是否满足I能反向关联吗C有其他手段交叉检查吗E是否可以强制异常发生P性能问题 maven 入门例子 maven …

Wordpress税表企业网站怎么优化

一、填空题(每空0.5分,共 1 0 分)1、 计算机图形学中的图形是指由点、线、面、体等 和明暗、灰度(亮度)、色彩等 构成的,从现实世界中抽象出来的带有灰度、色彩及形状的图或形。 2、 一个计算机图形系统至少应具有 、 、输入、输出、 等基本功能。3、 常…

迅速百度网站自然排名开发一个app平台大概需要多少钱?

1888 年,爱迪生提交了一项名为「活动电影放映机」的专利,该设备首次实现连续播放静态照片,形成类似动态画面的效果,由此拉开了视频发展的序幕。 回顾历史,视频经历了从无到有、从黑白到彩色、从模拟信号到数字信号的迭…