Debian 新維護人員手冊
的時間很可能遠不只是幾個小時。維護人員需要有良好的技術基礎,同時也需要十分勤奮,這樣才能保證我們的系統 正常運行而不出現問題。 如果你在軟體包製作方面需要他人幫助,請閱讀節 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 編程 的一些指引。 Debian years of Free Software, ”do-ocracy”, and democracy (http://upsilon.cc/~zack/talks/2011/20110321-taipei.pdf) (介 紹性幻燈片) • How can you help Debian? (http://www.debian.org/intro/help) (官方文檔) • The Debian GNU/Linux0 码力 | 63 页 | 512.12 KB | 1 年前3Debian 套件打包教學指南 version 0.29
control, 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快快樂樂學會 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 預設 ngSwitchCase 前面要加上 * 星號 32 https://github.com/miniasp/ng2demo 匯入 Http 模組與使用 Http 服務元件 • 匯入 HttpModule • 注入 Http 服務元件 • 發出 HTTP GET 要求 • 訂閱 HTTP GET 執行結果 33 會不會覺得 Angular 2 很帥? 假的! 假的! (才怪) 相關連結 • Angular0 码力 | 38 页 | 1.12 MB | 1 年前3使⽤Laravel 8 PHP主流框架打造 RESTful API
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, "title": application/json { "title": "我是標題⽂字", "content": "我是內容", } HTTP狀態碼 2xx. 4xx. 5xx. RESTful API HTTP 動詞 URI 功能 HTTP狀態碼 GET /api/v1/articles 查詢⽂章的資料 200 GET /api/v1/articles/1 查詢單⼀⽂章詳細資料0 码力 | 22 页 | 3.41 MB | 1 年前3Comprehensive Rust(繁体中文)
Rust。請注意,依附元件和「獨特」型別越少越好。理想情況是確保程式碼能剖析部 分原始位元組。 由於 Rust 在 Android 中越來越廣為使用,講者可能可以提到以下議題: • 服務範例:DNS_over_HTTP • 程式庫:Rutabaga 虛擬繪圖介面 • 核心驅動程式:Binder • 韌體:pKVM 韌體 186 第 32 部分 設定 我們會使用 Cuttlefish Android (AOSP). There are other mocking libraries available on crates.io, in particular in the area of mocking HTTP services. The other mocking libraries work in a similar fashion as Mockall, meaning that they make this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing0 码力 | 358 页 | 1.41 MB | 10 月前3julia 1.10.10
com", "github.com", "julialang.org") @async begin conn = connect(hostname, 80) write(conn, "GET / HTTP/1.1\r\nHost:$(hostname)\r\n\r\n") readline(conn, keep=true) println("Finished connection to $(hostname)") delays=rand(5:10, 2)) retry(f, delays=Base.ExponentialBackOff(n=3, first_delay=5, max_delay=1000)) retry(http_get, check=(s,e)->e.status == "503")(url) retry(read, check=(s,e)->isa(e, IOError))(io, 128; all=false) These pairs are passed as headers when downloading URLs with protocols that supports them, such as HTTP/S. The timeout keyword argument specifies a timeout for the download to complete in seconds, with0 码力 | 1692 页 | 6.34 MB | 3 月前3Julia 1.10.9
com", "github.com", "julialang.org") @async begin conn = connect(hostname, 80) write(conn, "GET / HTTP/1.1\r\nHost:$(hostname)\r\n\r\n") readline(conn, keep=true) println("Finished connection to $(hostname)") delays=rand(5:10, 2)) retry(f, delays=Base.ExponentialBackOff(n=3, first_delay=5, max_delay=1000)) retry(http_get, check=(s,e)->e.status == "503")(url) retry(read, check=(s,e)->isa(e, IOError))(io, 128; all=false) These pairs are passed as headers when downloading URLs with protocols that supports them, such as HTTP/S. The timeout keyword argument specifies a timeout for the download to complete in seconds, with0 码力 | 1692 页 | 6.34 MB | 3 月前3Julia 1.11.4
com", "github.com", "julialang.org") @async begin conn = connect(hostname, 80) write(conn, "GET / HTTP/1.1\r\nHost:$(hostname)\r\n\r\n") readline(conn, keep=true) println("Finished connection to $(hostname)") Main binary filename not available. Serving web UI on http://localhost:62261 "alloc-profile.pb.gz" Then you can view the profile by navigating to http://localhost:62261, and the profile is saved to disk delays=rand(5:10, 2)) retry(f, delays=Base.ExponentialBackOff(n=3, first_delay=5, max_delay=1000)) retry(http_get, check=(s,e)->e.status == "503")(url) retry(read, check=(s,e)->isa(e, IOError))(io, 128; all=false)0 码力 | 2007 页 | 6.73 MB | 3 月前3Julia 1.11.5 Documentation
com", "github.com", "julialang.org") @async begin conn = connect(hostname, 80) write(conn, "GET / HTTP/1.1\r\nHost:$(hostname)\r\n\r\n") readline(conn, keep=true) println("Finished connection to $(hostname)") Main binary filename not available. Serving web UI on http://localhost:62261 "alloc-profile.pb.gz" Then you can view the profile by navigating to http://localhost:62261, and the profile is saved to disk delays=rand(5:10, 2)) retry(f, delays=Base.ExponentialBackOff(n=3, first_delay=5, max_delay=1000)) retry(http_get, check=(s,e)->e.status == "503")(url) retry(read, check=(s,e)->isa(e, IOError))(io, 128; all=false)0 码力 | 2007 页 | 6.73 MB | 3 月前3Julia 1.11.6 Release Notes
com", "github.com", "julialang.org") @async begin conn = connect(hostname, 80) write(conn, "GET / HTTP/1.1\r\nHost:$(hostname)\r\n\r\n") readline(conn, keep=true) println("Finished connection to $(hostname)") Main binary filename not available. Serving web UI on http://localhost:62261 "alloc-profile.pb.gz" Then you can view the profile by navigating to http://localhost:62261, and the profile is saved to disk delays=rand(5:10, 2)) retry(f, delays=Base.ExponentialBackOff(n=3, first_delay=5, max_delay=1000)) retry(http_get, check=(s,e)->e.status == "503")(url) retry(read, check=(s,e)->isa(e, IOError))(io, 128; all=false)0 码力 | 2007 页 | 6.73 MB | 3 月前3
共 41 条
- 1
- 2
- 3
- 4
- 5