大约有 11,387 项符合查询结果(耗时:0.0134秒) [XML]

https://www.tsingfun.com/it/tech/1793.html 

Windows下通过端口号查找出对应的进程名称 - 更多技术 - 清泛网 - 专注C/C+...

Windows下通过端口号查找出对应的进程名称有时,看到电脑在监听一个端口,但不知道是哪个程序在监听此端口,此时就可以用下面的方法找出该应用程序。首先打开CMD窗口,运行netstat ...有时,看到电脑在监听一个端口,但不知...
https://www.tsingfun.com/it/tech/1884.html 

删除升级后系统备份文件,删除Windows.old,释放磁盘空间 - 更多技术 - 清...

删除升级后系统备份文件,删除Windows.old,释放磁盘空间直接右键删除的话,很可能删不掉,提升没权限等等。清理系统文件直接Windows.old文件夹右键删除的话,很可能删不掉,提升没权限等等。 下面介绍一种安全便捷的删除...
https://www.tsingfun.com/it/tech/2020.html 

Windows下如何关闭快速启动 - 更多技术 - 清泛网 - 专注C/C++及内核技术

Windows下如何关闭快速启动控制面板 -> 电源选项 -> 选择电源按钮的功能 -> 更改当前不可用的设置 -> 去掉勾选启用快速启动,截图如下:控制面板 -> 电源选项 -> “选择电源按钮的功能” -> “更改当前不可用的设置” -> 去掉勾选...
https://www.tsingfun.com/it/tech/2135.html 

[科普] __MACOSX是什么文件夹? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...aData”,这样做的目的是为了方便其它的Mac用户使用(就像Windows 会在图片目录下加入的Thumbs.db以方便显示预览图一样 )。 这些MetaData产生的文件就是”__MACOSX”,本身这些文件在Mac系统上是隐藏属性的,也的确方便了用户的操...
https://www.tsingfun.com/down/code/103.html 

MFC日历控件完全自绘MyCalendar Control - 源码下载 - 清泛网 - 专注C/C++及内核技术

...CtrlIntroductionThis article is about theMyCalendarcontrol programmed with Windows SDK. It is developed to be easy to ... Introduction This article is about the MyCalendar control programmed with Windows SDK. It is developed to be easy to use in different types of applications. It represents dates...
https://www.tsingfun.com/down/ebook/61.html 

用VC实现组态王数据的远程共享 - 文档下载 - 清泛网 - 专注C/C++及内核技术

...交换机制(Dynamic Data Exchange,DDE)。使用DDE通讯需要两个Windows应用程序,其中一...DDE:动态数据交换机制 交换机制 DDE是一种动态数据交换机制(Dynamic Data Exchange,DDE)。使用DDE通讯需要两个Windows应用程序,其中一个作为服务...
https://www.tsingfun.com/it/os... 

Windows下gitbash安装教程(Win11安装git命令) - 操作系统(内核) - 清泛网...

Windows下gitbash安装教程(Win11安装git命令)windows_gitbash_installgit官网下载安装包,地址:http: www git-scm com download 然后一路默认选项下一步安装完成即可。git官网下载安装包,地址:http://www.git-scm.com/download/ 然后一路默认选项“...
https://www.fun123.cn/referenc... 

编辑你的应用(复制和粘贴) · App Inventor 2 中文网

...它们。 从 nb182 版本开始,你可以通过按住平台特定键(Windows/Linux 上的 Ctrl,macOS 上的 Command)并单击其他组件来选择多个组件,此功能有时在 App Inventor 中称为多选。 当你选择多个组件时,属性面板将更新为仅显示所选组件...
https://stackoverflow.com/ques... 

Node.js/Windows error: ENOENT, stat 'C:\Users\RT\AppData\Roaming\npm'

I have Windows 7 32-bit. I installed the latest Node.js 32 bit. When I try to run the command npm install jquery , I receive the error: ...
https://stackoverflow.com/ques... 

How can I make a button redirect my page to another page? [duplicate]

... try <button onclick="window.location.href='b.php'">Click me</button> share | improve this answer | follow ...