Archive for 2007
[mysql] get top 10
16 August 2007if you need top 10 rows from table ordered by point, you should use
SELECT * FROM table ORDER BY point LIMIT 10
[javascript] no compatibility of getElementById
10 August 2007In IE, getElementById aquires element from name and id.
In firefox, getElementById aquires element from only id.
pooping
9 August 2007
[css] difference between id and class
7 August 2007id must be unique in a page. id is used by stylesheet, javascript and link tag.
We can specify an id using #.
class don’t need to be unique.
class is only used by stylesheet.
angry
7 August 2007smiling?
6 August 2007in a swaddling clothe
5 August 2007Yawning
3 August 2007My son was born at July 24th 2007
24 July 2007weight: 3146g
blood type: B+
[java] How to increase runtime heap memory
20 July 2007“mx” option can increase runtime heap memory.
If you need 256MB heap memory, command is
% java -Xmx256m ex.test.MainClass





