构建最终原生二进制文件 声明二进制文件 访问二进制文件 将依赖项导出到二进制文件 构建 universal frameworks 构建最终原生二进制文件 By default, a Kotlin/Native target is compiled down to a *.klib library artifact, which can be...
分层项目结构 Default hierarchy 搭建项目 Adjust the resulting hierarchy See the full hierarchy template Target shortcuts Target shortcuts and ARM64 (Apple Silicon) simulators Manual co...
Project Setup Running with Capacitor Running with Cordova Using Chrome DevTools Viewing Native Logs This guide covers how to deploy Ionic apps to Android simulators and devic...
JavaScript and Objective-C Communication using JsbBridge Background JsbBridge Mechanism JavaScript API Objective-C API Basic Usage Calling Objective-C from JavaScript Calling ...
Mounting :love_hotel: DOM and vDOM relationship :heart: From vDOM ? to DOM ? Mounting vNodes are just plain old JavaScript objects (POJO’s) and we cannot magically insertth...
Intro to Addons 1. Decorators Wrapper Components Storybook Decorators 2. Native Addons Intro to Addons By default, Storybook comes with a way to list stories and visualize ...
OpenEBS Use cases OpenEBS Use cases OpenEBS is used as a solution for the persistent storage needs of stateful applications on Kubernetes. Following are the typical use cases. ...
内存模型 内存模型 这张图是我见过的最能描述JVM内存模型的图,JVM包括两个子系统和两个组件。两个子系统为:class loader(类装载)、Execution engine(执行引擎);两个组件为:Runtime data area(运行时数据区)、Native interface(本地接口) Class loader功能:根据给定的全限...