修改Discuz 中 UC center的创始人密码 2023年09月18日 小四 298 . 进入discuz的安装目录,找到 ./uc_server/data/config.inc.php 文件可以通过FTP连接服务器,或者直接登录服务器操作使用下列两行替换 config.inc.php 文件中 UC_FOUNDERPW 和 UC_FOUN... 阅读全文 0 评论
有效的关闭Windows操作系统的更新 2023年07月23日 小四 314 为什么要关闭Windows更新微软有时候推送的更新会导致系统奔溃影响正常工作、资料丢失会有漏洞更新失败导致的各种问题关闭Windows更新之后会有什么影响无法自动更新驱动程式微软应用商店无法正常使用,微软商店的app 无法正常更新无法自动更新.Net 运... 阅读全文 0 评论
How to Get Your Website Up and Running on the Internet -2023 2023年05月31日 小四 396 Introduction:So, you've got an amazing website that you want to share with the world? Fantastic! But how do you actually get it... 阅读全文 0 评论
SQL Server installation note 2023年04月24日 小四 385 SQL Server installation noteSQL Server & SQL Server ManagerSQL Server Download (Choose SQL Server 2022 Developer)https://www.... 阅读全文 0 评论
ReIcon 一款桌面图标整理和布局软件 2023年03月05日 小四 391 Reicon非常易于使用。 设置您的图标,按照您喜欢它们的方式,保存布局,然后在需要时稍后还原该布局。 阅读全文 0 评论
Get the Old Right Click Menu Back in Windows 11 2023年02月24日 小四 399 Windows11 基本设置Windows11 鼠标右键显示更多选项以管理员权限运行终端在终端中输入以下内容 回车 系统会提示操作完成reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34a... 阅读全文 0 评论
打印服务器cups安装笔记 2023年01月20日 小四 999 CUP 安装笔记CUP 介绍CUPS 是Apple inc 开源的打印服务 ,你可以将它部署在您的局域网内,将打印机接入该服务器,其它工作站可以通过局域网来访问打印机。Official website:http://www.cups.org/index.... 阅读全文 0 评论
公有云安装Panabit 专业版笔记 2022年12月22日 小四 1506 公有云安装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日 小四 452 由于某些游戏在运行时候会检测显卡驱动版本,如果不是最新版本就需要更新,某些时候太麻烦了,索性使用批处理更改文件名来实现跳过显卡驱动版本检测。下面的示例以Windows操作系统为主。Tips: 将下面的命令保存为批处理(bat)格式的文件即可在Window... 阅读全文 0 评论
TCP端口连通性检测工具-tcping 2022年11月15日 小四 267 TCPING介绍tcping 是由美国人 Eli Fulkerson先生用C++ 编写的一个开源网络检测工具;你可以下载可执行文件, 也可以下载源码自行编译。Offical website: https://download.elifulkerson.c... 阅读全文 0 评论
C# Classes and Objects 2022年10月20日 小四 299 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日 小四 341 IDEAUser input dataConvert to indexUsing index number fund element vauleOutput element vauleScreenshotCodeusing System; nam... 阅读全文 0 评论