Pesquisas relacionadas a Educação no Brasil, avaliações e exames realizados.
Portal Brasileiro de Dados Abertos
Dados abertos de diversos órgãos do governo federal, sobre temas variados.
| Aqua Data Studio 7.0.22 | |
| Depends on the following DLLs to connect to Oracle through OCI driver: | |
| - ocijdbc10.dll | |
| - oci.dll |
| # Mac files | |
| .DS_Store | |
| */.DS_Store | |
| # Output | |
| /target | |
| /classes | |
| /bin | |
| /out |
| import org.apache.cxf.endpoint.*; | |
| import org.apache.cxf.ws.security.policy.model.Header; | |
| import org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor; | |
| import org.apache.ws.security.WSConstants; | |
| import org.apache.ws.security.handler.WSHandlerConstants; | |
| // ... | |
| private static void addUsernameTokenProfileCXF(PapiWebService papiWebServicePort, String username) { | |
| Client client = org.apache.cxf.frontend.ClientProxy.getClient(papiWebServicePort); |
| Rails-like standard naming convention for endpoints. | |
| * GET /things -> index | |
| * POST /things -> create | |
| * GET /things/:id -> show | |
| * PUT /things/:id -> update | |
| * DELETE /things/:id -> destroy |
| import com.fasterxml.jackson.core.JsonProcessingException; | |
| import com.fasterxml.jackson.databind.ObjectMapper; | |
| import org.junit.Test; | |
| import java.io.IOException; | |
| import static org.junit.Assert.assertEquals; | |
| public class JacksonTest { | |
| @Test |
| import com.fasterxml.jackson.core.JsonProcessingException; | |
| import com.fasterxml.jackson.databind.ObjectMapper; | |
| import org.junit.Test; | |
| import org.springframework.transaction.annotation.Transactional; | |
| import java.io.IOException; | |
| import static org.junit.Assert.assertEquals; | |
| @Transactional |
| const LIST = ['Orange', 'Lemon', 'Banana' ] | |
| process(LIST); | |
| async function eachAsync(arr, fn) { // take an array and a function | |
| for(const item of arr) await fn(item); | |
| } | |
| async function process(list) { | |
| await eachAsync(list, async (data) => { |
| :root { | |
| --side-bar-bg-color: #fff; | |
| --control-text-color: #777; | |
| } | |
| /* cyrillic-ext */ | |
| @font-face { | |
| font-family: 'Calibri'; | |
| font-style: normal; | |
| font-weight: 400; |
| /* | |
| * This stylesheet is loaded when Atom starts up and is reloaded automatically | |
| * when it is changed and saved. | |
| * ... | |
| */ | |
| /* | |
| * Markdown Heading Customization | |
| * https://colordesigner.io/gradient-generator | |
| */ |
Pesquisas relacionadas a Educação no Brasil, avaliações e exames realizados.
Portal Brasileiro de Dados Abertos
Dados abertos de diversos órgãos do governo federal, sobre temas variados.