server interaction

swf_upload_prepar process

swf Process: setp1: When you click "Upload" button, swf will call their own way, a pop-up box select the folder. setp2: When finished selecting files, swf will be called "file_dialog_complete_handler" the "fileDialogComplete& ...

[Reprinted] to keep the session load balancing technology. Principle. Products

1. What is the conversation to keep? Zaitaiduoshu E De applications or the need for user authentication in the online system, a regular client and server interaction through several times to complete a transaction or a request to complete. Since this ...

PHP + Flex to achieve more than chat

Ordinary language we use PHP + JS code written in many chat rooms are using Ajax technology refresh intervals of time to chat data. Now using Flex + PHP language, through the socket implementation to achieve client and server interaction. As long as ...

PHP + Flex achieve more than chat

Ordinary language we use PHP + JS code written in many chat rooms are using Ajax technology refresh intervals of time to chat data. Now using Flex + PHP language, through the socket implementation to achieve client and server interaction. As long as ...

HTTP packet interface and client-server interaction

1 .TCP / IP protocol 7-layer OSI reference model traditional: the physical layer, data link layer, network layer, transport layer, then road layer, presentation layer and application layer. The TCP / IP protocol does not fully comply with this 7 laye ...

Java compression order (5) GZIP related - Browser Analysis

Yesterday, a GZIP-related cause you to achieve widespread attention, as a friend to test browser support for gzip situation, only this article! Related links: Java compression order (1) ZLib Java compression order (2) ZIP compression - Java native im ...

RCP in the asynchronous thread processing (transfer)

In the RCP in the non-UI thread to UI thread to perform the operation, the easiest way to display.syncExec or display.asyncExec, if the UI thread longer required, then you should use display.asyncExec In the implementation of the asynchronous thread, ...

Mobile game development process in general

When Ling-cold out, the game will be against the idea of some excitement, with creativity, but also an idea of the game development process to understand every aspect to control the risk. Here is just my personal experience to introduce himself to be ...

BlazeDS Architecture Analysis

BlazeDS applications include client-side applications and server-side applications in two parts. Client application through a specific channel (channels) and service-side applications to communicate. The basic schematic is as follows: 1, the client a ...

Ajax-based application framework summary

Browser-side framework is divided into two broad categories: Application Framework: provides the function of the browser, but often include abstract widget and other components known, the main function of the framework around the desktop GUI. The bas ...

AJAX real

/ / Create object, IE - ActiveXObject, firefox - XMLHttpReuqest. function createXMLHttpRequest () ( if (window.ActiveXObject) ( xmlHttp = new ActiveXObject ( "Microsoft.XMLHTTP"); ) else if (window.XMLHttpRequest) ( xmlHttp = new XMLHttpReq ...

Learn Flex

Flex for the most need to know 10 things 1. Flex is a web standard MXML is a Flex application's standard language, which allows developers to customize the structure of applications, including not only the layout also includes the class structure, and
Recent
Recent Entries
Tag Cloud
Random Entries