Curve for CNCF Main
0 码力 | 21 页 | 4.56 MB | 5 月前3The 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 年前3强大的音视频处理工具: FFmpeg
ffmpeg;最后给出附录内容,包括help语法、⽂档资料等。 源码+浏览+下载 本书的各种源码、在线浏览地址、多种格式⽂件下载如下: Gitbook源码 crifan/media_process_ffmpeg: 强⼤的⾳视频处理⼯具:FFmpeg 如何使⽤此Gitbook源码去⽣成发布为电⼦书 详⻅:crifan/gitbook_template: demo how to use crifan muxing. It is useful for changing the container format or modifying container-level metadata toc-Main-options ffmpeg -i show_14322648_audio.mp3 -acodec copy -ss 00:00:03 ffmpeg -i show_14322648_audio 001333, bitrate: 1762 kb Stream Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661 #0:0(und): Video: h264 (Main) (avc1 / 0x31637661 Metadata: Metadata: creation_time0 码力 | 73 页 | 11.57 MB | 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 月前3跨平台桌⾯应⽤框架:Electron
"description":: "A minimal Electron application" "A minimal Electron application",, "main" "main":: "main.js" "main.js",, "scripts" "scripts":: {{ "start" "start":: "electron ." "electron html │ ├── main.js │ ├── main.js │ ├── old-post-backup/ │ ├── old-post-backup/ │ │ ├── README.md │ │ ├── README.md │ │ ├── hello.py │ │ ├── hello.py │ │ ├── main.js │ │ ├── main.js │ │ └── package.json │ │ └── package.json │ ├── package.json │ ├── package.json │ ├── pycalc/ │ ├── pycalc/ │ │ ├── api.py │ │ ├── api.py │ │ ├── calc.py0 码力 | 123 页 | 21.81 MB | 1 年前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 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100