2020.10.01(401882644@qq.com)

偶然得到一个H3C AP,型号WAP722S-W2,一共有三个口:48V DC、GE1/PoE、console

咨询别人得知这是一个瘦(fit)AP,需要连接AC才能使用,但可以刷成胖(fat)AP,就可以单独作为企业级路由器使用了。想着就来劲,动手干吧。

首先,这个东东是需要电才能用的,到手之前它是使用PoE交换机供电使用的,家里可没有这个,那么就网上淘了一个48V电源,插左边那个48V DC口使用,完全没有问题。除了电源外,还需要用到的硬件有:调试线、网线、电脑;需要用到的软件有:3Cdaemon(TFTP上传升级文件)、putty(telnet软件)、WAP722S-W2对应的升级文件(版本为:R2433P01,本人CSDN提供下载,ID:walkerjie)

开始了,先运行3CDaemon,第二个按钮停止服务,第一个按钮设置服务器,把上传/下载目录设置为升级所在文件夹,然后确定,确定。

升级文件夹里的东东,注意,ipe那个后边要改名!

电脑网口设置ip:192.168.0.1

调试线插入电脑usb口,安装驱动,打开putty,配置如下:

点击putty的open按钮,调试线网口那头插入AP的console口,网线一头插电脑,一头插入AP的GE1/PoE口,AP上电:

System is starting...

Press Ctrl+D to access BASIC-BOOTWARE MENU

Booting Normal Extended BootWare

The Extended BootWare is self-decompressing.................................

..Done.

****************************************************************************

*                                                                          *

*                 H3C WAP722S-W2 BootWare, Version 7.12  这个是bootwarer 版本,后边会升级 *

*                                                                          *

****************************************************************************

Copyright (c) 2004-2017 New H3C Technologies Co., Ltd.

Compiled Date       : Dec 19 2017

CPU Type            : ARM

CPU L1 Cache        : 32KB

CPU L2 Cache        : 256KB

CPU Clock Speed     : 710MHz

Memory Type         : DDR3 SDRAM

Memory Size         : 256MB   内存256

Memory Speed        : 533MHz

Flash Size          : 32MB   存储只有32

PCB Version         : Ver.B

BootWare Validating...

Press Ctrl+B to access EXTENDED-BOOTWARE MENU...这里赶紧按Ctrl+B

Password recovery capability is enabled.

Note: The current operating device is flash

Enter < Storage Device Operation > to select device.

以下是主菜单

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9): 4先看看里边的文件

===============================<File CONTROL>===============================

|Note:the operating device is flash                                        |

|<1> Display All File(s)                                                   |

|<2> Set Image File type                                                   |

|<3> Set Bin File type                                                     |

|<4> Set Configuration File type                                           |

|<5> Delete File                                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-5): 1看看所有文件

Display all file(s) in flash:

'M' = MAIN      'B' = BACKUP      'N/A' = NOT ASSIGNED

============================================================================

|NO. Size(B)   Time                 Type   Name                            |

|1   4296704   Jan/01/2016 00:02:15 M      flash:/wa5300-boot.bin          |

|2   13932544  Jan/01/2016 00:04:27 M      flash:/wa5300-system.bin        |

============================================================================

两个文件加一块儿就17MB多了

===============================<File CONTROL>===============================

|Note:the operating device is flash                                        |

|<1> Display All File(s)                                                   |

|<2> Set Image File type                                                   |

|<3> Set Bin File type                                                     |

|<4> Set Configuration File type                                           |

|<5> Delete File                                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-5): 0退到上级菜单

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9): 按下Ctrl+Y看看现在AP运行在什么模式下

Please select the new mode

Current mode is Fit当前运行在Fit模式下

============================================================================

|NO.  Mode                                                                 |

|1    Fat Mode                                                             |

|2    Fit Mode                                                             |

|0    Exit                                                                 |

============================================================================

Enter your choice(0-2):0你可以把它改为Fat模式,不过没卵用,重启会找不到相应文件,这里退回主菜单

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9): 按Ctrl+F格式化flash,原因是它总共只有32MB,不格式化就不能把升级文件下载下来,没那么多空间

Warning:All files on flash will be lost! Are you sure to format? [Y/N]Y.....

............................................................................

..................

Format success.

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9): 4再来看看flash里的情况

===============================<File CONTROL>===============================

|Note:the operating device is flash                                        |

|<1> Display All File(s)                                                   |

|<2> Set Image File type                                                   |

|<3> Set Bin File type                                                     |

|<4> Set Configuration File type                                           |

|<5> Delete File                                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-5): 1显示所有文件

Display all file(s) in flash:

