Cisco二层交换机协议配置详细步骤和作用

以下是常见的Cisco二层交换机协议配置详细步骤和作用:

  1. 配置VLAN
    • 进入全局配置模式:config terminal
    • 创建VLAN:vlan <vlan_id>
    • 配置VLAN名称:name <vlan_name>
    作用:通过使用VLAN实现对不同端口或设备之间的分离和隔离,使网络拓扑更加灵活。
  2. 配置STP
    • 进入全局配置模式:config terminal
    • 启用STP功能:spanning-tree mode
    • 配置优先级:spanning-tree priority
    • 配置根保护:spanning-tree guard root
    作用:通过防止网络出现环路,提高网络可靠性和稳定性。
  3. 配置Port Security
    • 进入接口配置模式:interface
    • 启用端口安全功能:switchport port-security
    • 配置最大允许MAC地址:switchport port-security maximum <max_number>
    • 配置操作方式:switchport port-security violation <protect/restrict/shutdown>
    作用:通过限制连接到交换机端口的设备的数量和类型,减少网络攻击和误操作的风险。
  4. 配置EtherChannel
    • 进入全局配置模式:config terminal
    • 创建EtherChannel:interface port-channel <channel_number>
    • 绑定物理接口到EtherChannel:interface channel-group <channel_number> mode
    作用:通过将多个物理接口绑定为一个逻辑接口,增加带宽、提高可靠性和减少故障点。
  5. 配置Trunking
    • 进入接口配置模式:interface
    • 启用Trunking功能:switchport mode trunk
    • 配置允许的VLAN列表:switchport trunk allowed vlan <vlan_id_list>
    作用:通过将多个VLAN打包到同一物理链路上,实现更高效的带宽利用。
  6. 配置Rapid PVST+
    • 进入全局配置模式:config terminal
    • 启用Rapid PVST+:spanning-tree mode rapid-pvst
    • 配置优先级:spanning-tree vlan <vlan_id> priority
    作用:通过快速收敛时间和更好的负载平衡,提高网络性能和可靠性。
  7. 配置BPDU Guard
    • 进入接口配置模式:interface
    • 启用BPDU Guard功能:spanning-tree bpduguard enable
    作用:通过检测非法的BPDU,保护交换机不受未经授权的设备干扰。
  8. 配置BPDU Filter
    • 进入接口配置模式:interface
    • 启用BPDU Filter功能:spanning-tree bpdufilter enable
    作用:通过过滤传入或传出的BPDU,防止异常BPDU影响网络稳定性。
  9. 配置VTP
    • 进入全局配置模式:config terminal
    • 启用VTP功能:vtp mode
    • 配置VTP域名:vtp domain <domain_name>
    • 配置VTP密码:vtp password
    作用:通过集中管理和分配VLAN信息、减少手动操作,提高网络管理效率和可靠性。
  10. 配置CDP
    • 进入全局配置模式:config terminal
    • 启用CDP功能:cdp run
    作用:通过发送和接收交换机之间的信息,发现并记录相邻设备信息,实现更好的网络管理。
  11. 配置LLDP
    • 进入接口配置模式:interface
    • 启用LLDP功能:lldp run
    作用:通过发送和接收设备之间的信息,实现自动化的拓扑发现和映射。
  12. 配置802.11x QoS
    • 进入全局配置模式:config terminal
    • 启用QoS功能:mls qos
    • 配置分类器:class-map <class_map_name> match <match_criteria>
    • 配置策略映射:policy-map <policy_map_name> class <class_map_name> set <set_action>
    • 应用策略映射到接口:interface <interface_name> service-policy input/output <policy_map_name>
    作用:通过对网络流量进行分类和优先级设置,保证关键数据的传输质量,提高网络性能。
  13. 配置ARP Inspection
    • 进入接口配置模式:interface
    • 启用ARP Inspection功能:ip arp inspection vlan <vlan_id>
    • 绑定DHCP Snooping数据库:ip dhcp snooping vlan <vlan_id>
    作用:通过检查和验证ARP信息、限制非法ARP请求和欺骗攻击,增强网络安全性。
  14. 配置DHCP Snooping
    • 进入全局配置模式:config terminal
    • 启用DHCP Snooping功能:ip dhcp snooping
    • 配置信任端口:interface ip dhcp snooping trust
    作用:通过记录和验证DHCP交换过程中的信息、防止未经授权的DHCP服务器,增强网络安全性。
  15. 配置IP Source Guard
    • 进入接口配置模式:interface
    • 启用IP Source Guard功能:ip verify source
    • 配置信任端口:ip verify source port-security
    作用:通过限制IP数据包来源、防止IP欺骗攻击,增强网络安全性。
  16. 配置Private VLAN
    • 进入全局配置模式:config terminal
    • 创建Primary VLAN:vlan <primary_vlan_id>
    • 配置Primary VLAN类型:private-vlan primary
    • 创建Secondary VLAN:vlan <secondary_vlan_id>
    • 配置Secondary VLAN类型:private-vlan isolated/community
    • 绑定Secondary VLAN到Primary VLAN:vlan <primary_vlan_id> private-vlan association <secondary_vlan_id>
    作用:通过将多个设备隔离在同一VLAN下,实现更加严格的网络分离和保护。
  17. 配置MAC Address Table Aging
    • 进入全局配置模式:config terminal
    • 配置MAC地址表老化时间:mac address-table aging-time <time_in_seconds>
    作用:通过定期清除未使用的MAC地址条目,释放内存资源,提高交换机性能。
  18. 配置BPDU Throttling
    • 进入接口配置模式:interface
    • 启用BPDU Throttling功能:spanning-tree bpduguard enable
    作用:通过限制BPDU的发送频率,减少无效的BPDU流量,提高交换机性能。
  19. 配置STP PortFast
    • 进入接口配置模式:interface
    • 启用PortFast功能:spanning-tree portfast
    作用:通过在端口连接时快速进入稳定状态,提高客户端初始化速度。
  20. 配置UDLD
    • 进入接口配置模式:interface
    • 启用UDLD功能:udld enable
    作用:通过检测双向链路的状态和正确性,防止链路故障。
  21. 配置IGMP Snooping
    • 进入全局配置模式:config terminal
    • 启用IGMP Snooping功能:ip igmp snooping
    • 配置静态组:ip igmp snooping static <group_ip_address>
    • 配置查询间隔:ip igmp snooping querier <query_interval>
    作用:通过了解和优化多播组和客户端之间的关系,提高网络性能。
  22. 配置NetFlow
    • 进入接口配置模式:interface
    • 启用NetFlow功能:ip flow ingress/egress
    作用:通过记录IP流量数据,实现网络流量监控和分析,帮助优化网络性能和故障排除。
  23. 配置FlexLink
    • 进入接口配置模式:interface
    • 启用FlexLink功能:switchport backup interface <backup_interface>
    作用:通过提供备份链路,保证网络连接的持续性和可靠性。
  24. 配置LACP
    • 进入接口配置模式:interface
    • 启用LACP功能:channel-group <channel_group_number> mode active/passive
    作用:通过协商和动态维护EtherChannel成员关系,提高网络可靠性和冗余性。
  25. 配置VLAN Mapping
    • 进入接口配置模式:interface
    • 配置VLAN转换:vlan dot1q tag native/untagged <vlan_id>
    作用:通过在不同的VLAN之间转换数据包,实现更灵活的网络拓扑结构。
  26. 配置VLAN Access Map
    • 进入全局配置模式:config terminal
    • 创建VLAN Access Map:vlan access-map <access_map_name>
    • 配置访问规则:match <match_criteria> action
    • 应用VLAN Access Map到接口:interface vlan filter <access_map_name> ingress/egress
    作用:通过筛选和控制特定VLANs上的流量,增强网络安全性和可靠性。
  27. 配置Ethernet OAM
    • 进入接口配置模式:interface
    • 启用Ethernet OAM功能:ethernet oam mode [active/passive]
    作用:通过提供链路层监视和控制,帮助检测和解决网络故障。
  28. 配置DHCP Relay
    • 进入接口配置模式:interface
    • 启用DHCP Relay功能:ip helper-address <dhcp_server_ip_address>
    作用:通过转发DHCP请求至指定的服务器,实现跨子网的动态IP地址分配。
  29. 配置802.1X认证
    • 进入接口配置模式:interface
    • 启用802.1X认证功能:authentication port-control auto
    • 配置认证方式:dot1x pae authenticator/eap authenticator
    • 配置密钥:dot1x system-auth-control/dot1x guest-vlan
    作用:通过进行身份验证,防止未经授权的设备接入网络。
  30. 配置IGMP Filtering
    • 进入接口配置模式:interface
    • 启用IGMP Filtering功能:ip igmp max-groups <max_number> [source]
    • 配置允许的组范围:ip igmp access-group <access_group_name>
    作用:通过过滤和控制多播组流量,提高网络性能和安全性。
    以上是常见的思科二层交换机协议配置步骤和作用,仅供参考。在实际应用中,还需要根据具体的网络需求和拓扑结构进行调整和优化。
  31. 配置IGMP Proxy
    • 进入接口配置模式:interface
    • 启用IGMP Proxy功能:ip igmp proxy-service
    • 配置允许的上游接口:ip igmp access-list <access_list_name>
    作用:通过代理用户多播组成员资格协议(IGMP)报文,支持跨VLAN的多播服务。
  32. 配置L2PT
    • 进入全局配置模式:config terminal
    • 启用L2PT功能:l2protocol-tunnel vlan <vlan_id>
    • 配置桥接接口:bridge-domain <bridge_domain_number> interface
    作用:通过将不同的网络层协议转换为二层帧,在不同的网络之间实现透明的通信。
  33. 配置MACsec
    • 进入接口配置模式:interface
    • 启用MACsec功能:macsec network-link encryption
    • 配置密钥:macsec key <key_number> encrypt <encryption_key>
    作用:通过提供加密保护,确保以太网帧在传输过程中的机密性和完整性。
  34. 配置PBR
    • 进入全局配置模式:config terminal
    • 创建路由映射列表:route-map <route_map_name> permit/deny <sequence_number>
    • 配置匹配条件:match <match_criteria>
    • 配置策略:set <set_action>
    • 应用路由映射列表:interface ip policy route-map <route_map_name>
    作用:通过根据特定的条件对数据流进行路由,实现更灵活的流量控制和优化。
  35. 配置VRF
    • 进入全局配置模式:config terminal
    • 创建VRF:ip vrf <vrf_name>
    • 配置接口的VRF成员关系:interface vrf forwarding <vrf_name>
    作用:通过创建虚拟路由和转发表,将同一物理网络分割成多个逻辑网络,实现更好的隔离和安全性。
  36. 配置STP BPDU Protection
    • 进入接口配置模式:interface
    • 启用STP BPDU Protection功能:spanning-tree bpduguard enable
    作用:通过检测非法的BPDU,保护交换机不受未经授权的设备干扰,并防止网络环路。
  37. 配置MVR
    • 进入全局配置模式:config terminal
    • 创建MVR域:multicast-routing mvr <mvr_domain_name>
    • 配置源VLAN/组VLAN映射:multicast-routing mvr vlan-group <source_vlan> <group_vlan> [<static/dynamic>]
    • 应用MVR域到接口:interface multicast-routing mvr <mvr_domain_name>
    作用:通过支持同一组的多个源,提供更灵活、高效的多播服务。
  38. 配置ERPS
    • 进入全局配置模式:config terminal
    • 创建ERPS实例:erps instance <instance_id>
    • 配置控制VLAN:erps control-vlan <control_vlan_id>
    • 配置环路检测端口:erps ring-port <ring_port_number> mode <ring_port_mode>
    • 应用ERPS实例到接口:interface erps instance <instance_id>
    作用:通过提供快速收敛时间和更好的网络负载平衡,增强网络可靠性和稳定性。
  39. 配置FlexVPN
    • 进入全局配置模式:config terminal
    • 创建IKEv2策略:crypto ikev2 policy <policy_number>
    • 配置IPsec提议:crypto ipsec transform-set <transform_set_name> esp-aes esp-sha-hmac
    • 配置IP地址池:crypto ikev2 pool <pool_name> address-prefix <ip_address_prefix>
    • 配置FlexVPN服务器:crypto ikev2 profile <profile_name> match identity remote address <remote_address> authentication local rsa-sig
    • 配置虚拟接口:interface virtual-template <template_number>
    • 应用FlexVPN配置到接口:interface crypto ikev2 profile <profile_name>
    作用:通过提供灵活的VPN解决方案,实现远程访问和机密性保护。
  40. 配置SD-Access
    • 进入全局配置模式:config terminal
    • 创建Fabric域:sda fabric <fabric_name>
    • 配置VLAN池:sda vlan-pool <vlan_pool_name> <start_vlans_id>-<end_vlan_id>
    • 配置控制平面:sda control-plane
    • 配置边缘节点:sda edge-node <edge_node_name> device-role border/node fabric-domain <fabric_name>
    • 应用SD-Access配置到接口:interface sda fabric attach <fabric_name>
    作用:通过使用基于策略的自动化,简化网络管理、优化网络效率,并为应用提供更好的用户体验。
  41. 配置SD-WAN
    • 进入全局配置模式:config terminal
    • 创建SD-WAN VPN实例:sdwan vpn <vpn_instance_name>
    • 配置路由协议:sdwan transport-interface protocol bgp/ospf/static
    • 配置接口IP地址:interface ip address <ip_address>
    • 配置流量控制:sdwan traffic-policy <policy_name>
    • 应用SD-WAN配置到接口:interface sdwan vpn <vpn_instance_name>
    作用:通过将多个广域网连接汇聚为一条虚拟连接,并根据负载、性能和安全性等要素自动选择最优路径,提高网络效率和可靠性。
  42. 配置NAT
    • 进入全局配置模式:config terminal
    • 创建ACL:access-list <acl_name> permit/deny <source_address> <destination_address>
    • 创建NAT池:ip nat pool <pool_name> <start_ip_address> <end_ip_address> netmask <subnet_mask>
    • 配置NAT规则:ip nat inside source list <acl_name> pool <pool_name>
    • 应用NAT配置到接口:interface ip nat inside/outside
    作用:通过允许私有IP地址访问公共网络,隐藏内部网络结构并提供更好的网络安全性。
  43. 配置HSRP
    • 进入接口配置模式:interface
    • 配置HSRP组:standby <group_number> ip <virtual_ip_address>
    • 配置优先级:standby <group_number> priority
    • 应用HSRP配置到接口:interface standby <group_number> ip <virtual_ip_address>
    作用:通过提供冗余的默认网关和快速故障切换,确保网络的连通性和可靠性。
