自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 adb shell 出现 insufficient permissions for device

参考网址:http://hi.baidu.com/iceliushuai/blog/item/1e506160c5d01f48eaf8f801.html 出现如下错误信息: desktop:~$adb shell error: insufficient permissions for device desktop:~$ adb devices List of devices attached ?...

2020-03-06 11:38:50 124

原创 java 序列化的注意事项

匿名类、内部类即使实现了Serializable接口,也实现不了序列化。

2018-10-10 20:30:23 128

原创 [原创]解决ffmpeg-tutorial的噪声问题

int audio_decode_frame(AVCodecContext *aCodecCtx, uint8_t *audio_buf, int buf_size) { static AVPacket pkt; static uint8_t *audio_pkt_data = NULL; static int audio_pkt_size = 0; static AVFrame...

2018-05-15 20:53:05 577

转载 Ubuntu18.04下C++开发SDL2应用,ubuntu18.04sdl2

1 下载与安装到http://www.libsdl.org/下载http://www.libsdl.org/release/SDL2-2.0.8.zip源码解压后./configuremakesudo make install检查头文件:/usr/local/include/SDL2库位置:/usr/local/lib2 建立测试程序:3 编写编译命令build文件,内容如下:g++ sdl_ap...

2018-05-12 17:23:13 1053

转载 Sublime Text + CTags + Cscope (部分替代Source Insight)

CTags & cscope 下载: CTags+Cscope --- 我的百度云盘下载 http://pan.baidu.com/s/1gfyPnuN ctags58.zip --- src  http://jaist.dl.sourceforge.net/project/ctags/ctags/5.8/ctags58.zip cscope-win32/downloads -- G

2017-06-18 14:46:11 558

空空如也

空空如也

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

TA关注的人

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