240 发简信
IP属地:四川
  • Android studio离线安装gradle.zip

    设置本地路径为 distributionUrl=file:///Users/用户/.gradle/wrapper/dists/gradle-7....

  • 客户端抓包软件

    弱网QNet 抓包HttpCannary DNS:Ping & DNS

  • shell中git 判断分支是否存在

    方法1: #!/bin/bash BRANCH='my-branch-name' git ls-remote --exit-code --hea...

  • git tag相关处理

    打tag git tag -a tag1.0 -m "tag1.0" git push origin tag1.0 删除tag git tag ...

  • Mac安装Homebrew的一直失败

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/in...

  • shell 判断上一条命令是否执行成功,通过$?

    ## 编辑文件 vi test.sh ## 脚本内容: cp setup.sh setup11.sh if [ $? -ne 0 ]; then...

  • C JNI 类型转换

    jint 转 jstring jintcno=2; char buf[64]; sprintf(buf, "%d",cno); std::str...

  • Resize,w 360,h 240
    gradle 构建流程

    转自:https://zhuanlan.zhihu.com/p/67842670