记录的网站

http://www.cnblogs.com/Xiao_bird/archive/2010/03/26/1696908.html

http://blog.csdn.net/xingyu19871124/article/details/4320210

http://blog.csdn.net/xfding/article/details/5467952

http://www.ibm.com/developerworks/cn/linux/l-ipc/part1/

 

//linux 进程间通信

http://www.ibm.com/developerworks/cn/views/linux/libraryview.jsp?view_by=search&sort_by=Date&sort_order=desc&view_by=Search&search_by=linux+%E8%BF%9B%E7%A8%8B%E9%97%B4%E9%80%9A%E4%BF%A1

//IBM上搜资料

http://www.ibm.com/search/csass/search/?q=linux+%E7%BA%BF%E7%A8%8B%E9%80%9A%E4%BF%A1&dws=cndw&sn=dw&lang=zh&cc=CN&ddr=&en=utf&lo=zh&hpp=20&ibm-search.x=0&ibm-search.y=0

//rfc rtsp

http://www.ietf.org/rfc/rfc2326.txt

//rtsp 2326中文版

http://www.blogjava.net/amigoxie/archive/2009/07/22/287820.html

 

http://bbs.chinavideo.org

//Ffmpeg快速应用开发

http://www.ffmpeg.com.cn/index.php/Ffmpeg%E5%BF%AB%E9%80%9F%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91

//ffmpeg详解

http://blog.csdn.net/nkmnkm/article/details/7043241

//乐佳性格色彩课

http://blog.163.com/lejia_vip/

 

 

public static void main()
{
 HashSet hs =new HashSet();
 hs.add(new Student(1,"zhangshan"));
 hs.add(new Student(2,"lisi"));
 hs.add(new Student(3,"wabgwu"));
 hs.add(new Student(1,"zhangshan"));a

 Iteratror it = hs.iterator();
 while(it.hasNext())
  {
  System.out.println(it.next);
  }
}
//应该为存放到HashSet 的对象实现HashCode 和equas方法
class Student
{
 int num;
 String name;

 public int HashCode()
  {
   return num*name.hashCode();
  }
 public boolean equals(Object o)
  {
   Student s =(Student O);
   return num ==s.num && name ==s.name;
   }
 public String toString()
  {
  return num + ":" + name;
  }
}

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值