原创 JSP Learning Notes 4

Dynamic Commands For the previous note, compiler command, the JSP files will be mixed and generate a new servlet file.

原创 JSP Learning Notes 3

Compiler Commands Page -For defining the global properties of JSP file, generally, page compiler commands existing on

原创 Eclipse Keys for Mac

General key storing and using for personal look-up line number cmd+l delete current line cmd+d quickly fix cmd+1 undo a

原创 HTML&CSS Learning Notes 3

HTML Basic III <table></table> By using these two tags, we can create a table for sotre data with tabular. <tr></tr> w

原创 HTML&CSS Learning Notes 1

HTML Basic I <!DOCTYPE html> Always put <!DOCTYPE html> on the first line. This tells the browser what language it’s r

原创 How to change password of Thunderbird

Delete Old PW Menu( 三) >> Preference >> Preference Security >> Password >> Saved PW Searching the old password you k

原创 JSP installation and configuration

1. Overlook the steps of JDK, JSP, and Eclipse foundational installation 2. Configuration of Eclipse SE As we known, a

原创 Where is my java?

Looking for $JAVA_HOME The path of your current applied java home /usr/libexec/java_home Or List all of java homes /us

原创 Vim Instructions (For Beginner). Reference from 簡明Vim練級攻略

A. Introductions - Mode ( esc &i ) First status is normal mode after you start the vim editor. <command mode>  Press ' 

原创 Mac Environment Variables

1. Shell types: echo $SHELL Typing the code above, the terminal will displays the type of shell of your operating syste

原创 HTML&CSS Learning Notes 2 (Additional)

Additional Knowledges & and " <> For displaying original tags, &amp = &, &quot = ", &lt; = < and &gt; = > <img src="UR

原创 HTML&CSS Learning Notes 5

CSS Basic II Multiple Selectors If you want to grab <p>s that are inside two <div>s, and not all <p>s, you can select

原创 HTML&CSS Learning Notes 6

CSS Basic III Box Model display property. Generally there are two features, block model and single element. Block mode

原创 HTML&CSS Learning Notes 4

CSS Basic I The stylesheet.css tab (which we’ll teach you how to use in this course) contains all the CSS styling info

原创 HTML&CSS Learning Notes 2

HTML Basic II <ol></ol> Ordered lists, ordering each line with ordering number. By recognizing each line item, we use