The Main Points of C++
The Main Points of C++ Misha4.2 Point4.2 Point, as in:1. Just one point (dot) 3-4 .1. Just one point (dot) • In floating-point literals 4.2 .2 4. followed by suffix or exponent (e or p) .1. Just access operators • Member of object • Pointer to member of object • In module names export module Main.SubM.SubSubM; “Dots have no intrinsic meaning, however they are used informally to represent hierarchy0 码力 | 34 页 | 344.31 KB | 5 月前3The Goal - A Process of Ongoing Improvement
The Goal - A Process of Ongoing Improvement Plot Summary Alex Rogo is a harried plant manager working ever more desperately to try improve performance. His factory is rapidly heading for disaster part spends waiting for a resource, while the resource is preparing itself to work on the part ● Process time - the amount of time the part spends being modified into a new, more valuable form ● Queue bottlenecks. If we reduce batch sizes by half, we also reduce by half the time it will take to process a batch. That means we reduce queue and wait by half as well. Reduce those by half, and we reduce0 码力 | 6 页 | 100.81 KB | 5 月前3bpfbox: Simple Precise Process Confinement with eBPF and KRSI
bpfbox: Simple Precise Process Confinement with eBPF and KRSI William Findlay October 28, 2020 bpfbox at a Glance ▶ bpfbox is a novel process confinement mechanism for Linux using eBPF ▶ Users write Motivation ▶ Existing process confinement mechanisms are complex seccomp-bpf Unix DAC Namespaces Cgroups Capabilities Namespaces Unix DAC seccomp-bpf ▶ Existing process confinement mechanisms are prototyping ▶ Safe production deployment of new security solutions We have an opportunity to rethink process confinement from the ground up. 3 / 7 bpfbox Implementation ▶ Userspace daemon using the Python30 码力 | 8 页 | 528.12 KB | 1 年前3How Meta Made Debugging Async Code Easier with Coroutines and Senders
process_file(...) pool.run() _clone … … process_file(...) pool.run() _clone … … process_file(...) pool.run() _clone … … Stack Traces for Async Code are Unhelpful Threadpool threads: #0 process_file(...) #5 pool.run() #10 __clone … … IO Thread: #0 async_read_some_at(...) #3 ctx.run() #5 __clone … … Main thread: #0 unifex::sync_wait( unifex::sync_wait(...) #4 main() #7 __libc_start_main() … …What would be better? Threadpool threads: #0 process_file(...) #5 pool.run() #10 … IO Thread: … #0 async_read_some_at(0 码力 | 131 页 | 907.41 KB | 5 月前3Build web application with Golang
principles Build a simple web server How Go works with web Get into http package Summary HTTP Form Process form inputs Validation of inputs Cross site scripting Duplicate submissions File upload Summary Then we install Go using the following commands: gvm install go1.8.3 gvm use go1.8.3 After the process has finished, you're all set. apt-get Ubuntu is the most popular desktop release version of Linux package, you should create a new folder in the src directory, with the notable exception of main, for which main folder creation is optional. Folder names are usually the same as the package that you are0 码力 | 327 页 | 1.63 MB | 1 年前3The Way To Go - 2012
............................................................................................1 1.2 Main characteristics, context and reasons for developing a new language ...................4 1.2.1 Languages com/ (To install it on your local machine, use: go install go-tour.googlecode.com/ hg/gotour). 1.2 Main characteristics, context and reasons for developing a new language 1.2.1 Languages that influenced and thus fast compilation, fast execution, ease of programming. 1.2.3 Targets of the language A main target was to combine the efficacy, speed and safety of a strongly and statically compiled language0 码力 | 629 页 | 4.85 MB | 1 年前3Computer Programming with the Nim Programming Language
grammars Cligen command line interface generator Part VI: Advanced Nim Macros and meta-programming Process execution Code execution with async/await Concepts Part VII: Appendix Disclaimer and legal notice people might skip Part I, and because it is generally beneficial to reinforce the reader’s learning process through repetition. Part III will give you an overview of Nim’s standard library, which contains topics to cover. So, for now, we will leave out the following: the installation of the compiler, the process of installing and using text editors or IDEs with special Nim support, the use of Nim package managers0 码力 | 865 页 | 7.45 MB | 1 年前3Computer Programming with the Nim Programming Language
grammars Cligen command line interface generator Part VI: Advanced Nim Macros and meta-programming Process execution Code execution with async/await Concepts Part VII: Appendix Disclaimer and legal notice people might skip Part I, and because it is generally beneficial to reinforce the reader’s learning process through repetition. Part III will give you an overview of Nim’s standard library, which contains topics to cover. So, for now, we will leave out the following: the installation of the compiler, the process of installing and using text editors or IDEs with special Nim support, the use of Nim package managers0 码力 | 784 页 | 2.13 MB | 1 年前3Navicat Version 16 User Guide (Mac)
14 Migration / Upgrade 15 End-User License Agreement 16 Chapter 2 - User Interface 22 Main Window 22 Navigation Pane 23 Object Pane 24 Information Pane 26 Chapter 3 - Collaboration Activate button. Navicat contacts our licensing server to activate the license key. If the activation process is successful, the license key details are displayed. Manual Activation Manual activation is connection. You will need another computer with an internet connection to complete this activation process. 1. If the online activation is failed, click Manual Activation. 2. Copy the Request Code in0 码力 | 324 页 | 7.77 MB | 1 年前3Apache OFBiz User Manual
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2. The main parts of Apache OFBiz. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3.3.1. The Main OFBiz Setup Overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 4.3.1. How to Create the main Company . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 304 页 | 5.21 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100