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

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

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...

...pftrace-install 。 1、查看哪些程序(如head,tail)正在打开什么文件: # bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %s\n", comm, str(args->filename)); }' Attaching 1 probe... head /usr/lib/locale/locale-archive head /usr/share/locale/locale.alias head /us...
https://www.tsingfun.com/it/os... 

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...pftrace-install 。 1、查看哪些程序(如head,tail)正在打开什么文件: # bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %s\n", comm, str(args->filename)); }' Attaching 1 probe... head /usr/lib/locale/locale-archive head /usr/share/locale/locale.alias head /us...
https://www.tsingfun.com/it/os... 

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...

...pftrace-install 。 1、查看哪些程序(如head,tail)正在打开什么文件: # bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %s\n", comm, str(args->filename)); }' Attaching 1 probe... head /usr/lib/locale/locale-archive head /usr/share/locale/locale.alias head /us...
https://www.tsingfun.com/it/os... 

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...pftrace-install 。 1、查看哪些程序(如head,tail)正在打开什么文件: # bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %s\n", comm, str(args->filename)); }' Attaching 1 probe... head /usr/lib/locale/locale-archive head /usr/share/locale/locale.alias head /us...
https://www.tsingfun.com/ilife/idea/676.html 

“hello, world” 起源及其他 - 创意 - 清泛网 - 专注C/C++及内核技术

...hello world)、环境搭建成功后的第一个测试… 可是,为什么呢?为什么”hello, world”来做程序语言的入门程序,以及其他这一切的开始呢? hello, world 起源 可能还需要解释一下什么是“hello, world”:hello world是一个简短...
https://bbs.tsingfun.com/thread-514-1-1.html 

Mysql ibdata 丢失或损坏如何通过frm&ibd 恢复数据 - 爬虫/数据库 - 清...

...的那样,数据记录点不一致。我们看看之前ibd记录的点在什么位置。开始执行 import tablespace,报错 ERROR 1030 (HY000): Got error -1 from storage engine。找到mysql的错误日志,InnoDB: Error: tablespace id in file ‘.\test\weibo_qq0.ibd’ is 112, but in the Inn...
https://www.tsingfun.com/it/cpp/666.html 

C++及Windows异常处理(try,catch; __try,__finally, __except) - C/C++ - ...

... SEH异常处理模型中,异常被划分为两大类:系统异常和软件异常。其中软件异常通过RaiseException()函数抛出。RaiseException()函数的作类似于C++异常模型中的throw语句。 详细的请参看:http://www.cnblogs.com/wenziqi/archive/2010/08/26/1809074.h...
https://www.tsingfun.com/down/ebook/49.html 

莱昂氏unix源代码分析 PDF - 文档下载 - 清泛网 - 专注C/C++及内核技术

...286 12.7 文件sys2.c和sys3.c 287 12.8 文件sys4.c 287 第13章 软件中断 288 13.1 设置期望动作 288 13.2 对进程造成中断 288 13.3 作 289 13.4 跟踪 289 13.5 过程 289 13.5.1 期望动作的设置 289 13.5.2 造成软件中断 289 13.5.3 作 ...
https://www.tsingfun.com/it/tech/886.html 

快速开发CSS的利器LESS 系列教程 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...,使样式的嵌套方式进行书写。 简单的理解,混入是什么呢?比如在网页当中有多处的标题,一部分标题共同拥有一个特点,即超出显示为省略号。那么此时我们超出显示为省略号的代码是: .text-overflow { display:block;/*...
https://www.tsingfun.com/it/tech/1775.html 

Mysql ibdata 丢失或损坏如何通过frm&ibd 恢复数据 - 更多技术 - 清泛网 - ...

...的那样,数据记录点不一致。我们看看之前ibd记录的点在什么位置。开始执行 import tablespace,报错 ERROR 1030 (HY000): Got error -1 from storage engine。找到mysql的错误日志,InnoDB: Error: tablespace id in file ‘.\test\weibo_qq0.ibd’ is 112, but in...