preface
Got lots of tasks these days.... I may not pressent the development in d...
我們可以從昨天的東西,來繼續探討,什麼是class(類別)?這就可以提到Ruby的程式設計是屬於:
「物件導向」OOP
Object-oriented prog...
Javascript 基本的邏輯運算
&& (and)條件:兩者要同時成立
&&運算是找false,如果找到任一個false則...
昨天有跟大家介紹一些偽類選取器,那今天還是會繼續介紹其他的偽類選取器
:checked
::first-letter
:empty
:not...
雖然前後沒有連貫,但想先看一下。找 code 的方法是用 Ruby 內的工具印出 YARV instruction,挑一個 instruction 當關鍵字找...
先從 ast = load_file(parser, opt->script_name, f, 1, opt); 往下看,應該是從 ruby file 產...