书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 1018 个相关结果.
  • merge与no-ff merge

    671 2019-12-09 《Git速查手册》
    git 的 merge 与 no-ff merge 的不同之处 证明 git 的 merge 与 no-ff merge 的不同之处 通常,合并分支时,如果可能,Git 会用Fast forward 模式,但这种模式下,删除分支后,会丢掉分支信息。如果要强制禁用Fast forward 模式,Git 就会在merge 时生成一个新的commit ,这...
  • git 的 merge 与 no-ff merge 的不同之处

    286 2022-09-23 《Git速查手册》
    说明 通常,合并分支时,如果可能,Git 会用Fast forward 模式,但这种模式下,删除分支后,会丢掉分支信息。如果要强制禁用Fast forward 模式,Git 就会在merge 时生成一个新的commit ,这样,从分支历史上就可以看出分支信息。 简单的来说,ff模式会将分支历史整理成一条支线,看不出合并的分支信息,但no-ff模式会显示...
  • 故障排查

    2832 2018-02-01 《SDN网络指南》
    eBPF故障排查 内存限制 开启BPF JIT ELF二进制文件 提取eBPF-JIT代码 eBPF故障排查 内存限制 eBPF map使用固定的内存(locked memory),但默认非常小,可以通过调用setrlimit(2) 来增大RLIMIT_MEMLOCK 。如果内存不足,bpf_create_map 会返回EPERM (Op...
  • 实验:Linux路由

    2019 2020-01-31 《Linux网络编程》
    实验:Linux路由 环境 步骤 附录 ant bee cicada 下一步 实验:Linux路由 本实验将一台 Linux 服务器配置成可转发 IP 报文的路由器,并观察报文转发行为。通过实验,读者可进一步加深对协议栈 网络层 的理解,明确 IP协议 全局寻址 和 数据路由 两大核心功能,理解路由表的工作原理并掌握相关工具命令...
  • pageinspect

    Installing and Registering the Module Upgrading the Module Module Documentation Greenplum Database Considerations Greenplum-Added Functions Examples The pageinspect module ...
  • Using pod-level bonding for secondary networks

    Using pod-level bonding Configuring a bond interface from two SR-IOV interfaces Creating a bond network attachment definition Creating a pod using a bond interface Using pod-...
  • ip

    1163 2020-01-31 《Linux网络编程》
    ip 网络设备 查看网卡信息 启用禁用 网卡混杂模式 地址 下一步 参考文献 ip ip 是一个用来查询或者维护 路由 (Routing )、网络设备 ( Device )、 策略路由 ( Policy Routing )以及 隧道 ( Tunnel )的网络工具。 本文提供一些用法实例,详细文档请查看手册: ip(...
  • 练习 25:网络:配置文件,/etc/network/interfaces

    练习 25:网络:配置文件,/etc/network/interfaces 这样做 你会看到什么 解释 附加题 练习 25:网络:配置文件,/etc/network/interfaces 原文:Exercise 25. Networking: configuration files, /etc/network/interfaces ...
  • ip 网络配置工具

    ip 补充说明 语法 选项 参数 实例 ip 网络配置工具 补充说明 ip命令 用来显示或操纵Linux主机的路由、网络设备、策略路由和隧道,是Linux下较新的功能强大的网络配置工具。 语法 ip (选项)(参数) Usage : ip [ OPTIONS ] OBJECT { COMMAND | help ...
  • ip 网络配置工具

    ip 补充说明 语法 对象 选项 实例 ip 网络配置工具 补充说明 ip命令 用来显示或操纵Linux主机的路由、网络设备、策略路由和隧道,是Linux下较新的功能强大的网络配置工具。 语法 ip (选项)(对象) Usage : ip [ OPTIONS ] OBJECT { COMMAND | help ...