240 发简信
IP属地:上海
  • ffmpeg 添加 sps pps

    分离某些封装格式(例如MP4/FLV/MKV等)中的H.264的时候,需要首先写入SPS和PPS,否则会导致分离出来的数据没有SPS、PPS而无...

  • SSH免密码登陆和免ip连接

    1.本地设置 我们假设原来在~/.ssh目录下已经生成了一个密钥对: 1.1 生成第二个key 接下来我们生成第二个ssh key: 这里不要一...

  • 《高效15法则谷歌、苹果都在用的深度工作法》笔记

    秘诀一:时间是你最宝贵也是最稀缺的资源。秘诀二:确定你最重要的任务,并且将它放在其他事情之前完成。秘诀三:根据日程表来做事而不要根据任务清单。秘...

  • Linux下Valgrind的使用笔记

    1.安装 sudo apt-get install valgrind 2.valgrind命令的格式: 3.运行 生成可执行程序 执行valgr...

  • CMake使用笔记

    1.文件组织结构 2.根目录中的CMakeList.txt 3.math目录下的CMakeList.txt 4.other目录下的CMakeLi...

  • 使用maryas从音频文件(.wav)提取特征生成arff

    Marsyas User Manual: http://marsyas.info/doc/manual/marsyas-user/index.h...

  • 345. Reverse Vowels of a String

    1.描述 Write a function that takes a string as input and reverse only the ...

  • 344. Reverse String

    1.描述 Write a function that takes a string as input and returns the strin...

  • 342. Power of Four

    1.描述 Given an integer (signed 32 bits), write a function to check whethe...