打印服务器cups安装笔记 2023年01月20日 小四 1208 CUP 安装笔记CUP 介绍CUPS 是Apple inc 开源的打印服务 ,你可以将它部署在您的局域网内,将打印机接入该服务器,其它工作站可以通过局域网来访问打印机。Official website:http://www.cups.org/index.... 阅读全文 0 评论
公有云安装Panabit 专业版笔记 2022年12月22日 小四 1660 公有云安装Panabit 专业版 笔记Release date: Dec 22,2022 Th . Panabit Version: R0.00[TANG(大唐)r3],Build date 20221031.132102 [Linux 3.10]Aut... 阅读全文 1 评论
批处理跳过显卡驱动版本检测 2022年11月17日 小四 529 由于某些游戏在运行时候会检测显卡驱动版本,如果不是最新版本就需要更新,某些时候太麻烦了,索性使用批处理更改文件名来实现跳过显卡驱动版本检测。下面的示例以Windows操作系统为主。Tips: 将下面的命令保存为批处理(bat)格式的文件即可在Window... 阅读全文 0 评论
TCP端口连通性检测工具-tcping 2022年11月15日 小四 318 TCPING介绍tcping 是由美国人 Eli Fulkerson先生用C++ 编写的一个开源网络检测工具;你可以下载可执行文件, 也可以下载源码自行编译。Offical website: https://download.elifulkerson.c... 阅读全文 0 评论
C# Classes and Objects 2022年10月20日 小四 347 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日 小四 395 IDEAUser input dataConvert to indexUsing index number fund element vauleOutput element vauleScreenshotCodeusing System; nam... 阅读全文 0 评论
C# Multidimensional Arrays 2022年10月04日 小四 330 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日 小四 508 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日 小四 1323 此博文记录了如何在网页中简单提取视频源地址的方法,起因是STS 课程中有一个Assessment是要观看影片去回答问题。Youtube没有资源,网页操作不方便,我想把他放到VLC中播放。软件环境Chrome浏览器VLC打开网络链接(视频源地址 M3U8)... 阅读全文 1 评论
Make a calculartor in c sharp 2022年09月25日 小四 446 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日 小四 286 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日 小四 317 云服务器配置CPU 2核 - 内存 4GB - 系统盘 60GB Centos7.6安装docker#/bin/bash sudo yum install -y yum-utils sudo yum-config-manager --add-repo ... 阅读全文 0 评论