'M' = MAIN      'B' = BACKUP      'N/A' = NOT ASSIGNED

============================================================================

|NO. Size(B)   Time                 Type   Name                            |

============================================================================

空空如也

===============================<File CONTROL>===============================

|Note:the operating device is flash                                        |

|<1> Display All File(s)                                                   |

|<2> Set Image File type                                                   |

|<3> Set Bin File type                                                     |

|<4> Set Configuration File type                                           |

|<5> Delete File                                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-5): 0退回上级菜单

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9):7 先升级BootWare,不然决逼失败

=========================<BootWare Operation Menu>==========================

|Note:the operating device is flash                                        |

|<1> Backup Full BootWare                                                  |

|<2> Restore Full BootWare                                                 |

|<3> Update BootWare By Serial                                             |

|<4> Update BootWare By Ethernet                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-4):4网络升级

===================<BOOTWARE OPERATION ETHERNET SUB-MENU>===================

|<1> Update Full BootWare                                                  |

|<2> Update Extended BootWare                                              |

|<3> Update Basic BootWare                                                 |

|<4> Modify Ethernet Parameter                                             |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-4):4先查看配置内容

==========================<ETHERNET PARAMETER SET>==========================

|Note:       '.' = Clear field.                                            |

|            '-' = Go to previous field.                                   |

|         Ctrl+D = Quit.                                                   |

============================================================================

Protocol (FTP or TFTP) :ftp tftp配置为3CDaemon使用的tftp

Load File Name         :wa5300-fat.ipe

:apwa5300_7.22.btw改为升级文件夹里的btw文件名

Target File Name       :wa5300-fat.ipe

:apwa5300_7.22.btw改为升级文件夹里的btw文件名

Server IP Address      :192.168.0.1

Local IP Address       :192.168.0.50

Subnet Mask            :0.0.0.0

Gateway IP Address     :0.0.0.0

===================<BOOTWARE OPERATION ETHERNET SUB-MENU>===================

|<1> Update Full BootWare                                                  |

|<2> Update Extended BootWare                                              |

|<3> Update Basic BootWare                                                 |

|<4> Modify Ethernet Parameter                                             |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-4): 1升级所有BootWare文件,3CDaemon开启服务

Loading...........................Done.

1241088 bytes downloaded!从3CDaemon下载成功

Updating Basic BootWare? [Y/N]Y肯定选择Y升级

Updating Basic BootWare.........Done.完成

Updating Extended BootWare? [Y/N]Y肯定选择Y升级

Updating Extended BootWare.........Done.完成

===================<BOOTWARE OPERATION ETHERNET SUB-MENU>===================

|<1> Update Full BootWare                                                  |

|<2> Update Extended BootWare                                              |

|<3> Update Basic BootWare                                                 |

|<4> Modify Ethernet Parameter                                             |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-4): 0返回上级

=========================<BootWare Operation Menu>==========================

|Note:the operating device is flash                                        |

|<1> Backup Full BootWare                                                  |

|<2> Restore Full BootWare                                                 |

|<3> Update BootWare By Serial                                             |

|<4> Update BootWare By Ethernet                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-4): 0返回上级

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9): 0重启一下

System is starting...

Press Ctrl+D to access BASIC-BOOTWARE MENU

Booting Normal Extended BootWare

The Extended BootWare is self-decompressing.................................

............Done.

****************************************************************************

*                                                                          *

*                 H3C WAP722S-W2 BootWare, Version 7.22                    *

*                          注意查看BootWare版本已经升级                   *

****************************************************************************

Copyright (c) 2004-2020 New H3C Technologies Co., Ltd.

Compiled Date       : Apr 16 2020编译日期也是最新的

CPU Type            : ARM

CPU L1 Cache        : 32KB

CPU L2 Cache        : 256KB

CPU Clock Speed     : 710MHz

Memory Type         : DDR3 SDRAM

Memory Size         : 256MB

Memory Speed        : 533MHz

Flash Size          : 32MB

PCB Version         : Ver.B

BootWare Validating...

Normal Extended BootWare Version is newer than Backup Extended BootWare!

Begin to Update the Backup Extended BootWare.........Done.

Press Ctrl+B to access EXTENDED-BOOTWARE MENU...

Password recovery capability is enabled.

Note: The current operating device is flash

Enter < Storage Device Operation > to select device.

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9):3进入Ethernet菜单,准备升级

注意,进行下一步之前,请在升级文件夹内把WA5300-CMW710-R2433P01-OASIS.ipe改名为wa5300-fat.ipe,并在3CDaemon中启动tftp服务

==========================<Enter Ethernet SubMenu>==========================