#  1. 在配置 HSRP 时,并不是必须要配置监控端口。但是,启用 HSRP 监控功能可以使 HSRP 更具可靠性和稳定性。
#  HSRP 监视功能允许设备监视其 HSRP 邻居的运行状况,如果邻居出现故障,则设备将立即接管 HSRP 组,并将自身声明为活动路由器。通过此功能,可以提高 HSRP 的可靠性并缩短故障切换时间。
#  在 Cisco 设备上,可以使用 "track" 命令来配置 HSRP 监视。例如,可以使用以下命令将跟踪对象配置为接口状态:
track 1 interface f0/0 line-protocol
#  然后,可以在 HSRP 配置中引用该跟踪对象:
interface gigabitEthernet 0/0
ip address 192.168.1.1 255.255.255.0
standby 1 ip 192.168.1.254
standby 1 priority 110
standby 1 preempt
standby 1 track 1 decrement 20
# #  在这个例子中,如果接口 Fa0/0 的链路协议状态发生变化,则跟踪对象将会变为 "Down" 状态,主机的优先级将降低20点,从而 触发激活备份设备成为活动路由器。
  1. 配置VRRP
    • 进入接口配置模式:interface
    • 配置VRRP组:vrrp <group_number> ip <virtual_ip_address>
    • 配置优先级:vrrp <group_number> priority
    • 应用VRRP配置到接口:interface vrrp <group_number> ip <virtual_ip_address>
    作用:通过提供冗余的默认网关和快速故障切换,确保网络的连通性和可靠性。
  2. 配置GLBP
    • 进入接口配置模式:interface
    • 配置GLBP组:glbp <group_number> ip <virtual_ip_address>
    • 配置优先级:glbp <group_number> priority
    • 应用GLBP配置到接口:interface glbp <group_number> ip <virtual_ip_address>
    作用:通过提供负载均衡和故障转移,增强网络的可用性和性能。
  3. 配置IP SLA
    • 进入全局配置模式:config terminal
    • 创建IP SLA操作:ip sla <sla_number>
    • 配置测试类型和参数:icmp-echo <destination_address> source-ip <source_address>
    • 配置计划时间间隔:frequency
    • 启用IP SLA操作:ip sla schedule <sla_number> life forever start-time now
    作用:通过提供可靠的网络性能度量,实现快速故障检测和恢复。
  4. 配置NetFlow
    • 进入接口配置模式:interface
    • 启用NetFlow功能:ip flow ingress/egress
    • 配置收集器地址:ip flow-export destination <collector_address>
    • 配置版本号和协议:ip flow-export version <version_number> udp
    • 应用NetFlow配置到接口:interface ip flow ingress/egress
    作用:通过提供详细的流量分析和监控,优化网络性能和安全性。
  5. 配置SNMP
    • 进入全局配置模式:config terminal
    • 配置SNMP团体名和权限:snmp-server community <community_name> <access_level>
    • 配置SNMP管理主机:snmp-server host <host_address> version <version_number> <community_name>
    • 配置SNMP Trap:snmp-server enable traps <notification_type>
    • 启用SNMP服务:snmp-server enable
    作用:通过提供对网络设备的远程管理和监控,简化网络管理和排错。
  6. 配置Syslog
    • 进入全局配置模式:config terminal
    • 配置Syslog服务器地址:logging host <server_address>
    • 配置日志级别:logging trap
    • 启用Syslog服务:logging on
    作用:通过收集和记录网络设备产生的事件,提供关键信息用于故障排除和安全审计。
  7. 配置AAA
    • 进入全局配置模式:config terminal
    • 创建用户名和密码:username <user_name> password
    • 配置认证方式:aaa authentication login <auth_method> local
    • 配置授权方式:aaa authorization exec <auth_method> local
    • 启用AAA服务:aaa new-model
    作用:通过提供身份验证、授权和帐户管理,确保网络设备和资源的安全性和可靠性。
  8. 配置802.1X
    • 进入接口配置模式:interface
    • 启用802.1X认证功能:dot1x port-control auto
    • 配置认证方式:dot1x authentication <auth_method>
    • 配置EAP类型和参数:dot1x credentials <eap_type>
    • 应用802.1X配置到接口:interface dot1x port-control auto
    作用:通过提供网络接入控制,确保只有经过身份验证的设备和用户能够访问受保护的网络资源。
  9. 配置端口安全
    • 进入接口配置模式:interface
    • 启用端口安全功能:switchport port-security
    • 配置允许连接的MAC地址数量:switchport port-security maximum <max_macs>
    • 配置允许连接的MAC地址类型:switchport port-security mac-address sticky
    • 应用端口安全配置到接口:interface switchport port-security
    作用:通过限制端口连接的设备数量和类型,确保网络设备和资源不会受到未经授权的访问和攻击。
  10. 配置DHCP Snooping
    • 进入全局配置模式:config terminal
    • 启用DHCP Snooping功能:ip dhcp snooping
    • 配置信任的接口:interface ip dhcp snooping trust
    • 配置绑定的IP地址和MAC地址:ip dhcp snooping binding <binding_database>
    • 应用DHCP Snooping配置到接口:interface ip dhcp snooping
    作用:通过验证和跟踪DHCP消息,保护网络免受DHCP欺骗和恶意攻击。
  11. 配置IP Source Guard
    • 进入接口配置模式:interface
    • 启用IP Source Guard功能:ip verify source
    • 配置允许的源MAC地址类型:ip verify source mac-address <mac_address_type>
    • 应用IP Source Guard配置到接口:interface ip verify source
    作用:通过限制接口上允许的源MAC地址和IP地址,防止网络设备和资源受到IP地址伪造和欺骗攻击。
  12. 配置Storm Control
    • 进入接口配置模式:interface
    • 启用Storm Control功能:storm-control broadcast/unicast/multicast level <level_percentage>
    • 配置通知方式:storm-control action <action_type> syslog
    • 应用Storm Control配置到接口:interface storm-control broadcast/unicast/multicast
    作用:通过限制广播、单播和多播流量的流量速率,保护网络免受流量超载和拒绝服务攻击。
  13. 配置QoS
    • 进入接口配置模式:interface
    • 启用QoS功能:service-policy input/output <policy_name>
    • 创建QoS策略:policy-map <policy_name>
    • 配置匹配条件和动作:class <class_name> match <match_criteria>
    • 应用QoS策略到接口:interface service-policy input/output <policy_name>
    作用:通过优先级和限制不同类型的流量,确保关键应用程序能够获得网络资源和带宽。
  14. 配置TCP加速
    • 进入全局配置模式:config terminal
    • 启用TCP加速功能:ip tcp acceleration
    • 配置加速类型和参数:ip tcp acceleration <acceleration_type>
    • 配置排除的协议和端口:ip tcp acceleration exclude <port_number>
    • 应用TCP加速配置到接口:interface ip tcp acceleration
    作用:通过提供更快速、可57. 配置TCP加速
    • 进入全局配置模式:config terminal
    • 启用TCP加速功能:ip tcp acceleration
    • 配置加速类型和参数:ip tcp acceleration <acceleration_type>
    • 配置排除的协议和端口:ip tcp acceleration exclude <port_number>
    • 应用TCP加速配置到接口:interface ip tcp acceleration
    作用:通过提供更快速、可靠的TCP数据传输,TCP加速可以帮助网络管理员优化网络性能和提高用户体验。它通过使用各种技术,如压缩、数据缓存和流控制等,来减少TCP连接的延迟和数据包丢失率,并提高带宽利用率。

