Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 知乎專欄 | 視頻教程 | About

Netkiller Developer 手札

November 15, 2008

Mr. Neo Chan, 陳景峯(BG7NYT)



中國廣東省深圳市望海路半島城邦三期
518067
+86 13113668890


MMDVM Hotspot:

YSF80337 - CN China 1 - W24166/TG46001
BM_China_46001 - DMR Radio ID 4600441

版權聲明

轉載請與作者聯繫,轉載時請務必標明文章原始出處和作者信息及本聲明。

http://www.netkiller.cn
http://netkiller.github.io
http://netkiller.sourceforge.net
微信訂閲號 netkiller-ebook (微信掃瞄二維碼)
QQ:13721218 請註明“讀者”
QQ群:128659835 請註明“讀者”

2017-02-13


目錄

1. 自述
1.1. 系列文檔
1.2. 作者簡介
1.3. 寫給讀者
1.4. 如何獲得文檔
1.4.1. 下載 Netkiller 手札 (epub,kindle,chm,pdf)
1.4.2. 鏡像下載
1.4.3. 克隆 github 倉庫
1.4.4. Yum 下載文檔
1.5. 打賞(Donations)
1.5.1. 微信(Wechat)
1.5.2. 支付寶(Alipay)
1.5.3. PayPal Donations
1.5.4. 銀行(Bank)
1.6. 聯繫方式
1. Developer & Programming language
1.1. System programming language
1.2. 編程語言熱度排行榜
1.2.1. TIOBE Programming 編程語言排行榜
1.2.2. Programming Languages Reference Sheets - Hyperpolyglot
1.2.3. DB-Engines - DB-Engines Ranking
1.2.4. Web Framework Benchmarks
1.2.5. The 10 hottest JavaScript framework projects
1.2.6. 各種語言性能測試
1.2.7. IDE 橫向比較
1.2.8. Top 10 Programming Languages
1.2.9. PYPL PopularitY of Programming Language
1.2.10. RedMonk 編程語言排行榜
1.2.11. Developer Survey Results 2017
1.3. 軟件工程 (Software Engineering)
1.4. Open Source and License
1.5. 項目運作
1.6. 收集需求
1.7. 標準與規範
1.7.1. Release Notes
1.7.2. Project directory
1.7.3. 版本控制及如何運作
1.7.3.1. 版本庫佈局
1.7.3.2. 策略
1.7.3.3. nightly version
1.7.3.4. rc1,rc2,rc4
1.7.3.5. 怎樣寫註釋信息
1.7.3.5.1. Fixed Bug
1.7.3.5.2. Implemented
1.7.3.5.3. Add
1.7.4. 代碼審查
1.7.4.1. Coding workflow
1.7.5. Redis Key
1.7.6. 錯誤編碼
1.7.7. HTML 標準
1.7.7.1. 校驗
1.7.7.2. XHTML/HTML
1.7.7.3. CSS
1.7.7.4. Script
1.7.8. 編碼風格
1.7.8.1. java 編程規範
1.7.8.1.1. Spring Data JPA
1.7.8.2. php 檔案
1.7.8.2.1. 格式與 編碼
1.7.8.2.2. 循環嵌套
1.7.8.2.3. 取出行尾的空格以及多餘的換行符
1.7.8.2.4. php 標籤
1.7.8.2.5. 頭部註釋
1.7.8.3. String
1.7.8.4. Database
1.7.8.4.1. 結果集使用注意事項
1.7.8.4.2. 索引
1.7.8.4.3. 緩存
1.7.9. 安全
1.7.9.1. Interface
1.7.9.2. SQL注入
I. Web page
4. gulpjs
4.1. Tasks automation
4.1.1. gulp-changed
4.1.2. 顯示處理進度
4.1.3. notify
4.1.4. del
4.1.5. start
4.2. watch
4.3. HTML Minification
4.4. CSS Minification
4.4.1. gulp-minify-css
4.4.2. gulp-clean-css
4.4.3. gulp-make-css-url-version
4.4.4. CSS 冗餘分析
4.5. JS Minification
4.5.1. JS 校驗
4.6. CSS Sprite
4.7. Compress Images
4.8. WEBP格式圖片
4.9. Sass Compilation
4.10. Less Compilation
4.11. 重命名檔案名
4.12. 合併檔案
4.13. 檔案頭
4.14. yargs 命令行參數傳遞
4.14.1. gulp-util
4.14.2. minimist
4.15. gulp-sourcemaps
4.16. gulp-zip
4.17. 清理JS中的console.log()調試語句
4.18. copy-dir
4.19. gulp-copy
4.20.
4.21. Example
4.21.1. HTML,JS,CSS
4.21.2. 命令行傳遞參數
5. webpack
6. minifier
7. CSS Frameworks
7.1. 瀏覽器判斷
7.2. Sass: Syntactically Awesome Style Sheets
7.2.1.
7.3. Less
7.4. css 冗餘/廢棄樣式檢查
9. HTML
9.1. iPhone WebApp
9.1.1. 撥打電話
9.1.2. iphone 表徵圖設置
9.2. frame
10. HTML5
10.1. header
10.2. article
10.3. table
11. Javascript
11.1. window
11.1.1. window.location
11.2. navigator
11.2.1. userAgent
11.3. document
11.3.1. referrer
11.3.2. domain
11.4. String 字元串處理
11.4.1. JSON.parse
11.4.2. replace 替換
11.5. Date and Time
11.6. from 表單相關事件
11.6.1. onblur
11.7. 禁止複製與滑鼠右鍵
11.8. DOMDocument
11.8.1. createTextNode
11.9. Microsoft.XMLHTTP
11.9.1. Get
11.9.2. POST
11.10. jQuery
11.10.1. Selectors(選擇器)
11.10.2. jQuery 屬性操作
11.10.2.1. is
11.10.2.2. css
11.10.3. 時間觸發
11.10.3.1. setTimeout 定時執行一次
11.10.3.2. setInterval 間隔執行
11.10.4. text
11.10.5. inArray
11.10.6. Ajax
11.10.6.1. Load
11.10.6.2. GET
11.10.6.3. Post
11.10.6.4. jsonp
11.10.6.5. No 'Access-Control-Allow-Origin' header is present on the requested resource.
11.10.6.6. 同步 AJAX
11.10.7. Form 表單處理
11.10.7.1. select
11.10.7.2. input
11.10.8. Jquery 事件
11.10.8.1. click 事件
11.10.9. Garlic.js - 表單數據持久化
11.11. Bootstrap
11.12. ActiveWidgets - WebUI
11.13. Highslide
11.14. JavaScript 代碼混淆
11.14.1. JavaScript Packer
11.15. phantomjs - headless WebKit with JavaScript API
11.16. Javascript MVC Frameworks
11.16.1. Backbone
11.16.2. example
12. SSI
12.1. SSI 環境變數
12.1.1. QUERY_STRING GET參數傳遞
12.1.2. SERVER_NAME 與 HTTP_HOST
12.2. set
12.3. echo
12.4. 包含網頁
12.5. if 條件判斷
12.6. FAQ 常見問題
12.6.1. SERVER_NAME 與 HTTP_HOST 有什麼不同?
13. Theme & UI
13.1. bootstrap
14. 3rd party
14.1. Share Buttons
14.2. discussions
14.3. Highlight
14.3.1. SyntaxHighlighter
14.3.2. highlight.js
14.4. 所見即所得現在編輯工具
14.4.1. FCKeditor
14.4.2. NicEdit
14.4.3. TinyMCE
14.4.4. WYSIWYG
14.4.5. Quill
15. Div+CSS頁面設計
15.1. 頁面元素命名
15.2. XHTML+DIV+CSS
15.3. 頁面結構設計
15.3.1. Home page (首頁)
15.3.2. 導航爛
15.3.3. Left Bar
15.3.4. 區塊設計 Block
15.4. 表格
15.5. 圖片優化
15.5.1. onMouseOver/onMouseOut
15.5.2. 使用一幅圖片處理BLOCK四角
15.5.3. 圖片用背景圖代替 img 標記
15.5.4. 合併圖片
15.6. HTML嵌入圖片
15.7. 頁面內容安全
15.7.1. 禁止滑鼠右鍵
15.7.2. 禁止複製剪切 及粘貼
15.8. html,css 有效性檢查 Validation
15.9. 自適應寬度超出截取並顯示省略字元
16. Angular
16.1. Function
16.1.1.
16.1.2. ng-bind
II. Ruby
17. Ruby
17.1. Ubuntu ruby 1.9.1
17.1.1. rubygems
17.2. sanp 安裝
18. Variable
18.1. String
18.2. Date
18.3. Array
19. Class
19.1. rmagick
20. Ruby on Rails
20.1. Getting Started
20.2. Creating a New Rails Project
20.2.1. Creating the Blog Application
20.2.2. Configuring a Database
20.2.2.1. Creating the Database
20.2.3. Hello world
20.2.4. Starting up the Web Server
20.2.5. Setting the Application Home Page
20.2.6. FAQ
20.3. capistrano
21. FAQ
21.1. no such file to load — mkmf
III. Node.js
22. Node.js 安裝
22.1. Ubuntu
22.2. Ubuntu Node.js 9.x
22.3. CentOS
22.4. Mac
22.5. npm -- node package manager
22.5.1. mirror
22.5.2. link
22.6. Yarn
22.6.1. 安裝
22.6.1.1. Ubuntu
22.6.1.2. CentOS
22.7. pm2
22.7.1. 啟動進程
22.7.2. 停止程序運行
22.7.3. 查看進程列表
22.7.4. 查看啟動進程的詳細信息
22.7.5. 系統資源監控
22.7.6. 監控介面
22.7.7. logs
22.8. Type
22.8.1. String
22.8.2. Number
22.8.3. BigNumber
22.9. Loop
22.9.1. for json map
22.9.2. forEach
22.10. 資料結構
22.10.1. set
22.10.2. map
23. Meteor
24. express
24.1. 安裝
24.2. 配置
24.2.1. 監聽 0.0.0.0 地址
24.2.2. 跨區請求
24.3. 請求和響應
24.3.1. cookie 處理
24.4. 路由
24.4.1.
24.4.2.
24.4.3.
24.4.4. express.Router()
24.5. 靜態檔案
24.6. Form 表單處理
24.6.1. 上傳檔案
24.7. 模板
24.7.1. 安裝模板
24.7.2. 配置模板
24.7.2.1. 閉合標籤
24.7.3. 傳遞變數
24.7.4. forEach
IV. C/C++
25. Build tool
25.1. make - GNU make utility to maintain groups of programs
25.1.1. autoconf - Generate configuration scripts
25.2. CMake
25.2.1. helloworld
25.2.2. cmake_minimum_required
25.2.3. SET
25.2.4. ADD_SUBDIRECTORY
25.2.5. INCLUDE_DIRECTORIES
25.2.6. 編譯檔案
25.2.6.1. ADD_EXECUTABLE 編譯可執行
25.2.6.2. ADD_LIBRARY 編譯庫檔案
25.2.7. EXECUTABLE_OUTPUT_PATH / LIBRARY_OUTPUT_PATH
25.2.8. TARGET_LINK_LIBRARIES
25.2.9. INSTALL
25.3. scons - a software construction tool
25.4. Phing
26. C
26.1. compiler
26.1.1. gcc - The GNU C compiler
26.1.2. clang - Low-Level Virtual Machine (LLVM), C language family frontend
26.2. ldconfig
26.3. C Library
26.3.1. lib
26.3.1.1. syslog.h
26.3.1.2. stdio.h
26.3.2. libssh2
26.3.3. libconfig – C/C++ Configuration File Library
26.3.4. libuv
26.3.5. newt
26.3.6. Spdylay - SPDY C Library
26.3.7. libPhenom
26.3.8. curl
26.3.8.1. url encode / decode
26.3.9. libxml
26.3.9.1. example
26.3.9.2. Creating string with libxml2
27. C++
27.1. g++ - The GNU C++ compiler
27.2. C++ library
27.2.1. Boost C++ Libraries
27.2.2. google-perftools
27.2.3. TreeFrog Framework
28. Objective-C
29. 調試工具
29.1. ftop - Tool to show progress of open files and file systems
29.2. strace - trace system calls and signals
29.2.1. -o file -- send trace output to FILE instead of stderr
29.3. ltrace - A library call tracer
29.4. ldd - print shared library dependencies
29.5. Valgrind
29.6. nm - list symbols from object files
29.7. objdump - display information from object files.
29.8. readelf - Displays information about ELF files.
30. GNU Development Tools
30.1. strip - Discard symbols from object files.
V. D Programming Language
31. D Lang
31.1. dmd install
31.2. helloworld
31.3. dmd - Digital Mars D2.x Compiler
31.3.1. -cov do code coverage analysis
31.4. Open Source Development for the D Programming Language
31.4.1. DDBI - A database independent interface.
32. FAQ
32.1. /lib64/libc.so.6: version `GLIBC_2.14' not found
33. Chart 圖表
33.1. Flash Charts
33.1.1. PHP/SWF Charts
33.1.2. Open Flash Chart 2
33.1.3. FiCharts
33.1.4. AnyChart
33.2. JavaScript Charts
33.2.1. Google Charts
33.2.2. Dojo Chart
33.2.3. amcharts
33.2.4. Highcharts JS
33.2.5. Flot
33.2.6. jqPlot
33.2.7. ECharts
33.2.8. D3 gallery
33.3. Image Charts
33.3.1. PHPGraphLib Graphing Library
33.3.2. pChart - a PHP class to build charts
33.3.3. FnordMetric ChartSQL
33.4. HTML 5
33.4.1. StockChartX HTML5
33.5. SVG
33.5.1. flowchart.js
34. UML
35. Regular expression (正則表達式)
35.1. Network 網絡地址處理
35.2. HTML 處理
36. Miscellaneous
36.1. php function check
36.2. whois 域名查詢
36.3. 身份證校驗
36.4. PHP PDF 處理庫
36.5. Kint - a modern and powerful PHP debugging helper
36.6. snoopy 模擬瀏覽器操作
36.7. PHP Nightrain
37. FAQ
37.1. /lib64/libc.so.6: version `GLIBC_2.14' not found

範例清單

1.1. Example - Release Notes
3.1. single file
3.2. a lot of file or directory
11.1. 倒數計時例子
15.1. 表格排版範例
15.2. XHTML+DIV+CSS排版範例
15.3. 例子
15.4. 例子
26.1. clang helloworld
28.1. Objective-C hello world