close
The Wayback Machine - https://web.archive.org/web/20210909181728/https://github.com/jiaoqiyuan
Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report jiaoqiyuan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. bigdata note

    Java 33 22

  2. 廖雪峰java基础课程随堂代码及Java、JVM学习笔记

    Java 22 10

  3. Forked from EZLippi/Tinyhttpd

    tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。

    C 2

  4. Write the code when i learning pyhon

    Python

  5. 统计网卡下载速度并在终端显示

    Python

  6. algo Public

    Forked from wangzheng0822/algo

    Data Structure & Algorithm

    Python

161 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2021

Created 1 commit in 1 repository
Created 1 repository

Created a pull request in wangdoc/clang-tutorial that received 1 comment

fix typo error.

fix #20

+2 −2 1 comment
Opened 1 other pull request in 1 repository
wangdoc/clang-tutorial 1 merged

Created an issue in wangdoc/clang-tutorial that received 2 comments

运算符-> 逗号运算符 运算结果有点问题

x = 1, 2, 3; 上面示例中,逗号的优先级高于赋值运算符,所以会执行。由于逗号运算符返回最后一个表达式的值,所以变量x等于3。 x = 1, 2, 3; 执行后 x 的结果是 1,逗号的优先级高于赋值运算符 这句话有误,应该是 逗号的优先级低于赋值运算符,且按从左到右的顺序运算。所…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.