reads.clifflu.net reads.clifflu.net

reads.clifflu.net

clifflu reads

這是 clifflu 讀書筆記區,如果其中內容有謬誤還麻煩各界大德指正

http://reads.clifflu.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR READS.CLIFFLU.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.1 out of 5 with 11 reviews
5 star
0
4 star
5
3 star
4
2 star
0
1 star
2

Hey there! Start your review of reads.clifflu.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

FAVICON PREVIEW

  • reads.clifflu.net

    16x16

  • reads.clifflu.net

    32x32

CONTACTS AT READS.CLIFFLU.NET

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
clifflu reads | reads.clifflu.net Reviews
<META>
DESCRIPTION
這是 clifflu 讀書筆記區,如果其中內容有謬誤還麻煩各界大德指正
<META>
KEYWORDS
1 clifflu reads
2 搜尋這個協作平台
3 我總喜歡將書分為三類
4 故事書,看過就算,忘了丟了也沒差
5 工具書,看過以後在腦子裡建立 index,有需要時再去查閱
6 參考書,平常就供著,有需要時由目錄查閱
7 這邊會先依照類型分類,之後以書名/刊名作為名稱 剩下的部份就隨便記啦
8 正在念的書
9 待讀清單
10 附註/授權
CONTENT
Page content here
KEYWORDS ON
PAGE
clifflu reads,搜尋這個協作平台,我總喜歡將書分為三類,故事書,看過就算,忘了丟了也沒差,工具書,看過以後在腦子裡建立 index,有需要時再去查閱,參考書,平常就供著,有需要時由目錄查閱,這邊會先依照類型分類,之後以書名/刊名作為名稱 剩下的部份就隨便記啦,正在念的書,待讀清單,附註/授權,期間,作為訓練教材之用,coding pattern,javascript / ecmascript,協作平台地圖,協作平台擁有者,cliff chao kuan lu,follow clifflu
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

clifflu reads | reads.clifflu.net Reviews

https://reads.clifflu.net

這是 clifflu 讀書筆記區,如果其中內容有謬誤還麻煩各界大德指正

INTERNAL PAGES

reads.clifflu.net reads.clifflu.net
1

The Art of Readable Code - clifflu reads

http://reads.clifflu.net/coding-pattern/the-art-of-readable-code

The Art of Readable Code. 用字精確,如果是要 download or fetch 就不要用 get 如果是 hex id 就不要用 id. 選用具有明確含意的名稱,避免常用變數名如 tmp, retval. Note: 如果變數使用的區塊少於半個螢幕高,我是覺得無所謂啦 另外變數必須 不帶其他含意 才適合這麼搞). 迴圈變數使用 i,j,k 無可厚非,但在多重迴圈時,最好附加變數資訊,以免混淆. Foreach($table as $ri = $colarr) foreach($colarr as $ci = $value). 以 $ri 和 $ci 標註對應的是 row or column 會比純用 i, j, k 更容易辨識. 名稱應明確,避免過度抽象 比如說 $server- canStart() 與 $server- canListenOnPort() 背後含意其實是不同的. 數值應包含單位 例如 size - size mb. Angle - degrees cw. Min, Max, Begin, End 用來描述數值範圍,會帶有 = or = 暗示. C 不具有這...

2

JavaScript The Definitive Guide - clifflu reads

http://reads.clifflu.net/javascript-ecmascript/javascript-the-definitive-guide

JavaScript The Definitive Guide. Chapter 1. Introduction to JavaScript. Array 與 object 兩種變數型態可作為 container,均可透過 foo['bar'] (object) 或 baz[2] 方式賦值或取值 object 可以使用 foo.bar 取值。 Part I. Core JavaScript. Chapter 2. Lexical Structure. Js 是大小寫相異的語言 xhtml 也是,而 html 不是。 Js 內與 dom 或標籤有關的字詞,以小寫來表示,例如 tag. onclick. 准許某些 unicode 控制字符出現在文字 (literal, comment) 內,但不得包含於 identifier (變數、函式名) 中 某些則與數字相似,只能出現在非首位的 identifier 名稱內。 對於 unicode 字元,可以使用 uXXXX 的方式來跳脫 js 能處理這部份。 U00e9".length = 1;. E u0301".length = 2;. Js 有正與負零 的概念...

