自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小猪爱拱地

勤奋和毅力是通向成功的阶梯

  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

原创 Linux下查看二进制文件的工具

1. xxd:$ xxd test | head00000000: 7f45 4c46 0101 0100 0000 0000 0000 0000 .ELF............00000010: 0200 0300 0100 0000 e083 0408 3400 0000 ............4...00000020: f41b 0000 0000 0000 3400 2

2017-08-29 21:13:17 3908

原创 VLC播放没有视频输出

解决方法:export VDPAU_DRIVER=vdpau

2017-08-20 10:02:51 2075 1

原创 拷贝文件的时候显示进度

使用 rsync命令:rsync -ah --progress source dest

2017-08-19 02:38:14 2053

原创 解析天气信息

信息源是 openweathermap: https://openweathermap.org调用方式是: api.openweathermap.org/data/2.5/forecast?id=524901&APPID=1111111111其中, id是 city ID, APPID需要自己申请,注册一下账号即可自动创建一个默认的ID。city ID可以从头下面查询到:

2017-08-12 15:08:44 659

原创 -fvisibility=hidden的用法

man gcc: -fvisibility=[default|internal|hidden|protected] Set the default ELF image symbol visibility to the specified option---all symbols are marked with this unless overridden withi

2017-08-12 11:16:56 20936 1

转载 rdynamic参数的用法

man gcc: -rdynamic Pass the flag -export-dynamic to the ELF linker, on targets that support it. This instructs the linker to add all symbols, not only used ones, to the d

2017-08-12 10:51:29 3941

转载 Simple Class Serialization With JsonCpp

A recent project of mine necessitated that I find a way to share data between a client application written in C++ and a host application written in C#. After talking with the other programmer on the p

2017-08-09 00:44:46 339

转载 Accessing JSON Data with C++

IntroductionIn modern web development, JSON (JavaScript Object Notation) has surpassed XML (Extensible Markup Language) as the most popular format for structured data. Web applications usually rely

2017-08-09 00:05:51 630

空空如也

空空如也

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

TA关注的人

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