240 发简信
IP属地:宁夏
  • 浅析三大航空2021-07-28

    最近在读《巴菲特之道》,下面尝试把巴菲特选企业的准则套用到三大航空公司上。 1. 企业准则: 1.1 简单易懂主要业务为航空客运,航空货运。主要...

  • 硬盘空间不足导致程序崩溃

    硬盘空间不足导致程序崩溃 最近发现一个问题,在硬盘空间耗尽的时候,我们的应用程序会崩溃。 调试后发现,我们会调用fclose()去关闭当前文件,...

  • python 正则表达式 regex

    正则表达式对于字符串的处理非常高效 简单的使用如下: 用 import re 导入正则表达式模块python所有正则表达式的函数都在re模块中 ...

  • 编译安装protobuf 详细步骤 Ubuntu

    编译安装protobuf-Ubuntu 需要工具: autoconf, automake, libtool, make, g++, unzip ...

  • git remote 从其他仓库pull

    git remote 就是用来管理 "remotes"的。 remote 是什么呢? 简单的来讲就是另一个git 仓库(git reposito...

  • gmock 设置输出参数 SetArgPointee

    gmock真是很好用! 例子如下: MOCK_METHOD1(test, void(void** data)); char ch = 'm'; ...

  • Ubuntu下查看安卓动态库依赖关系

    用ldd查看,居然报错: : error while loading shared libraries: /usr/lib/x86_64-lin...

  • unbuntu install ndk 安装ndk

    先到想要的路径 cd /opt 从谷歌官方下载工具压缩包 wget -c https://dl.google.com/android/repos...

  • install git lfs on ubuntu

    sudo apt-get install software-properties-common sudo curl -s https://pac...