git合并时冲突<<<<<<< HEAD

2019-09-26 13:25:38

<<<<<<< HEAD

new new new new code(自己的)

=======

old old old code (别人的,线上的)

>>>>>>> xxxxxxxxxxxxxxxxxxxxxxx

分析:head 到 =======里面的lalala是自己的commit的内容

=========到 >>>>>>里面的hehehe是下拉的内容

根据需要删除代码就行了  完事把<<<<<<<    =======      >>>>>>都删掉冲突就解决了


  • 2020-05-13 09:56:35

    Could not find method google() for arguments [] on repository container.

    1、打开项目根目录下android/gradle/wrapper/gradle-wrapper.properties 将distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip中的2.14.1改成4.1 ———————————————— 版权声明:本文为CSDN博主「peachesTao」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/taoerchun/article/details/93870941

  • 2020-05-13 10:05:23

    inline svg想写介绍以及使用

    inline svg是目前前端图标解决方案的最优解(当然不仅限于图标),而且使用方式也及其简单,只要将svg图标代码当成普通的html元素来使用即可