3

協作平台地圖 - clifflu reads

http://reads.clifflu.net/system/app/pages/sitemap/hierarchy

The Art of Readable Code. JavaScript The Definitive Guide. 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

4

JavaScript / ECMAScript - clifflu reads

http://reads.clifflu.net/javascript-ecmascript

JavaScript The Definitive Guide. The Art of Readable Code. JavaScript The Definitive Guide. 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

5

Coding Pattern - clifflu reads

http://reads.clifflu.net/coding-pattern

The Art of Readable Code. The Art of Readable Code. JavaScript The Definitive Guide. 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

sites.google.com sites.google.com

clifflu on software

https://sites.google.com/site/cliffluonsoftware

之前一直是在 plurk, G , blog, 公司的 redmine 等地方記錄學習的筆記,但總覺得東西寫越多反而越難整理/查閱。 因此打算先以協作平台這種類似 wiki static page 的地方來放放看,一方面自用速查,另外也許能透過搜尋引擎給其他有困擾/需求的朋友提供點協助。 這邊打算作為中立資訊平台經營,因此我會避免在裡面參雜過多個人意見 ya, 我會盡量記得不要在這邊幹醮 UML 或是 Software development。 本站內容除非特別聲明,均以 CC-BY 3.0 方式授權,引用時需附上參照頁面連結。 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

software.clifflu.net software.clifflu.net

MVC - clifflu on software

http://software.clifflu.net/fuelphp/mvc

FuelPHP 的專案 (app) 檔案架構與命名方式跟 kohana3 大致相似,比較重要的有. 存放 Model 與 Controller 的目錄,物件命名要從這層算起 controller/main.php 裡的 Controller 應命名為 Controller Main。 主設定檔, 其下目錄代表不同執行環境 (environment) 的設定. 可以搬到 網頁目錄底下,記得修改 index.php 裡的路徑. 在 FuelPHP 底下, Model. 與一般 class 無異,但需要位在 models/ 目錄之下,此名稱必以 Model 開頭。 只要符合該命名規則,FuelPHP 的 autoloader 就能引入物件檔案。 Model 需要繼承 Model ( Fuel Core Model) ,並且最好擁有自己的 namespace,以免名稱衝突。 物件的 namespace 與 module/package 名稱也要避免重複。 文件裡說 Model 需自行實作 CRUD 方法。 事實上 Fuel Core Model 根本就只是個空空的 class,繼承它主要還是為了宣誓意圖。

software.clifflu.net software.clifflu.net

DynamoDB - clifflu on software

http://software.clifflu.net/aws/dynamodb

Managed NoSQL Service in AWS. Conditional updates does not consume read capacity. 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

software.clifflu.net software.clifflu.net

Lazy Loading - clifflu on software

http://software.clifflu.net/doctrine/lazy-loading

Lazy Loading 是 Doctrine 在可能的情況下,藉由產生 Proxy Class (而非實際 Class) 來避免向資料庫送交 Query 的手法。 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

software.clifflu.net software.clifflu.net

Class & Object - clifflu on software

http://software.clifflu.net/php/class-and-object

係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

software.clifflu.net software.clifflu.net

ELB - clifflu on software

http://software.clifflu.net/aws/elb

