大约有 12,000 项符合查询结果(耗时:0.0278秒) [XML]

https://www.tsingfun.com/it/os... 

Linux查看进程已加载依赖模块列表信息 - 操作系统(内核) - 清泛网 - 专注C/...

Linux查看进程已加载依赖模块列表信息linux-proc-mapsps -elf | grep xxx(process name) 找到目标程序pidcat proc (pid) mapsOpenSuse下也以用 lsof -n 查看。 ps -elf | grep xxx(process name) #找到目标程序pid cat /proc/(pid)/maps OpenSuse下也以用 lsof -n 查...
https://www.tsingfun.com/it/os... 

Linux查看哪些进程被OOM killer干掉 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

Linux查看哪些进程被OOM killer干掉finding-which-process-was-killed-by-linux-oom-killergrep -i & 39;killed process& 39; var log messages 需要root权限dmesg -T | egrep -i & 39;killed process& 39; 无需知道日志位置,无需root权 grep -i 'killed process' /var/log/messa...
https://www.tsingfun.com/it/os_kernel/405.html 

Linux ftp上传文件 实战篇 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

Linux ftp上传文件 实战篇$ftp passive ls put get等Linux命令完成ftp文件上传下载。连接FTP命令: $ftp xx.xx.xx.xx username password ftp> passive (需要关闭passive模式,不然上传不了) 查看远程FTP服务器文件命令: ftp> ls 若ls卡住...
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.tsingfun.com/it/os_kernel/2686.html 

【解决】remctl.so: cannot open shared object file: No such file or dir...

【解决】remctl.so: cannot open shared object file: No such file or directory缺少lib库文件,apt安装即:apt-get install libremctl*缺少lib库文件,apt安装即: apt-get install libremctl* linux,remctl
https://bbs.tsingfun.com/thread-1792-1-1.html 

APP INVENTOR硬件交互学习教程06——硬件参数上报 - 创客硬件开发 - 清泛IT...

...要实现硬件参数上报,板子接收到指令,执行后反馈一个状态给APP。 1.界面组件 增加两个标签,一个布局,一个文本输入框 2.程序逻辑 增加接收处理和显示判断 3.arduino nano代码 // 引脚定义 const int ledPin1 =  5;//...
https://bbs.tsingfun.com/thread-2128-1-1.html 

MQTT订阅一次收不到事件触发,多次订阅以? - 用户反馈 - 清泛IT社区,为...

用户反馈,连接状态正常,在初始化中订阅一次,收不到数据事件触发。 每次点击订阅一次,就能收到。这个需要深入测试一下。
https://bbs.tsingfun.com/thread-2307-1-1.html 

CPU acceleration status: UT feature disabled in BIOS/UEFI - App Invent...

...ature disabled in BIOS/UEFI 86_64仿真当前需要硬件加速CPU加速状态:在BIOS/UEFI中禁用了UT功能 需要在主板中开启硬件加速功能,具体如何开启待整理,或者以直接问问 deepseek。
https://bbs.tsingfun.com/thread-1363-1-1.html 

华为手机安装 AI 伴侣或编译后 apk 出现“恶意应用”阻拦问题 - App Invent...

华为手机,鸿蒙系统能出现阻拦如图: 解决方法: 手机设置 安全 更多安全 外部来源应用下载打开,就以了 手机设置 系统和更新 纯净模式关闭也
https://bbs.tsingfun.com/thread-879-1-1.html 

mfc 禁止对话框改变大小 - C++ UI - 清泛IT社区,为创新赋能!

将Border改为“Dialog Frame”,相应地把最大、小化按钮灰掉。 若为“Resizing”则改变大小。 {:wabi:}