搜索资源列表
JavaChatClient
- 用JAVA写的一个简单的聊天室客户端代码,供初学者学习参考-with JAVA write a simple chat room client code reference for beginners learning
ProCustSClient
- 工厂--消费者模式,客户端代码.可用于发送请求,并接收服务端的响应-factory -- the consumer model, the client code. Can be used to send requests and receive the server's response
ftpkehuduan
- 学习采用java 进行ftp编程,仅提供参考属于客户端代码 -study conducted using java ftp program, is provided only reference client code
java-email
- 一个完整的java,email客户端代码 -a complete java, email client code
E-mailSystem
- 一个完整的email客户端代码 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information
jpivot-1.5.0
- OLAP 的客户端代码,用于展示多维数据的一个工具
ChatClient
- 这是一个简单聊天室的客户端代码,和刚才发的服务器端的代码一起的
Email
- 用JAVA 实现的 email客户端代码
简单的webservice接口服务端和客户端的java代码实现
- 一个简单的webservice接口服务端和客户端的java代码实现 允许输入拉丁字符的拼音 A simple webservice interface to the server and client java code
javaEmailClient
- 基于JAVA语言的电子邮件客户端,实现了收发邮件等基本功能。对于初学者是一份很好的代码。-Based on the JAVA language, e-mail client, such as implementation of the basic functions to send and receive mail. For beginners is a very good code.
webservice
- WebService客户端应用代码,为了仅供用户参考,里面有不对的地方,请多指正-WebService客户端代码
FirefoxChinaEdition_2009.7
- 这个一个JAVA作的聊天程序,包括服务器和客户端代码,服务器可以向所有的人发送消息。-This made a JAVA chat program, including server and client-side code, the server can send a message to all people.
Exp10
- 简单的股票查询,只是客户端代码,没有服务器段代码-Simple stock query, but client-side code, there is no code in the server segment
43680526FtpClient
- 小的FTP客户端代码,有链接的判定和上传和下载等 -A small FTP client-side code, there are links to determine and uploading and downloading
MyIM
- java即时通讯的程序,完整的客户端代码,完美运行-java instant messaging program, a complete client-side code, the perfect run
soket_client_and_server
- soket多线程操作服务端及客户端代码,使用线程池技术-soket multithreading server-side and client-side code, use the thread pool technology
Client
- client.java 实现客户端代码 聊天室-client.java client code to achieve
qq
- 多线程多热聊天室客户端代码 实现多人同时聊天 -Hot multi-threaded multi-client code chat room to chat over the same time
OAuth2.0 JAVA服务端和客户端功能实现(带jar包)
- OAuth2.0 客户端和服务器java代码实现,供大家学习用,或者直接拿到项目中,稍作优化即可使用。(OAuth2.0 JAVA server and client functions to implement the source code for everyone to learn, or directly to the project (with jar package))
新闻客户端
- 主要就是实现一个闪屏页的效果,使用了两个动画——ScaleAnimation(缩放动画)AlphaAnimation(透明度动画)来实现,与此同时最好是在设置完动画之后设置一个监听动画结束的监听器——Animation.AnimationListener来监听动画完成触发的动作。在此我设置了在动画结束之后启动MainActivity,并关闭SplashActivity ViewPager+HorizontalScrollView实现标题栏滑动 只是初期对新闻客户端的布局设计