Debian 套件打包教學指南 version 0.29control, md5sums, (pre|post)(rm|inst), triggers, shlibs, . . . ▶ data.tar.gz: 套件裡的資料 ▶ 你可以手動製作 .deb 檔案 http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/ ▶ 但大部份的人不會使用那種方法 這份教學指南: 以 Debian Binary: wget Architecture: any Version: 1.12 -2.1 Maintainer: Noel KotheHomepage: http :// www.gnu.org/software/wget/ Standards -Version: 3.8.4 Build -Depends: debhelper (>> 5.0.0) , gettext apt-get source package/release (需要加入 deb-src 的設定到 sources.list) ▶ 透過網路下載: ▶ dget url-to.dsc ▶ dget http://snapshot.debian.org/archive/debian-archive/ 20090802T004153Z/debian/dists/bo/main/source/web/ wget_1 0 码力 | 90 页 | 691.02 KB | 1 年前3
Debian 新維護人員手冊. . . . . . . . . . 57 Debian 新維護人員手冊 1 / 57 Chapter 1 從一條正確的路開始 本教程文件已被重寫為另外的 Debian 維護者指導 (https://www.debian.org/doc/devel-manuals#debmake-doc) 文件,其中 包含了更新的內容與更多實際例子。請使用新的教程作為主要的教程文件。 這篇文檔試圖爲普通 的時間很可能遠不只是幾個小時。維護人員需要有良好的技術基礎,同時也需要十分勤奮,這樣才能保證我們的系統 正常運行而不出現問題。 如果你在軟體包製作方面需要他人幫助,請閱讀節 1.4。 本文的最新版隨時都可以在 http://www.debian.org/doc/maint-guide/ 上和 maint-guide 軟件包裏找到。文檔的簡體中 文翻譯可以在 maint-guide-zh-cn 軟件包裏找到。還有 squeeze 操作系統。如果你需要在 lenny 系統上使用本文所記述的方法,則必須安裝 backports 倉庫中的 dpkg 和 debhelper 軟件包。 2在 Debian Reference (http://www.debian.org/doc/manuals/debian-reference/) 中,你可以瞭解到使用 Debian 系統的一些基本信息和關於 Unix 編程 的一些指引。 Debian0 码力 | 63 页 | 512.12 KB | 1 年前3
使⽤Laravel 8
PHP主流框架打造
RESTful APIAPI ⾃我介紹 • 王盛立 • 出版過⼀本 使⽤Laravel 8 PHP主流框架打造RESTful API(iT邦幫忙鐵⼈賽系列書) • 浪浪的事 Side Project https://langlangthing.com/ 今⽇菜單 ⾃我介紹 RESTful API Laravel程式範例說明 延伸補充資料 前後端分離 WEB API RESTful API (REST) 表現層狀態轉換 Client Server REQUEST RESPONSE GET https://localhost/api/v1/articles/1 HTTP STATUS : 200 OK HTTP 協定 HTTP VERBS. URL. HTTP STATUS. JSON. POST { "data": { "id": 1 "created_at": "2021-09-08 14:07:22", "updated_at": "2021-09-08 14:07:22" } } 201 CREATED https://localhost/api/v1/articles Headers Headers Body Body REQUEST RESPONSE JSON Accept : application/json0 码力 | 22 页 | 3.41 MB | 1 年前3
Comprehensive Rust(繁体中文)這個免費的 Rust 課程是由 Google 的 Android 團隊負責開發。本課程涵蓋 Rust 的全部內容,從基礎語 法到進階主題 (泛型和錯誤處理等),應有盡有。 如需最新版課程,請造訪 https://google.github.io/comprehensive-rust/。假如您是在其他 網址閱讀課程資料,別忘了查看這個連結的內容是否有更新。 The course is also available @hugojacob, @joaovicmendes, and @henrif75. • 中文(簡體)譯者:@suetfei、@wnghl、@anlunx、@kongy、[@noahdragon](https://github.com/noahdragon、 @superwhd、@SketchK 和 @nodmp .com/nodmp)。 • Chinese (Traditional) by @hueich Cargo,這是在 Rust 生態系統中使用的標準工具,用於建構及執 行 Rust 應用程式。以下簡要介紹 Cargo,以及如何在更廣大的生態系統和本訓練課程中運用 Cargo。 安裝 請按照 https://rustup.rs/ 中的指示操作。 This will give you the Cargo build tool (cargo) and the Rust compiler (rustc)0 码力 | 358 页 | 1.41 MB | 10 月前3
快快樂樂學會 Angular 2 網站開發框架快快樂樂學會 Angular 2 網站開發框架 多奇數位創意有限公司 技術總監 黃保翕 ( Will 保哥 ) 部落格:http://blog.miniasp.com/ 適用 Angular 2.0.0-rc.5 版本 我們所認識的前端技術都是假的 千萬不要執著你之前學會的任何技術 忘掉一切的業障 才有重生的機會 今天我們要來 重新認識 Angular 2 開發框架 記得:今天是來消除業障的! NTFS 檔案系統執行相關命令 (Windows) • ng new demo1 – 初始化 Git 儲存庫 – 安裝 npm 相依套件 • cd demo1 • ng serve – http://localhost:4200 23 了解專案結構 • 首頁 HTML 與 Angular 2 主程式 – src/index.html 預設網站首頁 – src/main.ts 預設 ngSwitchDefault 與 ngSwitchCase 前面要加上 * 星號 32 https://github.com/miniasp/ng2demo 匯入 Http 模組與使用 Http 服務元件 • 匯入 HttpModule • 注入 Http 服務元件 • 發出 HTTP GET 要求 • 訂閱 HTTP GET 執行結果 33 會不會覺得 Angular 2 很帥? 假的!0 码力 | 38 页 | 1.12 MB | 1 年前3
Julia 1.10.9precompiled binaries or compiling from source. Download and install Julia by following the instructions at https://julialang.org/downloads/. If you are coming to Julia from one of the following languages, then Julia executable or running julia from the command line: $ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | |/ _` | | | | |_| | | | (_| | | Version 1.10.9 (2025-03-10) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> ans 3 To exit the interactive session0 码力 | 1692 页 | 6.34 MB | 3 月前3
julia 1.10.10precompiled binaries or compiling from source. Download and install Julia by following the instructions at https://julialang.org/install/. If you are coming to Julia from one of the following languages, then you Julia executable or running julia from the command line: $ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | |/ _` | | | | |_| | | | (_| | | Version 1.10.10 (2025-06-27) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> ans 3 To exit the interactive session0 码力 | 1692 页 | 6.34 MB | 3 月前3
From DevOps to GitOps with GitLab 公開版Cheng Wei Chen 陳 正瑋 DevOps Engineer @ 得寬科技 《Effective DevOps 中⽂版》譯者、GitLab Hero http://chengweichen.com https://devopstw.club Agenda • 什麼是 GitOps • 範例分享 • 如何開始實踐 GitOps • 結語 STORY Photo by Deploy CI / CD Production ⼀條龍 ⼯程團隊 Configuration Automation Ops / Infra 團隊 Provision 圖片來源 https://youtu.be/Usb9iUphT6Y GitOps = IaC + MRs + CI/CD GitLab 說的~ GitOps = IaC + MRs + CI/CD Infrastructure Approve 圖片來源 https://gitlab.com/gitops-demo/readme 圖片來源 https://gitlab.com/gitops-demo/readme 圖片來源 https://gitlab.com/gitops-demo/readme 圖片來源 https://gitlab.com/gitops-demo/readme 圖片來源 https://gitlab.0 码力 | 46 页 | 14.46 MB | 1 年前3
Julia 1.11.4precompiled binaries or compiling from source. Download and install Julia by following the instructions at https://julialang.org/downloads/. If you are coming to Julia from one of the following languages, then Julia executable or running julia from the command line: $ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | |/ _` | | | | |_| | | | (_| | | Version 1.11.4 (2025-03-10) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> ans 3 To exit the interactive session0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 Documentationprecompiled binaries or compiling from source. Download and install Julia by following the instructions at https://julialang.org/downloads/. If you are coming to Julia from one of the following languages, then Julia executable or running julia from the command line: $ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | |/ _` | | | | |_| | | | (_| | | Version 1.11.5 (2025-04-14) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> ans 3 To exit the interactive session0 码力 | 2007 页 | 6.73 MB | 3 月前3
共 46 条
- 1
- 2
- 3
- 4
- 5













