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
-- lista as chaves estrangeiras de todas as tabelas; | |
SELECT TABLE_NAME | |
, CONSTRAINT_NAME | |
, COLUMN_NAME | |
, ORDINAL_POSITION | |
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE | |
WHERE CONSTRAINT_NAME IN ( | |
SELECT CONSTRAINT_NAME | |
FROM INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS) | |
ORDER BY TABLE_NAME, ORDINAL_POSITION; |
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
1) Escreva um programa para verificar se uma lista de inteiros contém apenas números ímpares. | |
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://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines |
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://www.americanas.com.br/produto/1440480968?opn=YSMESP&offerId=5e14a2d01729c3bbf15917b7&srsltid=AdGWZVTmtuEVqIxI_wBHL9Zz1BAGOCPdaWiPCq35yXTx6de_Uvf3DCW7UO8 |
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
pdf analisar: | |
* https://www.pdfdrive.com/the-critical-thinking-toolkit-spark-your-teams-creativity-with-35-problem-solving-activities-e176088473.html | |
* https://www.pdfdrive.com/the-art-of-thinking-in-systems-improve-your-logic-think-more-critically-and-use-proven-systems-to-solve-your-problems-strategic-planning-for-everyday-life-e195092479.html | |
* https://www.pdfdrive.com/problem-solving-best-strategies-to-decision-making-critical-thinking-and-positive-thinking-e165918103.html | |
* https://get.oreilly.com/rs/107-FMS-070/images/Software-Architecture-Patterns.pdf |
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://azeria-labs.com/arm-data-types-and-registers-part-2/ |
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
http://caderno.org/french_phrases.php | |
https://citation-celebre.leparisien.fr/liste-citation |
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
Execução de analisadores estáticos em interface gráfica (GUI). | |
PMD: | |
(https://github.com/pmd/pmd) | |
(https://pmd.github.io/latest/pmd_userdocs_cpd.html#gui) | |
pasta /bin: | |
Para Windows: | |
cpdgui.bat |
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://www.pdfdrive.com/ |
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
* Modern Java in Action [PDF]; | |
https://www.pdfdrive.com/modern-java-in-action-lambda-streams-functional-and-reactive-programming-d183969171.html |