BumbleBee: build, deliver and run eBPF program smoothly like silk
Address: https://www.ebpf.top/post/bumblebee
1. Preface
not long ago, Solo.io The company announced open source on its official website blog, with a name of BumbleBee New project. The project focuses on simplifying the threshold for building eBPF tools and optimizing the use experience by packaging eBPF programs into OCI image , building, d ...
Added by DannyTip on Mon, 14 Feb 2022 03:00:34 +0200
Git Basics - tagging
Git Basics - tagging
Label
Like other version control systems (VCS), Git can label a submission in the warehouse history as important. Typically, people will use this function to mark publishing nodes (v1.0, v2.0, etc.). In this section, you will learn how to list existing tags, how to create and delete new tags, and what different types of ta ...
Added by audiodef on Sat, 22 Jan 2022 18:45:13 +0200
android native crash analysis and solution
Common errors:
Initialization error Array / iterator / pointer access out of bounds Access invalid / null pointer object Memory leak Parameter error stack overflow Type conversion error etc.
1. Log and its explanation:
Log collection already exists by default. If you test and collect logs yourself, you can directly: ADB logcat - B crash ...
Added by LAEinc. Creations on Fri, 21 Jan 2022 04:13:08 +0200
Compiling Open3D with windows 10
1, Relevant environment
System: windows10
CMake: 3.21.4
Visual Studio: 2019
Open3D: 0.12.0
2, Source code compilation
2.1 download source code
git clone --recursive https://github.com/intel-isl/Open3D
If the Internet is too slow, you can use the acceleration interface
git clone https://github.com.cnpmjs.org/isl-org/Open3D.git
# git clone htt ...
Added by bloodl on Thu, 20 Jan 2022 03:49:16 +0200