由买买提看人间百态

topics

全部话题 - 话题: mpool
(共0页)
l*********r
发帖数: 80
1
public TreeMap userAccount;
public TreeMap messagePool;
public hw1_BOM()
{
userAccount=new TreeMap();
messagePool=new TreeMap();
}

public class mPool
{
public int mparentID;
public String mUsername;
public String mSubject;
public String mText;

public mPool(int parentid, String username, String subject, String text)
{
mparentID=parentid;
mUsername=username;
mSubject=subject;
mText=text;
}
}
***************what's wrong with this one below?**********
m
l*****9
发帖数: 9501
2
来自主题: Basketball版 - 冷静派专家看小林
Monte Poole: Enjoy the Jeremy Lin ride while it lasts
By Monte Poole
Bay Area News Group
Posted: 02/11/2012 04:47:08 PM PST
Updated: 02/11/2012 10:13:02 PM PST
From Palo Alto High to Harvard, from Ivy League hoops to the NBA.
From the Warriors, where he was considered a novelty, a vanity project of
the impetuous new owner, to a brush with the Houston Rockets to, finally,
the New York Knicks.
Jeremy Lin, 23, unselected in the 2010 NBA draft, now stands astride the Big
Apple, which of course c... 阅读全帖
(共0页)