Topic: QQ 其乐无穷,你试了吗?

  Print this page

1.QQ 其乐无穷,你试了吗? Copy to clipboard
Posted by: Jason_hero
Posted on: 2006-05-31 15:35

在QQ聊天窗口。按住 alt 键 然后 依次输入 29482 然后松开 alt 你会看到你的名字 不信就试一下

2.Re:QQ 其乐无穷,你试了吗? [Re: Jason_hero] Copy to clipboard
Posted by: qwert
Posted on: 2006-06-02 08:24

没有啊

3.Re:QQ 其乐无穷,你试了吗? [Re: Jason_hero] Copy to clipboard
Posted by: verwa
Posted on: 2006-06-02 23:27

你是猪

4.Re:QQ 其乐无穷,你试了吗? [Re: Jason_hero] Copy to clipboard
Posted by: dzm521
Posted on: 2006-06-09 23:23

试下格式 当罐水了 可以删掉
class Number{
  int i;
  public Number(int i){
    this.i = i;
  }
}

public class Assignment {

  /**
   * @param args
   */
  public static void main(String[] args) {
    
    Number n1 = new Number(47);
    Number n2 = new Number(9);
    System.out.println("n1.i = " + n1.i);
    System.out.println("n2.i = " + n2.i);
    n1 = n2;
    System.out.println("n1.i = " + n1.i);
    System.out.println("n2.i = " + n2.i);
    
  }

}

5.Re:QQ 其乐无穷,你试了吗? [Re: Jason_hero] Copy to clipboard
Posted by: colo007
Posted on: 2006-06-21 17:09

The same.

void CGfxOutBarCtrl::OnSize(UINT nType, int cx, int cy)
{
  bUpArrow = bDownArrow = false;

  CWnd::OnSize(nType, cx, cy);

  int t, max = GetFolderCount();
  CRect rc;
  GetInsideRect(rc);

  for (t = 0; t < max; t++)
  {
    CBarFolder * pbf = (CBarFolder *) arFolder.GetAt(t);
    CWnd * pc = GetFolderChild(t);
    if (pc) pc->SetWindowPos(0, rc.left, rc.top, rc.Width(), rc.Height(), SWP_NOZORDER);
  }
}


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923