Managed load balancing service in AWS. Runs on unshared EC2 instances. Takes more time to scale up (a few minutes). Works on L4 (TCP) or L7 (HTTP), with the capability for SSL termination. For TCP / SSL traffic default: off. Headers to HTTP / HTTPS connections, default: on. Does not take self-signed certs on instance side. Works for HTTP[S] only. Internal traffic is split on a (checked? Per healthy instance' : 'per subnet managed') basis. Default: on (was off). Use with client retry for fully HA.

software.clifflu.net software.clifflu.net

Entity Manager - clifflu on software

http://software.clifflu.net/doctrine/entity-manager

EntityManager (em) 與 Visual Studio .Net 中的 DataSet 概念相近,藉由在客戶端建立部分內容的映射,減少對資料庫的存取次數,從而提昇效能。 當透過 em 取得資料時,em 會記錄物件信息,因此同一筆資料 資料庫內的列 只會產生一個實體,傳回的都是對同一個物件的參考 (reference)。 Em- persist($obj) 的動作,是在告訴 em 需要追蹤 $obj 在下次同步 ($em- flush) 時,其物件與資料庫內容的差異,視情況更新資料庫。 沒有執行 $em- persist($obj) 的物件,即使 em 知道它有變更,也不會去更新。 如果沒有執行 $em- flush(),doctrine 也不會去同步兩者的資料,所以要特別注意因為錯誤處理 (try-catch, 或其他詭譎流程) 而跳過 $em- flush() 的狀況。 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

software.clifflu.net software.clifflu.net

FuelPHP - clifflu on software

http://software.clifflu.net/fuelphp

是一套基於 PHP5.3 的 HMVC. Hierarchical Model-View-Controller) 框架 關於它與它的眾多競爭者,可以參照 這篇. 不打算拋棄 PHP5.1 ,因此有些新語言特性並不能輕鬆的整合. HMVC 框架,因此能將特性整理成 Module 然後整包載入. 大陸那邊有些 Kohana 的說明網站 不過被 Google 標為可能有害. Kohana 未使用 namespace,套件必需依賴命名規則或是自行建立 命名空間來避免衝突. 中文資源不多 官網文件不錯,但是說明不足,編排架構也有點囧,可能要去爬 forum 找非官方 tutorial 來看. Module 與 package 需要有自己的命名空間. 套件 (module 與 package,包含 app 與 core 規則與 kohana3 類似,包含物件名稱 底線代替目錄 、bootstrap.php、after()、before() 等等. 提供針對 Namespace 的 autoloader 可以直接註冊. 提供 migration 機制管理資料庫 Schema.

software.clifflu.net software.clifflu.net

function - clifflu on software

http://software.clifflu.net/php/function

PHP 能以類似 variable variable 的方式使用 function 但有某些屬於 language construct 就不能這麼呼叫。 Function foo() { echo "foo"; } $var = "foo"; $var(); / foo. Pass by Reference / Value. 這方面的嘴砲已經夠多了,像是 pass by value 但 value 是 reference 這種東西,除了讓人混淆跟繞口令以外毫無用處。 底下列出幾種寫法,並指出其中 $out 與 $in 是否指向同一份資料 記憶體、同樣的 reference、alias. 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL LINKS TO THIS WEBSITE

22

OTHER SITES

reads-to-go.blogspot.com reads-to-go.blogspot.com

READS-TO-GO

NHU-PAC List of RTG Titles. Monday, August 10, 2015. By Lily King, is the latest novel to be added to our list of highly discussable kits. The story of an anthropologists' love-triangle was inspired by the life of Margaret Mead. The kit is hosted by Amherst Town Library. Please call Carole Gasch at 673-2288, to discuss booking options. Posted by KURIOUS KITTY. Wednesday, August 5, 2015. Etta and Otto and Russell and James- Now a Kit! And it is housed at the Nesmith Library. Posted by KURIOUS KITTY. By Ch...

reads-to-much.deviantart.com reads-to-much.deviantart.com

reads-to-much (... thats an understatement) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 7 Years. This deviant's full pageview. This is the place where you can personalize your profile! You can drag and drop to rearrange.

reads-un-text.skyrock.com reads-un-text.skyrock.com

Blog de Reads-un-text - Pour moi, raconter me créer un univers et cet univers est l'Asie et les belles histoires d'amour ! - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Pour moi, raconter me créer un univers et cet univers est l'Asie et les belles histoires d'amour! A mi chemin entre L'amour et L (79). Mise à jour :. Abonne-toi à mon blog! Bonjours à vous, lecteurs! Vos commentaires vous seront rendus et bonne lecture à tous . Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le mercredi 07 octobre 2009 09:40. Quel est cette voix? N'oublie pas...

reads.3wks.com.au reads.3wks.com.au

Top Reads

You are the content you publish. Get Started for FREE. I don't have a Facebook or a Twitter account. Need content for your business? Free trial of premium. Already have an account: Login. You are the content you publish. Your new post is loading. Your new post is loading. Scooped by Pete Mulvey. Innovation is about being different. August 5, 2:05 AM. Sign up to comment. Machine Learning And Human Bias: An Uneasy Pair. August 2, 8:48 PM. Sign up to comment. How to Design Work Projects for Maximum Learning.

reads.biz reads.biz

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx.

reads.clifflu.net reads.clifflu.net

clifflu reads

不過有些時候會覺得,腦子裡的 index 實在不太可靠,還是需要留點 cache 下來. 這樣一來能減少實際去翻書的時間,另外也能補足 index 不完備的缺點 XD. 之前都是將零碎的筆記丟在 plurk / G 上,然後讓他們自然隨時間消失,這樣實在有點缺乏效率。 希望把 Google Sites 當成筆記本,整理閱讀過的書籍或準則,會比較有效率 and 容易查找。 The Art of Readable Code. JavaScript The Definitive Guide. 本站內容除非特別聲明,均以 CC-BY 3.0 方式授權,引用時需附上參照頁面連結。 部份內容完成於 clifflu 任職 學思科技. The Art of Readable Code. JavaScript The Definitive Guide. 係採用 創用 CC 姓名標示 3.0 Unported 授權條款.

reads.co.uk reads.co.uk

READ'S restaurant with rooms

Read's restaurant with rooms. If you are viewing this text, your browser lacks the ability to read frames. Don't worry, you can still enjoy our site. All the pages can be viewed from the this link:.

reads.co.za reads.co.za

Home

South African Designer Jewellery. To View / Download. Read's Gallery, specialising in fine antique jewellery and silver, is one of Johannesburgs's "grand old dames" and is celebrating its centenary this year. This historical hallmark's journey through time is a fascinating story to be told. Read More. Tel 27 (0)11 880 2702 Fax 27 (0)11 880 0103. Shop C221, The Rosebank Mall, Street level opposit Stuttafords, next to Mug and Bean. We have 2 guests and no members online.

reads.com.ph reads.com.ph

READS Management Consulting

Vision, Mission, Values. Knowledge Management, Innovation Management & Business Ecosystem. You and your organization gain perspective on the roots of the problem, the area of opportunity and change. Rather than merely addressing an issue, as it is obvious, the research process allows us to design and determine which intervention would best lead your organization to its desired state. Your intervention comes to fruition when processes to support the change and/or renewal are established, practiced and man...

reads.coronaenergy.co.uk reads.coronaenergy.co.uk

Site currently undergoing maintenance | Corona Energy

Site Down For Maintenance. The Corona eBilling system is currently undergoing urgent maintenance work, we aim to be back online at 4:30pm today. We apologise for any inconvenience caused. For more information please call the Customer Support on 08442 64 64 64.

reads.faq.sotic.net reads.faq.sotic.net

READS System - powered by phpMyFAQ 2.8.22

1 user online 1 Guest and 0 Registered. READS System FAQ News. No news is good news. There are 47 FAQs online. How do I login to the Rugby Europe READS . How does the Dashboard work? How do I setup a Language Translation? How do I setup an Admin User? How do I edit/delete a Person record? How do I login as a Club Administrator? How do I search for a person Record? How does the Dashboard Work. How do I add a new Person Record? How do I add a New Person Record.