client
Unbiased Time System C#
I am creating a reminder system for the software that we have.Currently I have the user give me the time they would like to be reminded and I store it in a database.[详细]
2023-04-12 20:44 分类:问答Better solution for Client/Server Socket-System
I have a Server and clients(1000) which the server communicates in every sec. I am creating a single thread on the server for each Client.[详细]
2023-04-12 13:10 分类:问答Verify client certificate using SSLServer in Ruby
Heres the code I\'m using to setup the server: require \'socket\' require \'openssl\' socket = TCPServer.new(\'127.0.0.1\', 4433)[详细]
2023-04-12 04:39 分类:问答Java simple server/client console chat application
I want to create a simple server client application, but i think there is something wrong with the IO Streams. There is no GUI so the chat shall happen through the console( you can open 2 eclipse to t[详细]
2023-04-11 23:27 分类:问答Good C# bidirectional socket client implementation?
I cant find any good implementations in c# of a bidirectional socket client. An ideal implementation will try to connect the socket until it succeed. Then it will start receiveing messages and at the[详细]
2023-04-11 19:54 分类:问答Reading/writing to a client-side USB device from ASP.NET
I currently have an ASP.NET web application written in C#, and I need to be able to communicate with a device that\'s hooked into a USB port on the client side (reading and writing).I was looking into[详细]
2023-04-11 19:13 分类:问答Is there some client server system java programs I can look at?
I\'m currently doing a project where I\'m going to build an application (created in Java) alongside a database. So this will be client server system i\'m developing. Part of my project would be to res[详细]
2023-04-11 13:23 分类:问答create app to provide unique id to every client's request
What I know is that I want to create an app running on a linux system, that will gather system\'s information such as mac address, hd&cpu id\'s, OS version and computer\'s name, as well as a times[详细]
2023-04-11 09:30 分类:问答Python TCP Client to Client message forwarding
I am looking for a short example in python of a TCP server passing an incoming client message to another new client. All I could find was examples on echo server/clients.[详细]
2023-04-11 02:52 分类:问答Create a copy of document in SharePoint 2010 document library using JavaScript
I want to create a copy of document in the SharePoint document library. Basically let us assume there is a template and every user will open the document by clicking on it. I want to create a copy of[详细]
2023-04-11 01:22 分类:问答