您的位置:首页 > 其它

在CSDN博客的初次试水

2016-10-28 15:02 253 查看

首先

我想说一下,CSDN的MarkDown编辑器不是一般的好用。

惊得我下巴都掉了。

比如

像这种C语言代码,可以这样显示:

#include "stdio.h"
int main(){
printf("Hello World!");
return 0;
}


还有Linux Shell:

cd /opt
sudo chmod -R 777 test_dir
cd test_dir
./configure
make
make install


我的天还支持Python

everthing = 42
print everything
print "Hello World!"


这是要成精啊!!!

html:

<p class="test_class">颤抖吧!凡人!</p>


当然我只是测试了很小、很小的一部分功能:

function test(){
console.log("Hello World!");
}


啊!这个代码高亮看得我这个爽!

所以今天决定

以后不定期在这里发布我遇到的各种坑

问题基本以嵌入式软件开发方面的东西为主

什么Linux基础啊,Shell脚本啦什么的。

注意:包括,但不限于。

就说这些。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  csdn博客