PlantUML 1.2021.1 언어참조가이드
icons in various IT areas such as architecture, cloud services, logos etc. It including AWS, Azure, Kubernetes, C4, product Logos and many others. To explore these libraries: • Browse the Github folders of #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s, Kubernetes) #ffffff actor developer developer --> smeagol : "Edit Slides" smeagol -> scm : Push scm -> jenkins!include !include kubernetes/cloud_in_kubernetes.puml> !include !include 0 码力 | 386 页 | 4.12 MB | 1 年前3PlantUML 1.2021.2 언어참조가이드
icons in various IT areas such as architecture, cloud services, logos etc. It including AWS, Azure, Kubernetes, C4, product Logos and many others. To explore these libraries: • Browse the Github folders of #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s, Kubernetes) #ffffff actor developer developer --> smeagol : "Edit Slides" smeagol -> scm : Push scm -> jenkins!include !include kubernetes/cloud_in_kubernetes.puml> !include !include 0 码力 | 391 页 | 4.17 MB | 1 年前3PlantUML 1.2021.3 언어참조가이드
icons in various IT areas such as architecture, cloud services, logos etc. It including AWS, Azure, Kubernetes, C4, product Logos and many others. To explore these libraries: • Browse the Github folders of #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s, Kubernetes) #ffffff actor developer developer --> smeagol : "Edit Slides" smeagol -> scm : Push scm -> jenkins!include !include kubernetes/cloud_in_kubernetes.puml> !include !include 0 码力 | 408 页 | 4.32 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
icons in various IT areas such as architecture, cloud services, logos etc. It including AWS, Azure, Kubernetes, C4, product Logos and many others. To explore these libraries: • Browse the Github folders of #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s, Kubernetes) #ffffff actor developer developer --> smeagol : "Edit Slides" smeagol -> scm : Push scm -> jenkins include!include !include kubernetes/cloud_in_kubernetes> !include !include !include 0 码力 | 552 页 | 7.88 MB | 1 年前3PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)
icons in various IT areas such as architecture, cloud services, logos etc. It including AWS, Azure, Kubernetes, C4, product Logos and many others. To explore these libraries: • Browse the Github folders of 언어참조가이드 (1.2020.23) 295 / 306 22.10 Kubernetes 22 STANDARD LIBRARY 22.10 Kubernetes https://github.com/michiel/plantuml-kubernetes-sprites @startuml !include <kubernetes/k8s-sprites-unlabeled-25pct> package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 294 22.10Kubernetes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2960 码力 | 307 页 | 3.16 MB | 1 年前3PlantUML 1.2020.22 언어참조가이드
icons in various IT areas such as architecture, cloud services, logos etc. It including AWS, Azure, Kubernetes, C4, product Logos and many others. To explore these libraries: • Browse the Github folders of 언어참조가이드 (1.2020.22) 283 / 294 22.10 Kubernetes 22 STANDARD LIBRARY 22.10 Kubernetes https://github.com/michiel/plantuml-kubernetes-sprites @startuml !include <kubernetes/k8s-sprites-unlabeled-25pct> package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282 22.10Kubernetes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2840 码力 | 295 页 | 3.08 MB | 1 年前3Krita 5.2 브로셔
LUT docker to change the exposure on the view, Krita allows you to paint with HDR colors, and has native OpenEXR support! Painting with HDR colors What Krita Does Not Have Again, Krita is a digital paint two drivers Certain tablets using n-trig, like the Surface Pro, have two types of drivers. One is native, n-trig and the other one is called WinTab. Since 3.3, Krita can use Windows Ink style drivers, just as ‘half floating point’. 32bit float Similar to 16bit float but with even higher precision. The native color depth of OpenColor IO, and thus faster than 16bit float in HDR images, if not heavier. Because0 码力 | 1531 页 | 79.11 MB | 1 年前3Comprehensive Rust(한국어) 202412
["lib.rs"], rustlibs: ["libcxx"], static_libs: ["libcxx_test_cpp"], } 37.3 Java 와의상호운용성 자바는 Java Native Interface(JNI) 를 통해 공유 라이브러리를 로드할 수 있습니다. jni 크레이트를 사용하여 JNI 라이브러리를 만들 수 있습니다. 먼저, 자바로 내보낼 러스트 함수를 this function from Java: interoperability/java/HelloWorld.java: class HelloWorld { private static native String hello(String name); static { 222 System.loadLibrary("hello_jni"); } public static void test configuration). This results in the following options for testing Rust code in Chromium: • Native Rust tests (i.e. #[test]). Discouraged outside of //third_party/rust. • gtest tests authored in C++0 码力 | 369 页 | 1.29 MB | 10 月前3Comprehensive Rust
["lib.rs"], rustlibs: ["libcxx"], static_libs: ["libcxx_test_cpp"], } 37.3 Java 와의상호운용성 자바는 Java Native Interface(JNI) 를 통해 공유 라이브러리를 로드할 수 있습니다. jni 크레이트를 사용하여 JNI 라이브러리를 만들 수 있습니다. 먼저, 자바로 내보낼 러스트 함수를 this function from Java: interoperability/java/HelloWorld.java: class HelloWorld { private static native String hello(String name); static { 221 System.loadLibrary("hello_jni"); } public static void test configuration). This results in the following options for testing Rust code in Chromium: • Native Rust tests (i.e. #[test]). Discouraged outside of //third_party/rust. • gtest tests authored in C++0 码力 | 368 页 | 1.29 MB | 1 年前3
共 9 条
- 1