Hadoop Shell 命令
0 码力 | 10 页 | 99.34 KB | 1 年前3firebird shell scripts de
Firebird Shell-Skripte Norman Dunbar, Mark Rotteveel, Martin Köditz Version 1.3-de, 31. Juli 2020 Inhaltsverzeichnis 1. Einleitung . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . erfolgreichen Installation von Firebird enthält das Verzeichnis /opt/firebird/bin eine Reihe nützlicher Shell-Skripte. Dieses Handbuch enthält Einzelheiten dazu, wofür diese Skripte bestimmt sind und wie sie https://www.firebirdsql.org/manual/pdl.html (HTML). Die Original-Dokumentation trägt den Titel Firebird Shell Scripts. Der ursprüngliche Autor der Original-Dokumentation ist: Norman Dunbar. Copyright © 2005-20200 码力 | 14 页 | 124.04 KB | 1 年前3The Zig Programming Language 0.12.0 Documentation
const stdout = std.io.getStdOut().writer(); try stdout.print("Hello, {s}!\n", .{"world"}); } Shell $ zig build-exe hello.zig $ ./hello Hello, world! Most of the time, it is more appropriate to write const std = @import("std"); pub fn main() void { std.debug.print("Hello, world!\n", .{}); } Shell $ zig build-exe hello_again.zig $ ./hello_again Hello, world! In this case, the ! may be omitted package documentation. The generated documentation is still experimental, and can be produced with: Shell zig test -femit-docs main.zig comments.zig const print = @import("std").debug.print; pub fn main()0 码力 | 241 页 | 7.37 MB | 1 年前3The Zig Programming Language 0.9.1 Documentation
stdout = std.io.getStdOut().writer(); 5 try stdout.print("Hello, {s}!\n", .{"world"}); 6 } Shell 1 $ zig build-exe hello.zig 2 3 $ ./hello 4 Hello, world! The Zig code sample above demonstrates @import("std").debug.print; 2 3 pub fn main() void { 4 print("Hello, world!\n", .{}); 5 } Shell 1 $ zig build-exe hello_again.zig 2 3 $ ./hello_again 4 Hello, world! Note that you can leave 6 7 //print("Hello?", .{}); 8 9 print("Hello, world!\n", .{}); // another comment 10 } Shell 1 $ zig build-exe comments.zig 2 3 $ ./comments 4 Hello, world! There are no multiline comments0 码力 | 234 页 | 7.90 MB | 1 年前3The Zig Programming Language 0.10.1 Documentation
stdout = std.io.getStdOut().writer(); 5 try stdout.print("Hello, {s}!\n", .{"world"}); 6 } Shell 1 $ zig build-exe hello.zig 2 3 $ ./hello 4 Hello, world! The Zig code sample above demonstrates @import("std").debug.print; 2 3 pub fn main() void { 4 print("Hello, world!\n", .{}); 5 } Shell 1 $ zig build-exe hello_again.zig 2 3 $ ./hello_again 4 Hello, world! Note that you can leave 6 7 //print("Hello?", .{}); 8 9 print("Hello, world!\n", .{}); // another comment 10 } Shell 1 $ zig build-exe comments.zig 2 3 $ ./comments 4 Hello, world! There are no multiline comments0 码力 | 239 页 | 8.03 MB | 1 年前3The Zig Programming Language 0.11.0 Documentation
stdout = std.io.getStdOut().writer(); 5 try stdout.print("Hello, {s}!\n", .{"world"}); 6 } Shell $ zig build-exe hello.zig $ ./hello Hello, world! The Zig code sample above demonstrates one way @import("std").debug.print; 2 3 pub fn main() void { 4 print("Hello, world!\n", .{}); 5 } Shell $ zig build-exe hello_again.zig $ ./hello_again Hello, world! Note that you can leave off the ! package documentation. The generated documentation is still experimental, and can be produced with: Shell zig test -femit-docs main.zig comments.zig 1 const print = @import("std").debug.print; 2 3 pub0 码力 | 238 页 | 7.80 MB | 1 年前3This Debian Reference (version 2.109)
system as a post-installation user’s guide. It covers many aspects of system administration through shell-command examples for non- developers. Debian Reference iii COLLABORATORS TITLE : Debian Reference . . . . . . . . . . . . 1 1.1.1 The shell prompt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1.2 The shell prompt under GUI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.4 The root shell prompt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 码力 | 266 页 | 1.25 MB | 1 年前3Apache Karaf 3.0.5 Guides
START Hit '' or type 'system:shutdown' or 'logout' to shutdown Karaf. karaf@root()> SOME SHELL BASICS You can now run your first command. Simply type the key in the console. karaf@root> *:feature *:instance *:jaas *:kar *:log *:package *:region *:service *:shell *:ssh addbundle addfilter addregion alias cancel cl clear clone config config:cancel -u Shows the update locations --help Display this help message --table Show bundles using a shell table -t Specifies the bundle threshold; bundles with a start-level less than this value will not 0 码力 | 203 页 | 534.36 KB | 1 年前3Apache Karaf Container 4.x - Documentation
4.x - Documentation 1. Overview 2. Quick Start 2.1. Prerequisites 2.2. Start the server 2.3. Shell console basics 2.4. Deploy a sample application 2.5. Stopping and uninstalling the sample application Job using the Whitebox-Service paradigm (recommended) 4.20.4. Schedule a new Job using the Gogo Shell 4.20.5. Schedule a command 4.20.6. Schedule a new Job using the Scheduler Service 4.20.7. Update branding-ssh.properties file to etc 5.5.1. Branding bundle 5.5.2. WebConsole 5.6. Extending 5.6.1. Shell commands 5.6.2. WebConsole 5.7. Using the karaf-maven-plugin 5.7.1. Packaging 5.7.2. Commands0 码力 | 370 页 | 1.03 MB | 1 年前3Debian Reference v2.124
l’utente. Copre molti aspetti dell’amministrazione di sistema attraverso esempi di uso di comandi di shell, pensati per chi non è sviluppatore. Debian Reference iii COLLABORATORI TITOLO : Debian Reference . . . . . . . 1 1.1.1 Il prompt di shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1.2 Il prompt di shell in una GUI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1.4 Il prompt di shell di root . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 10 码力 | 283 页 | 1.40 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100