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

https://www.tsingfun.com/it/os_kernel/2651.html 

Win11 恢复传统右键菜单的方法 - 操作系统(内核) - 泛网 - 专注C/C++及内核技术

Win11 恢复传统右键菜单的方法通过修改注册表实现,方法如下:1、新建一个文件,命名为xxx reg,拷贝如下内容:Windows Registry Editor Version 5 00[HKEY_CURRENT_USER Software Classes CLSID {86ca1aa0 通过修改注册表实现,方法如下: 1、新...
https://www.tsingfun.com/it/os... 

OpenSuSE 安装dtrace - 操作系统(内核) - 泛网移动版 - 专注C++内核技术

OpenSuSE 安装dtraceOpenSuSE-dtrace-install官网:https: software opensuse org搜索 dtrace,选择:找到指定的版本ymp文件,这里以15 1为例:OCICLI https: software opensuse org ymp home:Dead_Mozay:gst openSUSE_Leap_15 1 systemtap-dtrace ymp--End--官网:https://software.opens...
https://www.tsingfun.com/it/os... 

OpenSuSE 安装dtrace - 操作系统(内核) - 泛网移动版 - 专注C++内核技术

OpenSuSE 安装dtraceOpenSuSE-dtrace-install官网:https: software opensuse org搜索 dtrace,选择:找到指定的版本ymp文件,这里以15 1为例:OCICLI https: software opensuse org ymp home:Dead_Mozay:gst openSUSE_Leap_15 1 systemtap-dtrace ymp--End--官网:https://software.opens...
https://www.tsingfun.com/it/tech/2660.html 

【解决】php7.x后报错Warning: Use of undefined constant PRE - assumed问...

【解决】php7.x后报错Warning: Use of undefined constant PRE - assumed问题解决此种问题其实也不是很难,只是报了Warning警告,我们只需要关闭PHP错误提示就行了。具体步骤如下:1、打开 php ini2、设置 error_reporting = E_ALL & ~E_DEPRECATED & 解决...
https://www.tsingfun.com/it/os... 

Linux修改主机名(不过需谨慎!) - 操作系统(内核) - 泛网 - 专注C/C++及内核技术

Linux修改主机名(不过需谨慎!)linux_modify_hostname1、Linux修改主机名的方法:hostnamectl 查看现在的主机名,等同于命令 hostnamectl statushostnamectl set-hostname <修改之后的主机名>这样就ok了,主机名就改成新 1、Linux修改主机名的...
https://www.tsingfun.com/it/os... 

OpenSuSE 安装dtrace - 操作系统(内核) - 泛网移动版 - 专注C++内核技术

OpenSuSE 安装dtraceOpenSuSE-dtrace-install官网:https: software opensuse org搜索 dtrace,选择:找到指定的版本ymp文件,这里以15 1为例:OCICLI https: software opensuse org ymp home:Dead_Mozay:gst openSUSE_Leap_15 1 systemtap-dtrace ymp--End--官网:https://software.opens...
https://www.tsingfun.com/it/cp... 

浮点数在内存中的表示 - C/C++ - 泛网 - 专注C++内核技术

浮点数在内存中的表示Float_Memory_Representation一般我们常见的字符型、整型在内存中采用标准的二进制存储,但是程序员往往容易忽略浮点数在内存中的储存方式,从而会导致一些误用,最常见的是浮点数等于零的判断。只有理解...
https://www.tsingfun.com/it/os... 

Linux升级OpenSSL的方法 - 操作系统(内核) - 泛网 - 专注C++内核技术

Linux升级OpenSSL的方法Linux_OpenSSL_upgrade1、先查看openssl版本:openssl version 通用命令,加 -a 参数显示更详细yum info openssl redhat系列的可以用dpkg-query -l & 39;openssl& 39; ubuntu 和debian可 1、先查看openssl版本: openssl version #通用命令...
https://www.tsingfun.com/it/os... 

OpenSuSE 安装dtrace - 操作系统(内核) - 泛网 - 专注C++内核技术

OpenSuSE 安装dtraceOpenSuSE-dtrace-install官网:https: software opensuse org搜索 dtrace,选择:找到指定的版本ymp文件,这里以15 1为例:OCICLI https: software opensuse org ymp home:Dead_Mozay:gst openSUSE_Leap_15 1 systemtap-dtrace ymp--End--官网:https://software.opens...
https://www.tsingfun.com/it/pr... 

Jenkins中集成gtest单元测试结果 - 项目管理 - 泛网 - 专注C++内核技术

Jenkins中集成gtest单元测试结果Jenkins-gtestgtest单元测试结果默认输出到控制台,那么我们如何把它集成到Jenkins系统中呢?1、让gtest运行结果输出到XML文件:mygtest --gtest_output=xml:result xml2、配置Jenkins构建后操 gtest单元测试结果默认...