Cisco二层交换机协议配置详细步骤和作用相关推荐

  1. 华为交换机SEP双半环设计方案及配置详细步骤

    华为交换机SEP双半环设计方案及配置步骤 SEP双半环设计方案拓扑图 SEP双半环设计方案思路 1.客户的业务vlan 10是2层流量,6台交换机组成的链路为2层链路,为了防环,设计两个sep半环, ...

  2. 华三S1824G、S1850V2-28P二层交换机简单配置步骤

    交换机Vlan中 tagged和untagged的区别(引用知乎问答): 先说VLAN,一个VLAN就是一个广播域.一个设备连接到一个VLAN,如果这个设备往这个VLAN里发送帧,交换机会把这个帧群发 ...

  3. 《Cisco/H3C交换机高级配置与管理技术手册》目录

    备受业界关注,备受无数读者殷切期待的,我的2012年新作--<Cisco/H3C交换机高级配置与管理技术手册>,经过一年的艰辛编写,现终于胜利封笔.现应许多热心读者的要求,把本书的原始目录 ...

  4. Cisco二层交换机命令

    1.二层交换机基本配置 Switch > Switch >enable   # 进入特权模式 Switch#configure terminal   # 进入全局配置模式 Switch(c ...

  5. 虚拟化操作系统ESXi 6.7安装配置详细步骤

    ESXi 6.7安装配置详细步骤 ESXi安装方式: 新建一个虚拟机 除了以下步骤,其他的都是常规操作 硬件兼容性选择ESXI 6.7 虚拟化安装以及使用ESXI系统安装的ISO映像文件 1.开始安装 ...

  6. 计算机网络作业计算机配置,某高校网工课后作业《路由交换综合案例》配置详细步骤(含配置文件)...

    原标题:某高校网工课后作业<路由交换综合案例>配置详细步骤(含配置文件) 网 工 圈 关注 有网友,遇到一个案例,不会配,私信:龙哥 安排! 题目如下: 1 题目需求 说明:n代表几班,X ...

  7. 深信服防火墙配置详细步骤(防火墙的基本配置方法)

    转载至:深信服防火墙配置详细步骤(防火墙的基本配置方法) - 宝瑞资源网 1.防火墙的产品USG 5000 6000 9000 别离是低端.中端.高端产品. 2.四个区域:(local100.trus ...

  8. springboot集成swagger2多模块中文配置详细步骤,解决集成mybatis或mybatis-plus无法正常使用问题

    springboot集成swagger2多模块中文配置详细步骤,解决集成mybatis或mybatis-plus无法正常使用问题 参考文章: (1)springboot集成swagger2多模块中文配 ...

  9. OPGL+GLFW+GLEW配置详细步骤

    转载自:https://blog.csdn.net/weixin_40921421/article/details/80211813 本文设计的工具包: 链接:https://pan.baidu.co ...

最新文章

  1. 【 MATLAB 】rem 函数介绍
  2. 6种Python字符串反转方式
  3. ant 实现批量打包android应用
  4. 微信小程序页面栈_微信小程序使用页面栈改变上一页面的数据
  5. 零基础学习java必须要了解的学习路线
  6. 以人为本、用“简”驭“繁”……统统都是新华三物联网的关键词儿!
  7. C++基础02-C++对c的拓展
  8. 【云小课】基础服务第25课 容灾演练:平时多练兵,急时保可用!
  9. python 去重 排序_python中sorted()和set()去重,排序
  10. PHP在线预览word、excel等office文档
  11. 一种雷达和电子海图图像叠加方法
  12. 51单片机-LED点阵
  13. 微软一站式示例代码库(中文版)2012-2-10版本, 新添加ASP.NET, Windows Form, VSX, Windows Shell, WPF等16个Sample
  14. Windows上利用Python自动切换代理IP的终极方案!
  15. 关于网页中显示生僻字的方法
  16. 面向对象(Object-Oriented)
  17. 【安卓开发】DrawerLayout+ToolBar报错:DrawerLayout must be measured with MeasureSpec.EXACTLY.
  18. (汇总篇)语义SLAM相关开源方案| 全球优秀作者与实验室 | SLAM学习资料整理
  19. 史蒂夫·乔布斯 - 简介
  20. 在画电路图时,想问下几种地之间的区别? power-GND singal-GND GND

热门文章

  1. 毕业三到五年,别让“努力”毁了你
  2. 2的2.8次方用计算机怎么算,2.8 计算器的使用(含答案)
  3. 文本词频分析_Python初学
  4. 中文大写数字/金额转化
  5. Flash JavaScript
  6. VR+全景播放器+头控讲解-03
  7. 云计算企业业绩分化明显 9家上市公司中期预喜
  8. esp8266接入Blinker小爱同学控制WS2812的RGB以及亮度调节
  9. DC-DC电源模块直流隔离升压正负高压输出5v12v24v转±50v±110v±150v±200v±250v±300VDC
  10. 惠普服务器型号详解,ZOL为您把脉 惠普塔式服务器型号详解