原创 css:flex佈局

[b]A Complete Guide to Flexbox[/b][url]https://css-tricks.com/snippets/css/a-guide-to-flexbox/[/url]Fle

原创 mysql之同表複製插入數據

[color=green][size=medium][b]mysql之同表複製插入數據[/b][/size][/color][size=medium][b]一、語法:[/b][/size]-- INSERT

原创 javascript之JS操作iframe

JS操作iframe 1. 獲得iframe的window對象 2. 獲得iframe的document對象 3. iframe中獲得父頁面的window對象 4. 獲得iframe

原创 HTML之給網頁增加錨點

[size=medium][b]HTML Anchors with 'name' or 'id'?[/b][/size]When one wants to refer to some part of a w

原创 快樂的 Linux 命令行

快樂的 Linux 命令行http://billie66.github.io/TLCL/index.html

原创 Java之 java.util.concurrent 包之ExecutorService之submit () 之 Future

[size=medium][b]一、如何使用 ExecutorService.submit() ?[/b][/size][b]submit() [/b]可以接受 Callable 或 Runnable 對象

原创 jQuery之empty() VS. remove()

[color=green][size=medium][b]jQuery empty() vs remove()[/b][/size][/color]What's the difference between

原创 Java之 java.util.concurrent 包之Executor與ExecutorService

[size=medium][b]一、問題: execute() 與 submit() 的區別?[/b][/size][b]execute() [/b]來自 Executor 接口,沒有返回值,只接受 Run

原创 jQuery之 prop() VS. attr()

[size=medium]attr() 用於自定義屬性,id ;prop() 用於原生屬性,src,href 等。----------------------------------------------