Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビットマップをファイルに保存してから送信せずに、どうすれば winsock 経由で送信できますか? また、データを受け取った後にビットマップに変換する方法を知っていると役立ちます。
どのプログラミング言語を使用していますか?
基本的には、ビットマップ データをある種のバイト バッファーに格納し、そのバイトをワイヤ経由で送信し、反対側のバイト バッファーからビットマップを読み取る必要があります。
そのため、次の 4 つのタスクがあります。
特に明確でないタスクはどれですか?
I have written a web-service that should return a List of Questions The web-service is working fine and I am getting the response in JSON.
The JSON response is as follows: