Kotlin 1.9.10 官方文档 中文版
included with IntelliJ IDEA 2023.2 in the upcoming releases. To download Kotlin artifacts and dependencies, configure your Gradle settings to use the Maven Central Repository. 新版 Kotlin K2 编译器更新 The command arguments: -Xskip-metadata-version-check -Xskip-prerelease-check -Xallow-unstable-dependencies These checks are exclusively disabled for kapt tasks. All other compilation tasks will continue plugins if they are used in projects with Gradle versions below 8.3. Building Gradle plugin dependencies. If you encounter any of the problems mentioned above, you can take the following steps to address0 码力 | 3753 页 | 29.69 MB | 1 年前3
Kotlin 官方文档中文版 v1.9included with IntelliJ IDEA 2023.2 in the upcoming releases. To download Kotlin artifacts and dependencies, configure your Gradle settings to use the Maven Central Repository. Kotlin 1.9.0 54 新版 Kotlin command arguments: -Xskip-metadata-version-check -Xskip-prerelease-check -Xallow-unstable-dependencies These checks are exclusively disabled for kapt tasks. All other compilation tasks will continue Gradle plugins if they are used in projects with Gradle versions below 8.3. Building Gradle plugin dependencies. Kotlin 1.9.0 56 If you encounter any of the problems mentioned above, you can take the following0 码力 | 2049 页 | 45.06 MB | 1 年前3
Apache ShardingSphere v5.5.0 documentUse Helm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 Add dependencies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175 9.2.2 Yaml Configuration to Configuration Manual for more details. 3. Import dependencies. If the backend database is PostgreSQL or openGauss, no additional dependencies are required. If the backend database is MySQL, please ShardingSphere‐JDBC. Sharding Background Data sharding YAML configuration is highly readable. The dependencies between sharding rules can be quickly understood through the YAML format. ShardingSphere automatically0 码力 | 602 页 | 3.85 MB | 1 年前3
Weblate 4.2 用户文档Configuring outgoing e-mail. Python dependencies Weblate is written in Python [https://www.python.org/] and supports Python 3.6 or newer. You can install dependencies using pip or from your distribution distribution packages, full list is available in requirements.txt. Most notable dependencies: Django https://www.djangoproject.com/ Celery https://docs.celeryproject.org/ Translate Toolkit https://toolkit auth.readthedocs.io/ Django REST Framework https://www.django-rest-framework.org/ Optional dependencies Following modules are necessary for some Weblate features. You can find all of them in requirements-optional0 码力 | 648 页 | 9.34 MB | 1 年前3
Weblate 4.2 用户文档Configuration instructions 157 The Weblate Manual, 发布 4.2 安装 System requirements Install the dependencies needed to build the Python modules (see Software requirements): apt install \ libxml2-dev libxslt-dev python3-virtualenv␣ �→virtualenv git Install wanted optional dependencies depending on features you intend to use (see Optional dependencies): apt install tesseract-ocr libtesseract-dev libleptonica-dev Activate the virtualenv for Weblate: . ~/weblate-env/bin/activate 3. Install Weblate including all dependencies: pip install Weblate 4. Install database driver: pip install psycopg2-binary 158 Chapter 20 码力 | 410 页 | 4.56 MB | 1 年前3
从零蛋开始学 Rust["****"] edition = "2018" [dependencies] [package] name = "movies_lib" version = "0.1.0" authors = ["**** "] edition = "2018" [dependencies] 19.4.3 ��� - �� lib.rs �� lib movie_lib_test/src/main.rs ����� main() ������� 19.4.7 ��� - �� Cargo.toml ������ �� Cargo.toml ���� [dependencies] ����� ���������� $ cargo build Compiling movie_lib v0.1.0 (/Users/Admin/Downloads/rust = "movie_lib_test" version = "0.1.0" authors = ["*** "] edition = "2018" [dependencies] movies_lib = { path = "../movie_lib" } extern crate movies_lib; use movies_lib::movies::play; 0 码力 | 168 页 | 1.24 MB | 1 年前3
Jib Kubecon 2018 TalkCOPY target/dependencies /app/dependencies COPY target/classes /app/classes ENTRYPOINT java -cp /app/dependencies/*:/app/classes petclinic.WebServer $ mvn dependencies:copy-dependencies to target/dependencies/ com/GoogleContainerTools/jib Dockerfile “script” FROM base container image RUN commands to install dependencies COPY application files over Configure the ENTRYPOINT Run the container Produces some layers io/distroless/java COPY target/dependencies /app/dependencies COPY target/resources /app/resources COPY target/classes /app/classes ENTRYPOINT java -cp /app/dependencies/*:/app/resources:/app/classes0 码力 | 90 页 | 2.84 MB | 1 年前3
Rust 语言学习笔记[target.'cfg(windows)'.dependencies] winhttp = "0.4.0" [target.'cfg(unix)'.dependencies] openssl = "1.0.1" #如果是 32 位平台,则需要此依赖。 [target.'cfg(target_pointer_width = "32")'.dependencies] native = { path = "64")'.dependencies] native = { path = "native/i686" } # 另一种写法就是列出平台的全称描述 [target.x86_64-pc-windows-gnu.dependencies] winhttp = "0.4.0" [target.i686-unknown-linux-gnu.dependencies] openssl # 如果使用自定义平台,请将自定义平台文件的完整路径用双引号包含 [target."x86_64/windows.json".dependencies] winhttp = "0.4.0" [target."i686/linux.json".dependencies] openssl = "1.0.1" native = { path = "native/i686" } openssl0 码力 | 117 页 | 2.24 MB | 1 年前3
openEuler 21.03 技术白皮书software supply chain is fundamental to a large-scale commercial OS. openEuler reviews its software dependencies based on real user scenarios, sorts out the upstream community addresses of all the software lifecycle management that covers building, verification, and distribution. The build, runtime dependencies, and upstream communities of the open source software form a closed loop, realizing a complete Information and Dependency Management Tool pkgship is a tool used for managing RPM software package dependencies. It allows developers to query, introduce, upgrade, and delete the software packages, and helps0 码力 | 21 页 | 948.66 KB | 1 年前3
Spark 简介以及与 Hadoop 的对比Spark 的运用场合,但同时相比细颗粒度的数据模型,也带来了性能的提升。 RDD 在 Lineage 依赖方面分为两种 Narrow Dependencies 与 Wide Dependencies 用 来解决数据容错的高效性。Narrow Dependencies 是指父 RDD 的每一个分区最多被一个子 RDD 的分区所用,表现为一个父 RDD 的分区对应于一个子 RDD 的分区或多个父 RDD RDD 的分区,也就是说一个父 RDD 的一个分区不可能对应一个子 RDD 的 多个分区。Wide Dependencies 是指子 RDD 的分区依赖于父 RDD 的多个分区或所有分区, 也就是说存在一个父 RDD 的一个分区对应一个子 RDD 的多个分区。对与 Wide Dependencies,这种计算的输入和输出在不同的节点上,lineage 方法对与输入节点完好, 而输出节点宕机时, 而输出节点宕机时,通过重新计算,这种情况下,这种方法容错是有效的,否则无效,因为 无法重试,需要向上其祖先追溯看是否可以重试(这就是 lineage,血统的意思),Narrow Dependencies 对于数据的重算开销要远小于 Wide Dependencies 的数据重算开销。 1.2.4 容错 在 RDD 计算,通过 checkpint 进行容错,做 checkpoint 有两种方式,一个是 checkpoint0 码力 | 3 页 | 172.14 KB | 1 年前3
共 268 条
- 1
- 2
- 3
- 4
- 5
- 6
- 27













