TCP端口连通性检测工具-tcping 2022年11月15日 小四 402 TCPING介绍tcping 是由美国人 Eli Fulkerson先生用C++ 编写的一个开源网络检测工具;你可以下载可执行文件, 也可以下载源码自行编译。Offical website: https://download.elifulkerson.c... 阅读全文 0 评论
C# Classes and Objects 2022年10月20日 小四 509 What is Classes in C#?ObjectsAccess Modifiershttps://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/access... 阅读全文 0 评论
C# Find the value of an element using the index 2022年10月16日 小四 469 IDEAUser input dataConvert to indexUsing index number fund element vauleOutput element vauleScreenshotCodeusing System; nam... 阅读全文 0 评论
C# Multidimensional Arrays 2022年10月04日 小四 416 C# Multidimensional ArraysAs discussed in the previous chapter, Arrays in C# will support multi-dimensional arrays. In c#, a m... 阅读全文 0 评论
C# String Contains Assessment 2022年10月03日 小四 619 Question:Create a complete C# program that will simulate a log-in process. If the username and password are both correct the pr... 阅读全文 0 评论
blob视频资源的简单提取 2022年09月30日 小四 1565 此博文记录了如何在网页中简单提取视频源地址的方法,起因是STS 课程中有一个Assessment是要观看影片去回答问题。Youtube没有资源,网页操作不方便,我想把他放到VLC中播放。软件环境Chrome浏览器VLC打开网络链接(视频源地址 M3U8)... 阅读全文 1 评论
Make a calculartor in c sharp 2022年09月25日 小四 604 Create an new windwos forms project.Design Size.Add panel. design panel color,size,style.Add button. calculartor button and ope... 阅读全文 0 评论
C# Syntax 2022年09月24日 小四 362 Example explainedLine 1: using System means that we can use classes from the System namespace.Line 2: A blank line. C# ignores ... 阅读全文 0 评论
JumpServer 开源堡垒机安装记录 2022年06月27日 小四 406 云服务器配置CPU 2核 - 内存 4GB - 系统盘 60GB Centos7.6安装docker#/bin/bash sudo yum install -y yum-utils sudo yum-config-manager --add-repo ... 阅读全文 0 评论
Intel UHD 630 Driver for Windows 7 2022年06月18日 小四 884 Intel UHD 630 Driver for Windows 7CPU: Intel® Core™ i7-8700Video: Intel UHD 630OS: Windows 7 64-bitDriver Downloadhttps://www.b... 阅读全文 0 评论
Steam客户端无法登录解决办法 2022年05月22日 小四 578 【Steam不再提供中国内地的CM服务器】CM(Connection Manager)服务器,用于 Steam 帐户登录认证、好友在线状态、聊天和游戏邀请等等方面。目前 Steam 获取的服务器列表已不存在中国内地服务器。由于steam不再提供中国内地的... 阅读全文 0 评论
Windows10 创建符号链接相关笔记 2022年03月10日 小四 530 为什么要创建符号链接部分游戏无法识别中文路径需要从第三方游戏库加载到官方游戏库节省时间提高效率使用Linkexe链接配置文件说明[Count] ;文件个数 FileCount=1 [PathInfo] ;SourceFile源文件相对于本exe所在目录 ... 阅读全文 0 评论