|Note:the operating device is flash                                        |

|<1> Download Image Program To SDRAM And Run                               |

|<2> Update Main Image File                                                |

|<3> Update Backup Image File                                              |

|<4> Download Files(*.*)                                                   |

|<5> Modify Ethernet Parameter                                             |

|<0> Exit To Main Menu                                                     |

|<Ensure The Parameter Be Modified Before Downloading!>                    |

============================================================================

Enter your choice(0-5): 5

==========================<ETHERNET PARAMETER SET>==========================

|Note:       '.' = Clear field.                                            |

|            '-' = Go to previous field.                                   |

|         Ctrl+D = Quit.                                                   |

============================================================================

Protocol (FTP or TFTP) :tftp

Load File Name         :apwa5300_7.22.btw

:wa5300-fat.ipe改为要升级的ipe文件

Target File Name       :apwa5300_7.22.btw

:wa5300-fat.ipe改为要升级的ipe文件

Server IP Address      :192.168.0.1

Local IP Address       :192.168.0.50

Subnet Mask            :0.0.0.0

Gateway IP Address     :0.0.0.0

==========================<Enter Ethernet SubMenu>==========================

|Note:the operating device is flash                                        |

|<1> Download Image Program To SDRAM And Run                               |

|<2> Update Main Image File                                                |

|<3> Update Backup Image File                                              |

|<4> Download Files(*.*)                                                   |

|<5> Modify Ethernet Parameter                                             |

|<0> Exit To Main Menu                                                     |

|<Ensure The Parameter Be Modified Before Downloading!>                    |

============================================================================

Enter your choice(0-5):2开始升级了

Loading.....................................................................

............................................................................

............................................................................

............................................................................

............................................................................

............................................................................

............................................................................

...............................Done.

28339200 bytes downloaded!

如下图,同时你会在3CDaemon上看到正在从电脑上下载升级文件

Image file wa5300-oasis-boot.bin is self-decompressing...

Saving file flash:/wa5300-oasis-boot.bin ...................................

.............................Done.

Image file wa5300-oasis-system.bin is self-decompressing...

Saving file flash:/wa5300-oasis-system.bin .................................

............................................................................

............................................................................

............................................................................

............................................................................

.........................................Done.

==========================<Enter Ethernet SubMenu>==========================

|Note:the operating device is flash                                        |

|<1> Download Image Program To SDRAM And Run                               |

|<2> Update Main Image File                                                |

|<3> Update Backup Image File                                              |

|<4> Download Files(*.*)                                                   |

|<5> Modify Ethernet Parameter                                             |

|<0> Exit To Main Menu                                                     |

|<Ensure The Parameter Be Modified Before Downloading!>                    |

============================================================================

Enter your choice(0-5): 0返回上级

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9): 4查看一下升级的文件

===============================<File CONTROL>===============================

|Note:the operating device is flash                                        |

|<1> Display All File(s)                                                   |

|<2> Set Image File type                                                   |

|<3> Set Bin File type                                                     |

|<4> Set Configuration File type                                           |

|<5> Delete File                                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-5): 1显示所有文件

Display all file(s) in flash:

'M' = MAIN      'B' = BACKUP      'N/A' = NOT ASSIGNED

============================================================================

|NO. Size(B)   Time                 Type   Name                            |

|1   4132864   Jan/01/2016 00:00:00 M      flash:/wa5300-oasis-boot.bin    |

|2   24199168  Jan/01/2016 00:00:00 M      flash:/wa5300-oasis-system.bin  |

============================================================================

果然升级文件保存在flash里了,M标记是主文件

===============================<File CONTROL>===============================

|Note:the operating device is flash                                        |

|<1> Display All File(s)                                                   |

|<2> Set Image File type                                                   |

|<3> Set Bin File type                                                     |

|<4> Set Configuration File type                                           |

|<5> Delete File                                                           |

|<0> Exit To Main Menu                                                     |

============================================================================

Enter your choice(0-5):0返回上级

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9):按下Ctrl+Y查看一下AP模式

Please select the new mode

Current mode is Oasis Mode当前是Oasis模式

============================================================================

|NO.  Mode                                                                 |

|1    Fat Mode                                                             |

|2    Fit Mode                                                             |

|3    Anchor-AC   (Virtual AC Mode)                                        |

|4    Anchor-Fit                                                           |

|5    Oasis Mode                                                           |

|0    Exit                                                                 |

============================================================================

Enter your choice(0-5):1可以看到这个菜单也与之前不一样了,试着切换为Fat模式

Not Support!不支持,新版本的软件,其实Oasis就是Fat

