Recent Posts

Ant 中的 fork=”true”

less than 1 minute read

Set fork attribute to true, to run javac in a separate process with its own heap size settings. If fork is set to false, or not set (default is false), javac...

Ant 路径之 **

less than 1 minute read

<fileset dir="${lib.dir}" includes="*.jar"/>

Post: Notice

1 minute read

A notice displays information that explains nearby content. Often used to call attention to a particular detail.

MySQL REGEXP

less than 1 minute read

  参考 Regular Expressions - User Guide

Pointer Swizzling

1 minute read

  swizzle 本来的用法应该是 to swizzle a beverage with a spoon,基本就是 “搅动” 的意思。pointer swizzling 有的翻译叫 “指针混写”,第一眼看上去简直不知所云。

page(页面)

less than 1 minute read

以下来自百度百科和Wikipedia。