[mysql] get top 10
August 16th, 2007
if 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
August 10th, 2007
In IE, getElementById aquires element from name and id.
In firefox, getElementById aquires element from only id.
pooping
August 9th, 2007

[css] difference between id and class
August 7th, 2007
id 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
August 7th, 2007
smiling?
August 6th, 2007
in a swaddling clothe
August 5th, 2007
Yawning
August 3rd, 2007
My son was born at July 24th 2007
July 24th, 2007
weight: 3146g
blood type: B+
[java] How to increase runtime heap memory
July 20th, 2007
“mx” option can increase runtime heap memory.
If you need 256MB heap memory, command is
% java -Xmx256m ex.test.MainClass
« Previous Page — Next Page »