==========================<EXTENDED-BOOTWARE MENU>==========================

|<1> Boot System                                                           |

|<2> Enter Serial SubMenu                                                  |

|<3> Enter Ethernet SubMenu                                                |

|<4> File Control                                                          |

|<5> Restore to Factory Default Configuration                              |

|<6> Skip Current System Configuration                                     |

|<7> BootWare Operation Menu                                               |

|<8> Skip Authentication for Console Login                                 |

|<9> Storage Device Operation                                              |

|<0> Reboot                                                                |

============================================================================

Ctrl+Z: Access EXTENDED ASSISTANT MENU

Ctrl+F: Format File System

Ctrl+C: Display Copyright

Ctrl+Y: Change AP Mode

Enter your choice(0-9):0重新启动

System is starting...

Press Ctrl+D to access BASIC-BOOTWARE MENU

Booting Normal Extended BootWare

The Extended BootWare is self-decompressing.................................

............Done.

****************************************************************************

*                                                                          *

*                 H3C WAP722S-W2 BootWare, Version 7.22                    *

*                                                                          *

****************************************************************************

Copyright (c) 2004-2020 New H3C Technologies Co., Ltd.

Compiled Date       : Apr 16 2020

CPU Type            : ARM

CPU L1 Cache        : 32KB

CPU L2 Cache        : 256KB

CPU Clock Speed     : 710MHz

Memory Type         : DDR3 SDRAM

Memory Size         : 256MB

Memory Speed        : 533MHz

Flash Size          : 32MB

PCB Version         : Ver.B

BootWare Validating...

Press Ctrl+B to access EXTENDED-BOOTWARE MENU...

Loading the main image files...

Loading file flash:/wa5300-oasis-system.bin.................................

............................................................................

............................................................................

......Done.

Loading file flash:/wa5300-oasis-boot.bin...................................

.Done.

Image file flash:/wa5300-oasis-boot.bin is self-decompressing...............

............................................................................

............................................................................

............................................................................

............................................................................

...............................Done.

System image is starting...

Startup configuration file doesn't exist or is invalid.

Line con0 is available.

Press ENTER to get started.

<H3C>%Sep  3 15:34:03:895 2020 H3C SHELL/5/SHELL_LOGIN: Console logged in from con0.

<H3C>启动成功了,说明我们已经升级成功了

接下来这个AP就可以通过web访问了,当然你也可以继续通过putty进行配置。

(以下这段转自网文)

云AP是Fat AP。初次使用云AP,给云AP上电后,云AP会默认开启4个无线服务:其中一个称之为管理WIFI,也称内部WIFI,SSID为H3C_XXXXXX,XXXXXX为设备mac地址后六位。管理WIFI供商铺内部员工管理使用,一般在2.4G频段工作,当设备未连接到绿洲时,通过连接管理WIFI在浏览器输入10.40.94.1或myap.h3c.com访问本地web页面可进行本设备下的无线服务管理配置,一旦连接上绿洲,将只能通过绿洲平台进行统一的无线服务配置管理。其余3个称为用户WIFI,也称商业WIFI,SSID为H3C_WiFi_1、H3C_WiFi_2、H3C_WiFi_3,不加密,不认证,不隐藏。当设备连接到外网,可为已经连接上用户WIFI的用户提供上网服务。

那么我们连上H3C_XXXXXX,打开浏览器,输入10.40.94.1或myap.h3c.com,用户名:admin密码:h3capadmin,你会看到功能之丰富,现在你可以体验企业级的路由器了!如果你有两个这种AP,那么可以尝试把它们桥接起来,房子再大也不怕!

本人CSDN(ID:walkerjie)提供相关升级文件、《版本说明书》、《云AP Web配置指导》、《云AP绿洲平台Web配置指导》、《WLAN配置指导-WDS配置》,欢迎下载

