This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/66213659/cannot-read-parts-content-fluxdatabuffer-into-a-single-string | |
https://springframework.guru/using-yaml-in-spring-boot-to-configure-logback/ | |
https://dzone.com/articles/step-by-step-procedure-of-spring-webflux-multipart | |
.flatMap(s -> ServerResponse.ok() | |
.contentType(MediaType.TEXT_PLAIN) | |
.bodyValue(s)) | |
https://github.com/spring-projects/spring-framework/blob/main/spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.0; | |
contract HelloWorld { | |
string message = "Hello World"; | |
function get() public constant returns (string) { | |
return message; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x4542ab6b649a8025128B22c039F511DCE91Cce32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x4542ab6b649a8025128b22c039f511dce91cce32 |