搜索资源列表
20
- 本程序将实现上传文件时显示进度条的功能,当上传文件时,客户端同时显示文件上传进度,从而及时了解文件的传送情况.
TCPClient
- JAVA实现的TCP协议的客户端,与TCP协议的服务器端程序一起运行,可以实现两个程序之间的通信。-JAVA implementation of TCP protocol client, and TCP protocol with the server-side program running, you can realize the communication between the two procedures.
Backbase_Client_Edition_4_3_1
- 非常好的Ajax框架,基本上可以理解为富客户端。能够做出跟Windows应用程序类似的界面。开源而且有丰富的文档-A very good Ajax framework, basically can be understood as rich clients. Able to make a similar application with the Windows interface. Open-source and has a wealth of documentation
JNDI
- 标准的Java命名系统接口,JNDI提供统一的客户端API,通过不同的访问提供者接口JNDI SPI的实现,由管理者将JNDI API映射为特定的命名服务和目录系统,使得Java应用程序可以和这些命名服务和目录服务之间进行交互-The standard Java naming system interface, JNDI provides the client-side unified API, providing access through different JNDI SPI interf
ajaxpatterns
- 本书深入探讨了动态的网络应用,将ajax和rest集成在一起作为单独的解决方案。一个很大的优势是,与ajax相似,rest可以和现今存在的技术一起使用。现在上百万的客户端计算机都是基于ajax的,上百万的服务器是基于rest的。. 无论你是否开发过ajax应用程序,这都是一本理想的书。因为这本书描述了各种各样的模式和最好的实践经验。通过此书的学习,你可以快速地检查和校验你是否构造了一个高效的ajax应用程序。-This book explores in depth the dynamic w
outman
- 该程序能实现客户端的登陆,以及验证信息,将用户名和密码的验证整理起来。-The program enables the landing of the client, and authentication information, user name and password authentication finishing.
Chat1
- 该网络聊天工具为单一的聊天工具,没有采用传统的客户端—服务器模式。在该聊天程序中,主要功能为像指定IP地址的客户端发送信息,并记录下时间。当被发送端正在使用该程序时,将发送端发送的信息显示出来,并显示出发送端的IP地址及时间等信息。-The Internet chat tool as a single chat tool does not use the traditional client- server model. The main function in the chat program
6zuan
- 蓝天6钻系统-视频聊天2次开发程序~测试需去蓝天工作室下载免费客户端-Blue sky six drilling system- video chat development process ~ test need to go to Blue Sky Studios Download the free client
Timer
- WEB应用程序无状态,无法主动更新客户端的显示。需要一种定时更新机制,来保持与服务器的同步。 可以使用ASP.NET Ajax中的Timer控件来实现-WEB application stateless, unable to take the initiative to update the client' s display. Need for a regular update mechanism to maintain synchronization with the server
9409007
- 用数据报开发的网络聊天程序,包括服务器和客户端(With the data submitted to the development of network chat program, including server and client)
siream
- 聊天室的服务器与客户端程序,好东西啊,用java写的(Chat room server and the client program, good things, written in Java)
ackuireset
- 网吧计费管理系统,这个程序主要分析客户端的功能()
新闻客户端
- 主要就是实现一个闪屏页的效果,使用了两个动画——ScaleAnimation(缩放动画)AlphaAnimation(透明度动画)来实现,与此同时最好是在设置完动画之后设置一个监听动画结束的监听器——Animation.AnimationListener来监听动画完成触发的动作。在此我设置了在动画结束之后启动MainActivity,并关闭SplashActivity ViewPager+HorizontalScrollView实现标题栏滑动 只是初期对新闻客户端的布局设计