client-server
Java Server and Client - unable to construct InetAddress
I\'m trying to write a server and client program in java. I\'ve not done this before, so I figured I\'ld start with the examples provided at the links below.[详细]
2023-03-16 08:23 分类:问答Web application vs client/server native application security wise, which is better?
I am developing a admin interface to do CRUD on sensitive data on a remote server over the internet that need the best security protection. I have 2 choices in hand, but I could not figure out which i[详细]
2023-03-16 05:46 分类:问答How to verify from server that client code hasn't been modified
I have a java server that communicates with a java client via json-rpc.The client is supposed to report internal stats to the server which modifies the servers behaviour.Both client and server compene[详细]
2023-03-16 05:36 分类:问答Java reliable UDP
Please suggest java library, that implements reliable udp. It will be used for a game server to communicate to clients and to other servers.[详细]
2023-03-16 04:38 分类:问答LINQ To SQL says Invalid attempt to call Read when reader is closed
I have a server and a client. Server is a web application hosting WCF service. Server uses Linq2SQL DataContext via static singleton which is being initialized upon first access and is never disposed[详细]
2023-03-15 22:14 分类:问答How to send an ArrayList from a client to a server
The object in the ArrayList contains different primitive types and a strange type. Like object = (int, float, float[], PApplet)[详细]
2023-03-15 20:45 分类:问答GWT: How to send one variable from client side code to server side code
Thanks for helping me,i can not explain everything but simply I am writing as follows Say,inside the client file (which implements EntryPoint), a variable DELAY=200,has its initial value but after so[详细]
2023-03-15 17:51 分类:问答How to pass PHP array parameter to Javascript Function?
index.php <script type=\"text/javascript\" src=\"javascript.js\"> </script> <?php $movies = array(\"Bloodsport\", \"Kickboxer\", \"Cyborg\", \"Timecop\", \"Universal Soldier\", \"In H[详细]
2023-03-15 16:19 分类:问答Can a program run through Remote Desktop call a program on the client computer?
I am developing a program that will be run through Windows remote desktop, and at a certain point it opens a webpage. Someone pointed out that it would be great if the program could launch the webpage[详细]
2023-03-15 14:06 分类:问答split string into more xml documents
I have a C# client server application that communicates using xml documents. The server sends to the client more xml documents one after other. In the client I read from socket as a buffer. The probl[详细]
2023-03-15 01:59 分类:问答