上一页 1 2 3 4 5 6 7 ··· 31 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web; namespace Web.Layer3.APP.Login{ /// <summary> /// LoginOut 的摘要说明 /// 阅读全文
posted @ 2026-03-09 20:09 techNote 阅读(2) 评论(0) 推荐(0)
摘要: aspx第一行最后加 适用整个aspx页面 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ViewState_Demo.aspx.cs" Inherits="Web.Layer3.APP.ViewState.ViewState_D 阅读全文
posted @ 2026-03-06 21:47 techNote 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2026-03-06 20:21 techNote 阅读(4) 评论(0) 推荐(0)
摘要: 如果界面不复杂 就可以采用ashx+html 通过ashx的C#代码操作html来实现增删改查的目的 但如果界面复杂 则ashx+html来实现就非常麻烦了, 最好采用WebForm的aspx了 阅读全文
posted @ 2026-03-04 16:57 techNote 阅读(3) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2026-02-25 15:39 techNote 阅读(5) 评论(0) 推荐(0)
摘要: 系统及相关软件版本(测试通过) VirtualBox-5.2.44-139111-Win(适用于Win7、10、11) WinPcap_4_1_3 Wireshark-win64-2.6.6 eNSP 1.3.00.200T Setup 最最主要的是开机进CMOS打开有关CPU虚拟化(带V或Virt 阅读全文
posted @ 2026-02-23 16:28 techNote 阅读(83) 评论(0) 推荐(0)
摘要: 防火墙 <USG6000V1>dis cur2026-02-21 12:49:07.120 !Software Version V500R005C10SPC300#sysname USG6000V1# l2tp domain suffix-separator @#undo info-center e 阅读全文
posted @ 2026-02-21 21:06 techNote 阅读(19) 评论(0) 推荐(0)
摘要: 二层链路聚合 (1)无协议配置 方式(一)无协议交互 interface Eth-Trunk 1 创建&进入以太trunk trunkport GigabitEthernet 0/0/1 to 0/0/2 mode manual load-balancedis eth-trunk 1<sw1>dis 阅读全文
posted @ 2026-02-13 15:19 techNote 阅读(5) 评论(0) 推荐(0)
摘要: 局域网内部 user-interface vty 0 4 虚接口5个 即5个线程 authentication-mode password (认证模式 password 权限一样 只密码 / aaa 用户 不同用户权限不一样 ) set authentication password cipher 阅读全文
posted @ 2026-02-12 16:00 techNote 阅读(4) 评论(0) 推荐(0)
摘要: ftp server enable set default ftp-directory flash:/登录后的默认目录 aaa (本地用户数据库) local-user huawei password cipher huawei@123 local-user huawei service-type 阅读全文
posted @ 2026-02-11 20:42 techNote 阅读(3) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 31 下一页