Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lingcoder/OnJava8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SonicMiso/OnJava8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 17, 2020

  1. 更改了移位运算符中较有误导性的描述

    “仅使用右侧的5 个低阶位” 中的“右侧”之前主语不明确,容易引起歧义。改为“仅使用右值的5 个低阶位” 则明确表示为等号右侧值的5个低阶位,使语义更清晰。
    SonicMiso authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    92354ee View commit details
    Browse the repository at this point in the history
  2. 翻译勘误

    ”数字的二进制表示称为有符号的两个补数。“这句的原文为“The binary representation of the numbers is referred to as signed twos complement”。这里的“2's complement” 为计算机术语“补码”,所以这句话应翻译为“数字的二进制表示形式是带符号的补码”。
    SonicMiso authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    448324c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. 内部类勘误

    row:913 原文为Calleel,这里可能将1写成了字母l
    row:1429 原文为LocalInnerClass$1LocalCounter.class,根据我的理解应该为LocalInnerClass$LocalCounter.class,请主编校对
    SonicMiso authored Jan 19, 2020
    Configuration menu
    Copy the full SHA
    25a214d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from LingCoder/master

    update project
    SonicMiso authored Jan 19, 2020
    Configuration menu
    Copy the full SHA
    891a32c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Update 14-Streams.md

    删除一个多余的换行
    SonicMiso authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    369e7fd View commit details
    Browse the repository at this point in the history
Loading