自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 格式化代码 astyle 参数设置

C:\AStyle\bin\AStyle.exe --style=allman -k1 -U -W1 -t -xG -S -L -M120 -P -y -xb -j -xq -xS %fC:\AStyle\bin\AStyle.exe --style=allman -k1 -W1 -t -xG -S -L -M120 -P -y -xb -j -xq -xS %fhttps://w...

2019-05-02 17:01:27 908

转载 AStyle 批处理代码格式化

windows 下:AStyle.bat::转换结果中提示Cannotconverttomulti-bytestring...可无视 ::依赖程序是短小精悍的Astyle,当前版本ArtisticStyle2.03 ::载地址http://sourceforge.net/projects/astyle/files/astyle/...

2019-05-02 16:22:20 974

转载 C语言的强制类型转换

int i =0;unsigned  int length = 0;for (i=0;i<=length-1;i++)    printf(" error\n"  );这个比较会按照 0-1 按照unsigned int 是一个很大的值int i =0;unsigned  char length = 0;for (i=0;i<=length-1;i++)    printf(" err...

2018-07-01 21:51:01 1984

转载 费曼学习法 One can only learn by teaching.

1、概念2、讲述3、反馈4、简略

2018-06-12 13:58:42 390

空空如也

空空如也

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

TA关注的人

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