Is there a way toload and run an 开发者_开发技巧EXE file on the client side, after a webpage has been loaded ? [with java scriptor HTML ]There (are||used to be) several JS interfaces for this, which a
OK. I just want to know if this can be done. I\'m using C# asp.net language. I want to send a structure to a webserver from a webpage (much like you you can pass a structure to a function).The serve
I have a Java socket server that is expecting exactly n bytes from some port. I want to write a Python clients that just sends bytes on some port to the Java server.
I have a ASP.NET web page that needs to make a SQL Server call from the client side in a script sectipn of my aspx file. I\'m calling a stored proc which takes one parm. This sp works fine in SQL Serv
I need help on securing my WCF Service so that only authorized users can make a call to service methods.
We have a requirement to copy a .txt file into the client machine and o开发者_运维问答pen the file using notepad.exe.
I don\'t have admin rights to my pc, but would like to use Mercurial (a different SCM is fine, too) to track changes. I have Mercurial installed, but can\'t install TortoiseHg because I don\'t have ad
Let\'s say I have a server running as a service, I have a client that connects to the server exchanging information.
I am designing a multi-file upload service that also shows upload progress for each file. If I was to design my WCF method as a SOAP contract, I would do
How to read binary streams from a HTTP streamer server in python. I did a search and someone said urllib2 can do the job but had blocking issues. Someone suggested Twisted framework.