I need to send an Object from client to server by serializing it. This is my code: HttpURLConnection con = null;
I need a fast way in C# leanguage of converting/casting array of bytes encoding one short (int16) value for 2bytes into float representation, as fast as possible. Performance bottleneck was method:
I\'m 开发者_Go百科a beginner. I want to read a number a from the console and then store them in variable to use as passing to a different class (different .java file).
I am having this very weird behaviour with a C++ code: It gives me different results when running with and without redirecting the screen output to a file (reproducible in cygwin and linux). I mean, i
What term should I use to describe situations (or bugs in software) caused by read, write, send, recv doing less work than expected?
I need to load an xML file from the bin folder in ASP.NET (MVC, not that it woul开发者_运维知识库d count). I can\'t get the bin folder path nor load the file otherwise.. I need to feed the following m
My be开发者_如何学编程low code creates a txt file and writes something to that file. But I need to write a new line after the previous lines when I run the script several times. Code:
I have a client Server application which communicate using objects. when I send only one object from the client to server all works well.
I\'m writing a shell script (my 1st non-example in haskell) which is supposed to list a directory, get every file size, do some string manipulation (pure code) and then rename some files. I\'m not sur
I am trying: import System.IO saveArr = do outh <- openFile \"test.txt\" WriteMode hPutStrLn outh [1,2,3]