zoukankan      html  css  js  c++  java
  • [官方]Beyond Compare里面 二进制比较的含义.

    Content Comparisons

    Actions > Compare Contents

    In the Actions menu, the Compare Contents command performs content comparisons on the selected pairs of files to determine if they match.

    Content comparison methods

    CRC comparison compares files using their CRC values.

    Binary comparison compares files byte-by-byte.

    Rules-based comparison compares files based on their file format associations.  It allows you to define unimportant differences, such as changes in whitespace or source code comments.  A rules-based comparison can also ignore differences in file encoding or line endings.

    Results of content comparisons

    CRC and Binary comparisons return one of these results:

    Binary same

    The files are exactly the same.

    Binary differences

    At least one byte is different between the files.

    Rules-based comparisons have a built-in binary comparison and return one of these results:

    Binary same

    The files are exactly the same.

    Rules-based same

    The files have binary differences, such as character encoding, that can be ignored.

    Unimportant differences

    A rules-based comparison found only unimportant differences.

    Important differences

    A rules-based comparison found important differences.

    When content comparisons are performed

    Content comparisons are performed:

    · when a folder session is loaded, and its session settings call for automatic content comparisons
    · explicitly, when the Compare Contents command is used
    · when a pair of files is opened in a file session
  • 相关阅读:
    【从零开始学Spring笔记】Spring学习路线
    【从零开始学Java笔记】目录
    【超详细全过程】安装IntelliJ IDEA下载
    【超详细全过程】JavaEE 开发环境安装全过程(jdk+tomcat+eclipse)
    【超详细全过程】安装MySQL+Navicat
    Eclipse更新maven项目仓库依赖
    变量
    二进制
    JVM虚拟机查找类文件的顺序
    JRE、JDK概述
  • 原文地址:https://www.cnblogs.com/jinanxiaolaohu/p/13807452.html
Copyright © 2011-2022 走看看