大约有 44,000 项符合查询结果(耗时:0.0302秒) [XML]
Win10 升级安装全攻略 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
Win10 升级安装全攻略Win10发布,免费升级,对于技术控的笔者当然要第一时间体验微软的巨作。笔者笔记本是正版的Win8.1,准备在线升级Win10,以下为详细安装过程...Win10发布,免费升级,对于技术控的笔者当然要第一时间体验微...
Windows2003 server 域的无缝切换及重新安装 - 操作系统(内核) - 清泛网 - ...
Windows2003 server 域的无缝切换及重新安装故障描述:Windows server 2003主域中毒杀毒后总是提示内存不够,及注册表报错分析域故障和修复注册表这个活基本上不是人干的,另辟蹊径...故障描述: Windows server 2003 主域中毒杀毒后 总是...
bat 写注册表详解 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
bat 写注册表详解实例:reg add "HKCU Software Microsoft Windows CurrentVersion Run" v "test" d "c: windows system32 regedit" f命令提示符...实例:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "test" /d "c:\windows\system32\regedit" /f
命令提示符 r...
分段机制、分页机制到底是什么? - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
分段机制、分页机制到底是什么?简单地说:线性地址- (分页)-> 逻辑地址- (分段) -> 物理地址两者都是寻址的一种间接方式,我们应用层只关心线性地址(看起来连续...简单地说:
线性地址 - (分页)-> 逻辑地址 - (...
解决:error while loading shared libraries: libpcre.so.1: cannot open ...
解决:error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directoryerror while loading shared libraries: xxx so 1: cannot open shared object file: No such file or directory错误原因是 error while loading shared libraries: xxx.so.1: cannot open...
OpenSUSE 升级最新系统步骤 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
OpenSUSE 升级最新系统步骤步骤如下: 添加镜像地址,如果需要的话(更快更稳定的更新源,或内网搭建的更新源) URL是源的地址,Alias是自定义的源的别名,-f 开启自动刷新zypper addrepo -f [URL] [Al 步骤如下:
#添加镜像地址,...
Linux btrfs 文件系统不稳定,不能用于生产环境 - 操作系统(内核) - 清泛网...
Linux btrfs 文件系统不稳定,不能用于生产环境经验之谈:Linux btrfs 文件系统不稳定,不能用于生产环境。btrfs文件系统,发展了近20年,但还是不稳定,生产环境不要使用,否则机器重启很可能导致文件系统变成只读了,而且数...
An operation on a socket could not be performed because the system lac...
An operation on a socket could not be performed because the system lacked sufficient buffer space(由于系统缓冲区空间不足,或者因为队列已满,不能执行套接字上的操作)An-operation-on-a-socket-could-not-be-performed-because-the-system-lacked-sufficient-buffer-space服务...
.a: error adding symbols: File format not recognized 原因 - 操作系统(...
.a: error adding symbols: File format not recognized 原因error-adding-symbols-file-format-not-recognizedLinux编译链接时报错:xxx a: error adding symbols: File format not recognized。也可能出现编译能通过,但ldd报链接失败不能运行。原因是:在低版本Linux GCC上...
Linux 程序莫名崩溃拉起,SIGPIPE信号导致(received signal SIGPIPE, Brok...
Linux 程序莫名崩溃拉起,SIGPIPE信号导致(received signal SIGPIPE, Broken pipe.)Linux 程序莫名崩溃拉起,SIGPIPE信号导致(received signal SIGPIPE, Broken pipe ),原因是没有捕获处理该信号导致。Linux 程序莫名崩溃拉起,SIGPIPE信号导致(receive...