上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 399 下一页
摘要: 创建vlan,绑定ip en conf t vlan 10 ip address 192.168.10.1 255.255.255.0 no shutdown // no shutdown是开启端口的意思,路由器开机以后端口默认的状态是shutdown的,所以必须用no shutdown来开启端口 阅读全文
posted @ 2023-04-27 18:26 ChuckLu 阅读(38) 评论(0) 推荐(0)
摘要: A simple failed request tracing viewer GitHub - abhilashr1/Frebruary: A simple failed request tracing viewer 直接用根目录下的Frebruary2.exe就可以查看对应的日志 阅读全文
posted @ 2023-04-27 17:03 ChuckLu 阅读(19) 评论(0) 推荐(0)
摘要: Equality comparisons and sameness - JavaScript | MDN (mozilla.org) Loose equality is symmetric: A == B always has identical semantics to B == A for an 阅读全文
posted @ 2023-04-27 12:13 ChuckLu 阅读(23) 评论(0) 推荐(0)
摘要: 实验十二 图形批量处理 了解动作面板;掌握图像的批量自动化处理方法。 窗口菜单-->动作 42:00 第4章 动画的设计与制作 Adobe Animate 阅读全文
posted @ 2023-04-25 18:20 ChuckLu 阅读(10) 评论(0) 推荐(0)
摘要: vlan是data link layer中比较重要的一个协议? VLAN (Virtual Local Area Network) is a logical grouping of devices on a network based on their functions, project team 阅读全文
posted @ 2023-04-24 18:25 ChuckLu 阅读(34) 评论(0) 推荐(0)
摘要: 四种模式 用户模式Switch> 特权模式Switch# 全局配置模式Switch(config) 端口模式Switch(config-if)# 这里的if是interface的缩写 模式切换指令 打开switch的config的cli之后, 默认进入了用户模式,显示未Switch>, 类似于cmd 阅读全文
posted @ 2023-04-23 18:32 ChuckLu 阅读(52) 评论(0) 推荐(0)
摘要: SQLite Reset Primary Key Field 回答1 Try this: delete from your_table; delete from sqlite_sequence where name='your_table'; SQLite Autoincrement SQLite 阅读全文
posted @ 2023-04-23 17:52 ChuckLu 阅读(34) 评论(0) 推荐(0)
摘要: difference between services section and client section under system.serviceModel The services section and client section under system.serviceModel in 阅读全文
posted @ 2023-04-20 13:38 ChuckLu 阅读(21) 评论(0) 推荐(0)
摘要: calibre - E-book management (calibre-ebook.com) 阅读全文
posted @ 2023-04-20 10:31 ChuckLu 阅读(90) 评论(0) 推荐(0)
摘要: What's PLinq? how to use it? PLinq stands for "Parallel LINQ", which is a parallel implementation of LINQ (Language-Integrated Query) in .NET. It allo 阅读全文
posted @ 2023-04-19 16:03 ChuckLu 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 399 下一页