Continue to use ClickHouse as TSDB
Continue to use ClickHouse as TSDB 邰翀 青云QingCloud 数据库研发工程师 ► Look back: Why we choose it ► Now: How we do ► Future: What we do Content Why we choose it Why we choose it Why we choose it0 码力 | 42 页 | 911.10 KB | 1 年前3Cache-Friendly Design in Robot Path Planning
(p) if prev[u] is not UNDEFINED: # if we have visited (u), ignore continue prev[u] ← p # otherwise, set predecessor of (u) (p) if prev[u] is not UNDEFINED: # if we have visited (u), ignore continue prev[u] ← p # otherwise, set predecessor of (u) if prev[u] is not UNDEFINED: # if we have visited (u), ignore 11 continue 12 prev[u] ← p # otherwise, set predecessor of (u)0 码力 | 216 页 | 10.68 MB | 5 月前3Debian 11 Linux Setup Guide
press Continue. • Select the user location and press Continue. 9 • Configure the keyboard by choosing the appropriate keyboard language and press Continue. • Enter a hostname for the system and select Continue. 10 • Enter a domain name and select Continue. If there is no domain in the environment just leave it blank. root password and select Continue. 11 • Enter a full name for the user and select Continue. • Enter a username to create a user and press Continue. 120 码力 | 37 页 | 4.57 MB | 1 年前3The Zig Programming Language 0.12.0 Documentation
type-erased pointers. void (none) Always the value void{} noreturn (none) the type of break , continue , return , unreachable , and while (true) {} type (none) the type of types anyerror (none) an 1234); try expect(values[4] == false); inline for (values, 0..) |v, i| { if (i != 2) continue; try expect(v); } try expect(values.len == 6); try expect(values.@"3"[0] == OK All 1 tests passed. Use continue to jump back to the beginning of the loop. test_while_continue.zig const expect = @import("std").testing.expect; test "while continue" { var i: usize = 0;0 码力 | 241 页 | 7.37 MB | 1 年前3Sender Patterns to Wrangle Concurrency in Embedded Devices
19schedule Sender Factories Functions that return senders. auto sndr = sched.schedule(); 1 20continue_on start_on let_value let_error let_stopped then sequence upon_error upon_stopped repeat repeat_n work. 22Composition auto comp = s1.schedule() | async::then([] { return 42; }) | async::continue_on(s2) | async::then([] (int i) { return std::to_string(i); }) ; 1 2 3 4 5 6 7 8 auto r = 10 23Composition auto comp = s1.schedule() | async::then([] { return 42; }) | async::continue_on(s2) | async::then([] (int i) { return std::to_string(i); }) ; 1 2 3 4 5 6 7 8 auto r =0 码力 | 106 页 | 26.36 MB | 5 月前3The Swift Programming Language
investment for developers and for Apple. Swift is a fantastic way to write iOS and OS X apps, and will continue to evolve with new features and capabilities. Our goals for Swift are ambitious. We can’t wait inside the switch case that matched, the program exits from the switch statement. Execution doesn’t continue to the next case, so there is no need to explicitly break out of the switch at the end of each with the absence of a value. In some cases, however, it is simply not possible for your code to continue execution if a value does not exist, or if a provided value does not satisfy certain conditions0 码力 | 525 页 | 4.68 MB | 1 年前3The Zig Programming Language 0.11.0 Documentation
error, then the try expression will return from main with the error. Otherwise, the program will continue. In this case, there are no more statements or expressions left to execute in the main function type-erased pointers. void (none) Always the value void{} noreturn (none) the type of break , continue , return , unreachable , and while (true) {} type (none) the type of types anyerror (none) an try expect(values[4] == false); 13 inline for (values, 0..) |v, i| { 14 if (i != 2) continue; 15 try expect(v); 16 } 17 try expect(values.len == 6); 18 try expect(values0 码力 | 238 页 | 7.80 MB | 1 年前3The Zig Programming Language 0.8.1 Documentation
error, then the try expression will return from main with the error. Otherwise, the program will continue. In this case, there are no more statements or expressions left to execute in the main function 2008 binary128 bool bool true or false void (none) 0 bit type noreturn (none) the type of break, continue, return, unreachable, and while (true) {} type (none) the type of types anyerror (none) an error 1234); try expect(values[4] == false); inline for (values) |v, i| { if (i != 2) continue; try expect(v); } try expect(values.len == 6); try expect(values.@"3"[0] ==0 码力 | 234 页 | 6.01 MB | 1 年前3The Zig Programming Language 0.7.1 Documentation
error, then the try expression will return from main with the error. Otherwise, the program will continue. In this case, there are no more statements or expressions left to execute in the main function 2008 binary128 bool bool true or false void (none) 0 bit type noreturn (none) the type of break, continue, return, unreachable, and while (true) {} type (none) the type of types anyerror (none) an error break"... OK All 1 tests passed. Use continue to jump back to the beginning of the loop. while.zig const expect = @import("std").testing.expect; test "while continue" { var i: usize = 0; while0 码力 | 225 页 | 5.74 MB | 1 年前3The Zig Programming Language 0.9.1 Documentation
error, then the try expression will return from main with the error. Otherwise, the program will continue. In this case, there are no more statements or expressions left to execute in the main function void Used for type-erased pointers. void (none) 0 bit type noreturn (none) the type of break , continue , return , unreachable , and while (true) {} type (none) the type of types anyerror (none) an try expect(values[4] == false); 13 inline for (values) |v, i| { 14 if (i != 2) continue; 15 try expect(v); 16 } 17 try expect(values.len == 6); 18 try expect(values0 码力 | 234 页 | 7.90 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100