240 发简信
IP属地:山东
  • windows10安装python3.12

    1,下载https://www.python.org/downloads/ 2,安装包下载python-3.12.0-amd64.exe 3,安...

  • app预装dex2oatd错误

    dex2oatd F 04-10 16:23:39 7749 7749 method_verifier.cc:5125] Verificat...

  • 安装python3.8

    1,官网下载python3.8版本:https://www.python.org/downloads/ 2,解压缩 $ tar -xf Pyth...

  • ld.lld: error: unable to find library -luuid

    ubuntu编译kernel出错ld.lld: error: unable to find library -luuid sudo apt-ge...

  • Resize,w 360,h 240
    移动智能终端安全能力分级

    最近有工作需要查了一下移动智能终端安全能力分级的相关内容,留存记录。 根据移动智能终端所支持的安全能力的程度,将移动智能终端安全能力自低到高划分...

  • git patch相关命令收集

    1, //生成从当前commit往前x个commit的patch文件 git format-patch -x //默认有几个commit就会生成...

  • project git sync是否完整检查

    通过查看git sync结束后的md5sum可以检查代码是否sync完整。 repo forall -c git log -1 --pretty...

  • win7右键添加Dos快捷入口

    复制如下内容保存为Dos.reg,然后双击运行即可。 [HKEY_CLASSES_ROOT\Folder\shell\Open_DOS_Box]...

  • xml注释方法

    1,单行注释 <!-- 注释内容 --> 2,多行注释 <!-- 注释内容(不包含注释内容) --> 3,多行注释 <![CDATA...