自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

转载 Hello World程序样例

#include <stdio.h>int main(void){ printf("Hello, world!\n"); return 0;}#include <iostream>using namespace std;int main(){ cout << "Hello, world!" << endl;...

2019-09-09 10:46:00 165

转载 Software Toolbox

1Password7-ZipABBYY Screenshot Reader 11AdoptOpenJDKAquaSnapAtomAutoHotkeyBandicamBandizipBeyond CompareBracketscalibreCamtasia 2018ClipboardFusionCodeBlocksDBeaverDisplayFusion...

2019-09-08 08:40:00 223

转载 gcc 编译 hello.c 的四个阶段

目录 1 预处理阶段:预处理器(cpp) 2 编译阶段:编译器(ccl) 3 汇编阶段:汇编器(as) 4 链接阶段:链接器(ld) hello.c#include <stdio.h>int main(){ printf("hel...

2019-09-07 00:07:00 1785

转载 Learn Enough Command Line

目录 1 Basics 1.1 Running a terminal 1.2 Our first command 1.3 Man pages 1.4 Editing the line 1.5 Cleaning up 1.6 Summary...

2019-09-06 00:50:00 334

转载 Code::Blocks 使用 AStyle 格式化 C/C++ 代码

目录 AStyle Code::Blocks Source code formatter plugin Source code formatter (AStyle) shortcut AStyleA Free, Fast, and Small Automatic Form...

2019-09-03 23:43:00 141

转载 Markdown Reference

目录 CommonMark 强调 斜体 加粗 标题 链接 图片 引用 列表 无序列表 有序列表 代码 Inl...

2019-09-02 15:15:00 308

转载 Hello World

#include <stdio.h>int main(){ printf("hello, world!\n"); return 0;}转载于:https://www.cnblogs.com/typescript/p/11267494.html

2019-07-30 01:43:00 85

转载 How To Install MediaWiki on Ubuntu 18.04 LTS

目录 Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic How To Find your Server's Public IP Address ...

2019-07-29 23:25:00 472

转载 Vagrant Up and Running

目录 Install Vagrant Installing Vagrant Verifying the Installation Project Setup Box Up And SSH Synced Folders ...

2019-07-27 12:00:00 115

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除