H3C云AP瘦转胖fit转fat超详细图文攻略相关推荐

  1. 轩辕剑java完美攻略_轩辕剑外传云之遥图文攻略 超详细完美攻略

    轩辕剑外传云之遥图文攻略,超详细完美攻略,内含全道具收集.全支线任务.全剧情攻略. 轩辕剑外传云之遥图文攻略 同为外传,轩辕剑外传云之遥和之前的汉之云历史背景相同,剧情也是互相衔接呼应的.云之遥讲述了 ...

  2. 阿里云服务器开放端口的正确方式(超详细图文教程)

    笔者近期开发完成的服务端程序部署在阿里云的ECS云服务器上面,一些应用程序配置文件需要设置监听的端口(如Tomcat的8080.443端口等),虽然通过CentOs 7系统的的「防火墙」开放了对应的端 ...

  3. H3C AP瘦切胖配置

    组网及说明 1.1 适用产品系列 本案例适用于WA53.WA56系列的AP. 配置步骤 1.1.1 AP瘦切胖配置案例(Bootrom) 操作风险提示:AP瘦切胖有风险,操作不当或者意外断电会导致设备 ...

  4. H3C WA4300 AP廋转胖步骤

    H3C WA4300 AP廋转胖步骤 因工作需要,需将单位现有的H3C WA4300廋ap转为胖AP,使其可以自行配置并发射无线信号,现将升级过程做简要记录,主要供自己参考回忆,若有错误之处,请网上各 ...

  5. 阿里云ECS服务器安装docker教程(超详细图文教程)

    文章预览: 阿里云ECS服务器安装docker教程(超详细图文教程) 一.查看服务器信息 二.安装docker 三.卸载docker 四.阿里云镜像加速器 五.篇外 阿里云ECS服务器安装docker ...

  6. 云顶之弈机器人怎么拉人_《云顶之弈》机器人阵容怎么玩 快乐机器人攻略分享...

    机器人可谓是射手的克星,喜欢用机器人的玩家们在这里小编就为大家推荐一下快乐机器人阵容,感兴趣的可以通过这篇"蒜头王吧"带来的云顶之弈快乐机器人攻略分享了解详情. 推荐阅读: 云顶之 ...

  7. cisco AP瘦转胖过程,以及“注意点”。

    **CISCO AP瘦模式转胖模式一: 准备步骤: 1:正确的ios文件,并记得改后缀名(tar.default) 2:电脑改默认ip和ciscoAP一个网段 改成胖AP,命令设置IP地址,随后你的电 ...

  8. 基于hexo和aws云搭建个人博客,0基础0费用,有点豪横(2W字超详细图文教程)

    这是篇概述文章,详细参考Hexo建站专栏 最近几个月一直在整理之前的技术笔记,目前虽在体系上还尚有欠缺,但内容方面整理的七七八八了,这些内容一部分记录在了云笔记中另一部分记录在了博客上.于是决定搭建一 ...

  9. 2019阿里云开年Hi购季域名与商标分会场分会场全攻略!

    为什么80%的码农都做不了架构师?>>>    2019阿里云云上Hi购季活动已经于2月25日正式开启,从已开放的活动页面来看,活动分为三个阶段: 2月25日-3月04日的活动报名阶 ...

最新文章

  1. Nature子刊:用16S及18S rRNA全长进行微生物多样性研究
  2. panda3d中文网文档翻译
  3. DM8168 新三板系统启动
  4. Pattern Discovery and Anomaly Detection via Knowledge Graph-学习笔记
  5. GPU Gems1 - 13 使用遮挡区间映射产生模糊的阴影(Generating Soft Shadows Using Occlusion Interval Maps)
  6. Spring底层控制反转解耦合(IOC)
  7. oracle中修改数据库实例监听的ip和端口
  8. windows编程 识别拖动_五步学会任何编程语言 | Linux 中国
  9. 【Arthas】Arthas 导出堆栈信息
  10. MySQL索引,MySQL中索引的限制?
  11. 如何以子类的形式运行多进程?
  12. MySQL Front远程连接数据库
  13. 一步一步教你使用Jmail实现邮件的接收与发送
  14. 为什么新装的mysql5.7服务无法启动_mysql 5.7安装 MySQL 服务无法启动但是服务没有报告任何错误...
  15. 【漫画】程序员永远修不好的Bug——情人节
  16. 一个Android健身APP源码(类似KEEP、FEEL、轻+、减约、薄荷等)
  17. otc焊接机器人编程模拟软件_OTC机器人编程
  18. 液压阀的“通”和“位”
  19. border-style之dotted显示一个圆
  20. #把一个数把各个位数拆取出来

热门文章

  1. 可靠Windows系统安装程序的获取
  2. RabbitMQ-三、Java使用--3、路由选择 (Routing)
  3. 世界各国坐标、中国各省会坐标、echars世界各国中英映射和省市区联动数据
  4. sci论文致谢部分是必须写的吗
  5. 光纤软件测试,20m光纤速度怎么测试 20m光纤速度测试方法【详解】
  6. 冈萨雷斯图像处理---非锐化掩蔽和高提升滤波
  7. 用 Linux 办公和开发到底靠谱吗?
  8. VeryCD上的EIOffice 2009简介
  9. 985大学计算机考研报录比,68:1!这所985率先公布2020考研报录比,部分专业数据惊人...
  10. 第二章:关系数据库 - 04735数据库系统原理 - 自考知识点