Git Product home page Git Product logo

memo's People

Watchers

 avatar  avatar

memo's Issues

git

删除本地分支

#  which would delete the local branch, only if you 
# have already pushed and merged it with your remote branches
git branch -d branch_name   
git branch -D branch_name  // --delete --force

ERROR: output '_coverage/_coverage_report.dat' was not created

problem

WARNING: There was no coverage found.
ERROR: output '_coverage/_coverage_report.dat' was not created
ERROR: not all outputs were created or valid
INFO: Elapsed time: 1047.196s, Critical Path: 489.65s
INFO: 2124 processes: 2123 processwrapper-sandbox, 1 worker.
  • add args: --action_env=COVERAGE_MAPPING_DIR_ENTRY=${project} in bazel command
  • sample:
bazel coverage --build_tests_only --test_lang_filters=-py --instrument_test_targets --coverage_report_generator="@bazel_tools//tools/test/CoverageOutputGenerator/java/com/google/devtools/coverageoutputgenerator:Main" --action_env=COVERAGE_MAPPING_DIR_ENTRY=myproject --combined_report=lcov -- //myproject/... -//myproject/util/test:FileUtilTest

tcpdump

  • tcpdump host xxxx and ip xxx.x.x.x -iany -a
    • -iany: 所有网卡,也ifconfig指定一个网卡
    • -a: 打印content

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.