Kotlin 1.9.10 官方文档 中文版
开发的 IDE 使用 IntelliJ IDEA 迁移到 Kotlin 代码风格 运行代码片段 Kotlin 与 TeamCity 的持续集成 编写代码文档:KDoc Kotlin 与 OSGi 编译器与插件 编译器 Kotlin 命令行编译器 Kotlin 编译器选项 编译器插件 全开放编译器插件 No-arg 编译器插件 带有接收者的 SAM 编译器插件 kapt 编译器插件 benefits of WebAssembly. 如何入门 Get started with Kotlin/Wasm in IntelliJ IDEA Check out the GitHub repository with Kotlin/Wasm examples 库支持 You can use the Kotlin standard library ( stdlib ) and test library library based on Plot.ly 如果这个列表还不能满足需求,可以在 Thomas Nield 的 Kotlin Machine Learning Demos GitHub repository with showcases 中找到更多选项。 Kotlin 用于竞技程序设计 本教程适用于之前未使用 Kotlin 的竞技程序员,也适用于之前从未参与过任何 竞技性程序设计活动的 Kotlin0 码力 | 3753 页 | 29.69 MB | 1 年前3
Kotlin 官方文档中文版 v1.9开发的 IDE 使用 IntelliJ IDEA 迁移到 Kotlin 代码风格 运行代码片段 Kotlin 与 TeamCity 的持续集成 编写代码文档:KDoc Kotlin 与 OSGi 编译器与插件 编译器 Kotlin 命令行编译器 Kotlin 编译器选项 编译器插件 全开放编译器插件 No-arg 编译器插件 带有接收者的 SAM 编译器插件 kapt 编译器插件 benefits of WebAssembly. 如何入门 Get started with Kotlin/Wasm in IntelliJ IDEA Check out the GitHub repository with Kotlin/Wasm examples 库支持 You can use the Kotlin standard library ( stdlib ) and test library library based on Plot.ly 如果这个列表还不能满足需求,可以在 Thomas Nield 的 Kotlin Machine Learning Demos GitHub repository with showcases 中找到更多选项。 Kotlin 用于数据科学 46 Kotlin 用于竞技程序设计 本教程适用于之前未使用 Kotlin 的竞技程序员,也适用于之前从未参与过任何竞技性程序设0 码力 | 2049 页 | 45.06 MB | 1 年前3
OpenShift Container Platform 4.10 CLI 工具如果您的插件没有被列出,请验证文件是否以 oc- 或 kubectl- 开头,是否可执行,且位于 PATH 中。 4. 调用插件引入的新命令或选项。 例如,如果您从 Sample plug-in repository 构建并安装了 kubectl-ns 插件,则可以使用以下命 令查看当前命名空间。 请注意,调用插件的命令取决于插件文件名。例如,文件名为 oc-foo-bar的插件会被 oc foo bar docker.io/myrepository/myimage:stable # Copy all tags starting with mysql to the destination repository oc image mirror myregistry.com/myimage:mysql* docker.io/myrepository/myimage # Copy image app oc new-app --list # Create an application based on the source code in the current git repository (with a public remote) and a container image oc new-app . --image=registry/repo/langimage0 码力 | 120 页 | 1.04 MB | 1 年前3
OpenShift Container Platform 4.13 CLI 工具如果您的插件没有被列出,请验证文件是否以 oc- 或 kubectl- 开头,是否可执行,且位于 PATH 中。 4. 调用插件引入的新命令或选项。 例如,如果您从 Sample plug-in repository 构建并安装了 kubectl-ns 插件,则可以使用以下命 令查看当前命名空间。 请注意,调用插件的命令取决于插件文件名。例如,文件名为 oc-foo-bar的插件会被 oc foo bar docker.io/myrepository/myimage:stable # Copy all tags starting with mysql to the destination repository oc image mirror myregistry.com/myimage:mysql* docker.io/myrepository/myimage # Copy image app oc new-app --list # Create an application based on the source code in the current git repository (with a public remote) and a container image oc new-app . --image=registry/repo/langimage0 码力 | 128 页 | 1.11 MB | 1 年前3
OpenShift Container Platform 4.8 CLI 工具如果您的插件没有被列出,请验证文件是否以 oc- 或 kubectl- 开头,是否可执行,且位于 PATH 中。 4. 调用插件引入的新命令或选项。 例如,如果您从 Sample plug-in repository 构建并安装了 kubectl-ns 插件,则可以使用以下命 令查看当前命名空间。 请注意,调用插件的命令取决于插件文件名。例如,文件名为 oc-foo-bar的插件会被 oc foo bar docker.io/myrepository/myimage:stable # Copy all tags starting with mysql to the destination repository oc image mirror myregistry.com/myimage:mysql* docker.io/myrepository/myimage # Copy image app oc new-app --list # Create an application based on the source code in the current git repository (with a public remote) and a Docker image oc new-app . --docker-image=registry/repo/langimage0 码力 | 152 页 | 1.24 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66基础 如果你只想通过阅读一章来学习 Git,那么本章将是你的不二选择。 本章涵盖了你在使用 Git 完成各种工作时将 会用到的各种基本命令。 在学习完本章之后,你应该能够配置并初始化一个仓库(repository)、开始或停止跟 踪(track)文件、暂存(stage)或提交(commit)更改。 本章也将向你演示了如何配置 Git 来忽略指定的文 件和文件模式、如何迅速而简单地撤销错误操作、如何浏 如果你对架设自己的服务器没兴趣,可以跳到本章最后一节去看看如何申请一个代码托管服务的帐户然后继续下 一章,我们会在那里讨论分布式源码控制环境的林林总总。 一个远程仓库通常只是一个裸仓库(bare repository)——即一个没有当前工作目录的仓库。 因为该仓库仅仅 作为合作媒介,不需要从磁盘检查快照;存放的只有 Git 的资料。 简单的说,裸仓库就是你工程目录内的 .git 子目录内容,不包含其他资料。 选项。 按照惯例,裸 仓库的目录名以 .git 结尾,就像这样: $ git clone --bare my_project my_project.git Cloning into bare repository 'my_project.git'... done. 现在,你的 my_project.git 目录中应该有 Git 目录的副本了。 整体上效果大致相当于 $ cp -Rf my_project/0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66如果你只想通过阅读一章来学习 Git,那么本章将是你的不二选择。 本章涵盖 了你在使用 Git 完成各种工作时将会用到的各种基本命令。 在学习完本章之 后,你应该能够配置并初始化一个仓库(repository)、开始或停止跟踪 (track)文件、暂存(stage)或提交(commit)更改。 本章也将向你演示 了如何配置 Git 来忽略指定的文件和文件模式、如何迅速而简单地撤销错误操 作 如果你对架设自己的服务器没兴趣,可以跳到本章最后一节去看看如何申请一 个代码托管服务的帐户然后继续下一章,我们会在那里讨论分布式源码控制环 境的林林总总。 一个远程仓库通常只是一个裸仓库(bare repository)——即一个没有当前 工作目录的仓库。 因为该仓库仅仅作为合作媒介,不需要从磁盘检查快照; 存放的只有 Git 的资料。 简单的说,裸仓库就是你工程目录内的 .git 子目录 内容,不包含其他资料。 选项。 按照惯例,裸仓库的目 录名以 .git 结尾,就像这样: $ git clone --bare my_project my_project.git Cloning into bare repository 'my_project.git'... done. 现在,你的 my_project.git 目录中应该有 Git 目录的副本了。 整体上效果大致相当于 $ cp -Rf my_project/0 码力 | 670 页 | 13.59 MB | 1 年前3
Docker 从入门到实践 0.4更简单的管理 对比传统虚拟机总结 Docker —— 从入门到实践 10 为什么要用 Docker Docker 包括三个基本概念 镜像(Image) 容器(Container) 仓库(Repository) 理解了这三个概念,就理解了 Docker 的整个生命周期。 基本概念 Docker —— 从入门到实践 11 基本概念 Docker 镜像就是一个只读的模板。 例如:一个镜像可以包含一个完整的 命令来从仓库获取所需要的镜像。 下面的例子将从 Docker Hub 仓库下载一个 Ubuntu 12.04 操作系统的镜像。 $ sudo docker pull ubuntu:12.04 Pulling repository ubuntu ab8e2728644c: Pulling dependent layers 511136ea3c5a: Download complete 5f0ffaa9455e: Download root@fe7fc4bd8fc9:/# 获取镜像 Docker —— 从入门到实践 19 获取镜像 使用 docker images 显示本地已有的镜像。 $ sudo docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE ubuntu 12.04 74fe38d114010 码力 | 179 页 | 2.27 MB | 1 年前3
OpenShift Container Platform 4.4 构建(build)kind: "ImageStreamTag" name: "origin-ruby-sample:latest" postCommit: 7 script: "bundle exec rake test" OpenShift Container Platform 4.4 构 构建( 建(build) ) 6 3 4 5 6 7 您可以指定导致创建新构建的触发器的列表。 构建策略,必须在 assemble 脚本中放入适当的 shell 命令: .s2i/bin/assemble 文件 文件 #!/bin/sh APP_VERSION=1.0 wget http://repository.example.com/app/app-$APP_VERSION.jar -O app.jar .s2i/bin/run 文件 文件 #!/bin/sh exec java -jar app 建(build) ) 22 1 2 3 Dockerfile 摘 摘录 FROM jboss/base-jdk:8 ENV APP_VERSION 1.0 RUN wget http://repository.example.com/app/app-$APP_VERSION.jar -O app.jar EXPOSE 8080 CMD [ "java", "-jar", "app.jar" ]0 码力 | 101 页 | 1.12 MB | 1 年前3
Weblate 4.2 用户文档information like instructions for translators, or information about its version control system repository. If the translation format supports it, you can also follow supplied links to respective source updates from Weblate To fetch updated strings from Weblate you can simply fetch the underlying repository (either from filesystem or it can be made available through Git exporter). Prior to this, you might in the user interface (in the Repository maintenance) or from command line using Weblate Client. This can be automated if you grant Weblate push access to your repository and configure Push URL in the0 码力 | 648 页 | 9.34 MB | 1 年前3
共 391 条
- 1
- 2
- 3
- 4
- 5
- 6
- 40













