搜索资源列表
aaa
- 注:语音聊天部分还未完成,还需要些时间:) 1.运行服务器端需要你的机器上安装了数据库sql200(sp4),程序用的是JTDS的驱动程序。并且需要建一个gamvantalk数据库,还需要创建一些字段:usrname,password,truename,country,fav,tel 均为char类型,其中username和password字段不能为空。 2.客户端连接的默认IP在192.168.1.111;如果您想在本机上进行调试,你需要把您的电脑上的ip改为192.168.1.111
MyList
- 自定义的一个dropdownlist,换了个皮肤。附带有源码。-For a skin self-defined in the dropdownlist. Fringe have the source code.
MyList
- 提供多功能的列表控件,支持基本的元素添加,插入,删除等功能,还支持字体设置,图标设置,滚动,并且是全屏显示-a list write by j2me, not only supports the function of the base list in j2me, and supports many other function
LinkedListClass
- 使用Java实现链表的功能 分为两个部分:LinkedList.java和MyList.java-implements linkedlist with java