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

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/it/tech/1597.html 

LoadRunner中参数化技术详解 - 更多技术 - 清泛网 - 专注C/C++及内核技术

... Unique:唯一,所有虚拟户每次各取一值(不重复) 什么时候访问数据表完成数据更新? Each iteration:每次迭代以后 Each occurrence:每次出现参数 Once:每出现一个虚拟户 实例: 顺序 Sequential + Each iteration 第一次...
https://www.tsingfun.com/it/tech/506.html 

Google Tag Manager 入门指南 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...的是,All pages规则,可以自己添加,以和Tag关联,决定在什么条件下,加载指定的tag。 Macro: 宏,预定义的名称键值对,默认有:event,referrer,url三个宏,宏可以应在rule和tag里,rule里作为筛选条件,tag里会被替换成当前值...
https://www.tsingfun.com/it/tech/908.html 

Web API 最佳入门指南 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...示了Visual Studio构建.net项目的各种强大。 什么是 Web API 什么 Web API 功能简介 Web API vs MVC Web API vs WCF Web API 实战 (Web API + MongoDB + knockoutjs) 涉及技术 服务URI Pattern 准备工作 代码实现 什么是 Web API 官方定义如下...
https://www.tsingfun.com/it/cpp/2054.html 

C++ ADO Excel中RecordSet.Open打开记录的两个参数adOpenKeyset、adLockBat...

... 使仅向前游标。除了在记录中只能向前滚动外,与静态游标相同。当只需要在 Recordset 中进行一个传递时,它可提高性能。 1 adOpenKeyset 使键集游标。尽管从您的 Recordset 不能访问其他户删除的记录...
https://www.tsingfun.com/it/cpp/1966.html 

[源码实例] c/c++获取网卡mac地址 - C/C++ - 清泛网 - 专注C/C++及内核技术

...:#include "stdafx.h"#include <afx.h>#include < nb30.h > #pragma comment(lib,"netapi32.lib")typedef struct _ASTAT...代码如下: #include "stdafx.h" #include <afx.h> #include < nb30.h > #pragma comment(lib,"netapi32.lib") typedef struct _ASTAT_ { ADAPTER_STATUS adapt; NAME_BU...
https://www.tsingfun.com/ilife/idea/862.html 

新手程序员应该知道的7件事 - 创意 - 清泛网 - 专注C/C++及内核技术

...那些想要学习编程的人提的最佳建议就是,要学习编写良好的测试并且学习在进程早期就开始编写测试,”他在回信给我的邮件中这样写道。 5、积极应对变化和学习新系统 大家都知道,现在的技术变化很快。这不仅适于深...
https://www.tsingfun.com/it/tech/2003.html 

linux下iptables配置详解 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...olicy ACCEPT) target prot opt source destination 什么规则都没有. (2)清除原有规则. 不管你在安装linux时是否启动了防火墙,如果你想配置属于自己的防火墙,那就清除现在filter的所有规则. [root@tp ~]# iptables -F 清除...