Debian 新維護人員手冊2在 Debian Reference (http://www.debian.org/doc/manuals/debian-reference/) 中,你可以瞭解到使用 Debian 系統的一些基本信息和關於 Unix 編程 的一些指引。 Debian 新維護人員手冊 2 / 57 • 友好合作是我們前行的動力。 – 你的貢獻不應致使他人過勞。 – 只有當別人欣賞你的貢獻時,它才真正有價值。 upstream version (version), Debian revision (revision), 或者 version (version-revision)。關於 Debian 修訂號 如何增長的信息,請參見節 8.1Debian revision 。 1⁶以下默認你以 Bash 作爲登陸 shell。如果你使用其他的 shell,例如 Z shell,那就使用它們的配置文件代替這裏提到的 ~/ mkdir $d/debian/patches; fi fi 參見 quilt(1) 以及 /usr/share/doc/quilt/quilt.pdf.gz 來獲取有關 quilt 命令用法的信息。 3.2 修復上游 Bug 假設你在上游的 Makefile 檔案中找到了一個錯誤,其中的 install: gentoo 應該修正為 install: gentoo-target 。 install:0 码力 | 63 页 | 512.12 KB | 1 年前3
Blender v2.92 参考手册(繁体中文版)Paint Mode Introduction Weight Paint Tools Brush Weights Menu Object Mode Convert to Geometry Trace Images to Grease Pencil Introduction Grease Pencil is a particular type of Blender object that allow be assigned as weights in the vertex groups. Object Mode Convert to Geometry Options Example Trace Images to Grease Pencil Usage Options Mode: Menu: Convert to Geometry Reference Object Mode Object the above example can be found here. Mode: Menu: Trace Images to Grease Pencil Reference Object Mode Object ‣ Trace Images to Grease Pencil The Trace Images to Grease Pencil tool traces a black and white0 码力 | 3868 页 | 198.83 MB | 1 年前3
Julia 1.12.0 RC1. . . . . . . . . . . . . . . . . . . . . . . . . 446 34 Stack Traces 448 34.1 Viewing a stack trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 448 34.2 Extracting useful information were to profile dumbsum3, and a backtrace was taken while it was executing dumbsum(1), the back- trace would look like this: dumbsum3 dumbsum(3) dumbsum(2) dumbsum(1) Consequently, this child function Julia 1.8 This functionality requires at least Julia 1.8. The allocation profiler records the stack trace, type, and size of each allocation while it is running. It can be invoked with Profile.Allocs.@profile0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta4. . . . . . . . . . . . . . . . . . . . . . . . . 445 34 Stack Traces 447 34.1 Viewing a stack trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 34.2 Extracting useful information were to profile dumbsum3, and a backtrace was taken while it was executing dumbsum(1), the back- trace would look like this: dumbsum3 dumbsum(3) dumbsum(2) dumbsum(1) Consequently, this child function Julia 1.8 This functionality requires at least Julia 1.8. The allocation profiler records the stack trace, type, and size of each allocation while it is running. It can be invoked with Profile.Allocs.@profile0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta3. . . . . . . . . . . . . . . . . . . . . . . . . 445 34 Stack Traces 447 34.1 Viewing a stack trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 34.2 Extracting useful information were to profile dumbsum3, and a backtrace was taken while it was executing dumbsum(1), the back- trace would look like this: dumbsum3 dumbsum(3) dumbsum(2) dumbsum(1) Consequently, this child function Julia 1.8 This functionality requires at least Julia 1.8. The allocation profiler records the stack trace, type, and size of each allocation while it is running. It can be invoked with Profile.Allocs.@profile0 码力 | 2057 页 | 7.44 MB | 3 月前3
julia 1.12.0 beta1. . . . . . . . . . . . . . . . . . . . . . . . . 445 34 Stack Traces 447 34.1 Viewing a stack trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 34.2 Extracting useful information were to profile dumbsum3, and a backtrace was taken while it was executing dumbsum(1), the back- trace would look like this: dumbsum3 dumbsum(3) dumbsum(2) dumbsum(1) Consequently, this child function Julia 1.8 This functionality requires at least Julia 1.8. The allocation profiler records the stack trace, type, and size of each allocation while it is running. It can be invoked with Profile.Allocs.@profile0 码力 | 2047 页 | 7.41 MB | 3 月前3
julia 1.13.0 DEV. . . . . . . . . . . . . . . . . . . . . . . . . 445 34 Stack Traces 447 34.1 Viewing a stack trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 34.2 Extracting useful information were to profile dumbsum3, and a backtrace was taken while it was executing dumbsum(1), the back- trace would look like this: dumbsum3 dumbsum(3) dumbsum(2) dumbsum(1) Consequently, this child function Julia 1.8 This functionality requires at least Julia 1.8. The allocation profiler records the stack trace, type, and size of each allocation while it is running. It can be invoked with Profile.Allocs.@profile0 码力 | 2058 页 | 7.45 MB | 3 月前3
Comprehensive Rust(繁体中文)logger::init( logger::Config::default() .with_tag_on_device("rust") .with_min_level(log::Level::Trace), ); debug!("Starting program."); info!("Things are going fine."); error!("Something went wrong!"); address range. let uart = unsafe { Uart::new(PL011_BASE_ADDRESS) }; logger::init(uart, LevelFilter::Trace).unwrap(); info!("main({x0:#x}, {x1:#x}, {x2:#x}, {x3:#x})"); assert_eq!(x1, 42); system_off::() crate::pl011::Uart; use arm_gic::gicv3::GicV3; use core::panic::PanicInfo; use log::{error, info, trace, LevelFilter}; use smccc::psci::system_off; use smccc::Hvc; /// Base addresses of the GICv3. const 0 码力 | 358 页 | 1.41 MB | 10 月前3
Julia 1.11.4. . . . . . . . . . . . . . . . . . . . . . . . . 435 34 Stack Traces 437 34.1 Viewing a stack trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 437 34.2 Extracting useful information were to profile dumbsum3, and a backtrace was taken while it was executing dumbsum(1), the back- trace would look like this: dumbsum3 dumbsum(3) dumbsum(2) dumbsum(1) Consequently, this child function Julia 1.8 This functionality requires at least Julia 1.8. The allocation profiler records the stack trace, type, and size of each allocation while it is running. It can be invoked with Profile.Allocs.@profile0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . 435 34 Stack Traces 437 34.1 Viewing a stack trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 437 34.2 Extracting useful information were to profile dumbsum3, and a backtrace was taken while it was executing dumbsum(1), the back- trace would look like this: dumbsum3 dumbsum(3) dumbsum(2) dumbsum(1) Consequently, this child function Julia 1.8 This functionality requires at least Julia 1.8. The allocation profiler records the stack trace, type, and size of each allocation while it is running. It can be invoked with Profile.Allocs.@profile0 码力 | 2007 页 | 6.73 MB | 3 月前3
共 22 条
- 1
- 2
- 3













