Linux Lab v1.3 ManualLinux Lab v1.3 Manual TinyLab Community | Tinylab.org March 17, 2024 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 �� 1. Linux Lab Overview 8 1.1 Project Introduction . . . . 8 1.2 Project Homepage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.3 Demonstration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.3.1 Free Video Lab Disk for ARM – https://gitee.com/tinylab/arm-lab 9 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 1.3 Demonstration 1.3.1 Free Video Courses In Chinese • Linux Lab Open Videos – Linux Lab Introduction0 码力 | 66 页 | 1.12 MB | 1 年前3
Linux Lab v1.3 中文手册Linux Lab v1.3 中文手册 泰晓科技 | Tinylab.org March 17, 2024 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 欢迎加入 Linux Lab 用户组,联系微信:tinylab,公众号:泰晓科技 目录 1. Linux Lab 概览 8 1.1 项目简介 . . . . . . . . . . . . . . . . . . 8 1.2 项目主页 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.3 演示视频 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.3.1 开放教程 . . . 17 1.6.12 v1.2 @ 2023.07.09 . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.6.13 v1.3 @ 2024.03.17 . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 2. Linux Lab 安装 19 2.1 软硬件要求0 码力 | 73 页 | 1.54 MB | 1 年前3
Android概述与学习指南Studio Android开发主力编程语言的变迁 Kotlin C++ 逐步迁移到 2017年起 应用层组件 虚拟机、底层组件 Android虚拟机的变迁 Dalvik ART(Android Runtime) Android虚拟机能运行的二进制文件称为DEX (Dalvik Executable )文件。 Java代码 Kotlin代码 javac kotlinc Java字节码 SDK组件 提供兼容性的支持库 Android Jetpack组件库 Android平台API 2017年起 Jetpack中的组件从设计时考虑了彼此之间的协作性,并且考虑到和 充分利用了Kotlin的语法特性,是有“顶层设计”的,并不是一组松 散的组件集合。 Jetpack组件库中的组件都位于“androidx.*”开头的命名空间之中, 所以,又被称为“AndroidX库”。 Android项目依赖的更新 ,也应用了类似的架 构。 此图摘自: https://developer.android.google.cn/guide/platform Android整个平台是分层的,上层应用组 件采用Java/Kotlin开发,下层组件则采 用C/C++开发,底层是Linux内核。 Android App中各层组件间的协作示意图 在不同层次上开发,需 要掌握不同的技术栈。 大多数Android开发者在 最上面的这两层工作,0 码力 | 33 页 | 3.38 MB | 1 年前3
Debian 维护者指南让我们假设上游源码包为 debhello-1.3.tar.gz。 让我们取得源码并制作 Debian 软件包。 96 CHAPTER 8. 更多示例 8.6. SETUP.PY(PYTHON3,图形界面) 下载 debhello-1.3.tar.gz $ wget http://www.example.org/download/debhello-1.3.tar.gz ... $ tar -xzmf -xzmf debhello-1.3.tar.gz $ tree . +-- debhello-1.3 | +-- LICENSE | +-- MANIFEST.in | +-- README.md | +-- data | | +-- hello.desktop | | +-- hello.png | +-- manpages | | +-- hello.1 | +-- pyproject debhello-1.3.tar.gz 5 directories, 12 files Here, the content of this debhello source tree as follows. setup.py (v=1.3) — a boilar plate setup.py for the backward compatibility $ cat debhello-1.3/setup0 码力 | 142 页 | 1.11 MB | 1 年前3
Apache HTTP Server Documentation Version 2.0available at http://httpd.apache.org/docs-project/ Contents 1 Release Notes 1 1.1 Upgrading to 2.0 from 1.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2 Overview of new new features in Apache 2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.3 The Apache License, Version 2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2 Documentation for Apache 2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 620 11.2 Apache 1.3 API notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 621 110 码力 | 682 页 | 2.05 MB | 1 年前3
ubuntu server guideour-site.org.crt; ssl_certificate_key our-site.org.key; ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; ssl_session_timeout 15m; location / { try_files $uri $uri/ =404; TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD TLS_CHACHA20_POLY1305_SHA256 TLSv1.3 Kx=any Au=any Enc=CHACHA20/POLY1305(256) Mac=AEAD TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) distinguishes the ciphers used with TLSv1.3, and those used with TLSv1.2 and older. Specifically for the openssl ciphers command, we have: • -ciphersuites: used for the TLSv1.3 ciphersuites. There are so far0 码力 | 486 页 | 3.33 MB | 1 年前3
Apache HTTP Server Documentation Version 2.2Overview of new features in Apache 2.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.3 Overview of new features in Apache 2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Documentation for Apache 2.x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 738 11.2 Apache 1.3 API notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739 11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757 11.6 Converting Modules from Apache 1.3 to Apache 2.0 . . . . . . . . . . . . . . . . . . . . . . . . . 760 11.7 Request Processing in the0 码力 | 805 页 | 2.51 MB | 1 年前3
Debian 新维护者手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 需要的开发文档 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . make)的文档,至少了解其一般的用途和用法。现在看来这是一项耗时巨大的任务,但在接下来 的工作中你将为你阅读了它们而感觉到 非常愉快。如果一会你遇到一些特定的问题,我会建议你重新阅读上面提到的 文档。 1.3 需要的开发文档 以下是 非常重要的文档,你应该在读本文档时同时参看它们: • debian-policy - the Debian Policy Manual (http://www.debian 明和它们的许可证。对于常见的自由软件许可 证,如 GNU GPL-1、GNU GPL-2、GNU GPL-3、LGPL-2、LGPL-2.1、LGPL-3、GNU FDL-1.2、GNU FDL-1.3、Apache- 2.0、3-Clause BSD、CC0-1.0、MPL-1.1、MPL-2.0 或 Artistic 许可证,你可以直接将其指向所有 Debian 系统都有的 /usr/share/common-licenses/0 码力 | 63 页 | 493.28 KB | 1 年前3
httpd 2.2.29 中文文档document describes only the changes from 2.0 to 2.2. If you are upgrading from version 1.3, you should also consult the 1.3 to 2.0 upgrading document. See also Overview of new features in Apache 2.2 Compile changes between the 2.0 and 2.2 versions of the Apache HTTP Server. For new features since version 1.3, see the 2.0 new features document. Core Enhancements Authn/Authz The bundled authentication and services for mod_proxy. The new mod_proxy_ajp module adds support for the Apache JServ Protocol version 1.3 used by Apache Tomcat. Regular Expression Library Updated Version 5.0 of the Perl Compatible Regular0 码力 | 1854 页 | 1.48 MB | 1 年前3
httpd 2.2.27 中文文档document describes only the changes from 2.0 to 2.2. If you are upgrading from version 1.3, you should also consult the 1.3 to 2.0 upgrading document. See also Overview of new features in Apache 2.2 Compile changes between the 2.0 and 2.2 versions of the Apache HTTP Server. For new features since version 1.3, see the 2.0 new features document. Core Enhancements Authn/Authz The bundled authentication and services for mod_proxy. The new mod_proxy_ajp module adds support for the Apache JServ Protocol version 1.3 used by Apache Tomcat. Regular Expression Library Updated Version 5.0 of the Perl Compatible Regular0 码力 | 1849 页 | 1.47 MB | 1 年前3
共 104 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11













