Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b92147

Browse files
author
zhangyanqiang
committed
Site updated: 2018年12月19日 10:18:22
1 parent 9e7af65 commit 6b92147

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

‎2018/12/17/C语言复习/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta property="og:site_name" content="Richard-zhang-iOS的博客">
8888
<meta property="og:description" content="第一步1234567#include &amp;lt;stdio.h&amp;gt;int main()&amp;#123; /* 我的第一个 C 程序 */ printf(&amp;quot;Hello, World! \n&amp;quot;); return 0;&amp;#125; 打开一个文本编辑器,添加上述代码。 保存文件为 hello.c。 打开命令提示符,进入到保存文件所在的目录。 键入 gcc hello.c,输">
8989
<meta property="og:locale" content="zh-Hans">
90-
<meta property="og:updated_time" content="2018年12月19日T02:16:38.217Z">
90+
<meta property="og:updated_time" content="2018年12月19日T02:18:09.500Z">
9191
<meta name="twitter:card" content="summary">
9292
<meta name="twitter:title" content="C语言复习">
9393
<meta name="twitter:description" content="第一步1234567#include &amp;lt;stdio.h&amp;gt;int main()&amp;#123; /* 我的第一个 C 程序 */ printf(&amp;quot;Hello, World! \n&amp;quot;); return 0;&amp;#125; 打开一个文本编辑器,添加上述代码。 保存文件为 hello.c。 打开命令提示符,进入到保存文件所在的目录。 键入 gcc hello.c,输">
@@ -513,11 +513,7 @@ <h3 id="位运算符"><a href="#位运算符" class="headerlink" title="位运
513513
<tr>
514514
<td style="text-align:left">\</td>
515515
<td style="text-align:left">(A \ B) 将得到 61,即为 0011 1101</td>
516-
<td>按位或运算符,按二进制位进行"或"运算。运算规则:`0/</td>
517-
<td>0=0; 0/</td>
518-
<td>1=1; 1/</td>
519-
<td>0=1; 1/</td>
520-
<td>1=1;`</td>
516+
<td>按位或运算符,按二进制位进行"或"运算。运算规则:<code>00円=0; 01円=1; 10円=1; 11円=1;</code></td>
521517
</tr>
522518
<tr>
523519
<td style="text-align:left">^</td>

‎css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ pre .javascript .function {
18231823
width: 4px;
18241824
height: 4px;
18251825
border-radius: 50%;
1826-
background: #8e2e52;
1826+
background: #ff053d;
18271827
}
18281828
.links-of-blogroll {
18291829
font-size: 13px;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /