Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,456
- Development 1,382
- Java (Computer program language) 1,307
- Application software 1,225
- JavaScript (Computer program language) 876
- Història 818
- Engineering & Applied Sciences 746
- Web site development 670
- Computer Science 606
- Web sites 386
- Computer programming 384
- Java (Lenguaje de programación) 368
- Design 365
- Web applications 329
- Internet programming 298
- Cajas de ahorros 284
- Biblia 283
- Computer software 274
- Computer programs 225
- Caza 211
- Programming languages (Electronic computers) 208
- Programming 200
- History 186
- HTML (Document markup language) 183
- Universidad Pontificia de Salamanca (España) 181
- Android (Electronic resource) 179
- Casas, Bartolomé de las 168
- Arquitectura 167
- Crítica e interpretación 167
- Software engineering 162
-
1641Publicado 2014Tabla de Contenidos: “…Main featuresOAuth2 implementation; Updating RESTEasy modules in JBoss; Setting up the configuration in JBoss; Implementing an OAuth client; SSO configuration for security management; OAuth token via Basic Auth; Running the application; Custom filters; Server-side filters; Client-side filters; Example usage of filters; Summary; Chapter 5: Digital Signatures and Encryption of Messages; Digital signatures; Updating RESTEasy JAR files; Applying digital signatures; Testing the functionality; Validating signatures with annotations; Message body encryption; Testing the functionality…”
Libro electrónico -
1642por Juneau, Josh. authorTabla de Contenidos: “…Contents at a Glance; Contents; About the Author; Acknowledgments; Chapter 1: Introduction to Servlets; Setting Up a Java Enterprise Environment; Example; Explanation; Developing Your First Servlet; Example; Explanation; How to Package, Compile, and Deploy a Servlet; Example; Explanation; Registering Servlets Without WEB-XML; Example; Explanation; Displaying Dynamic Content with a Servlet; Example; Explanation; Handling Requests and Responses; Example; Explanation; Listening for Servlet Container Events; Example; Explanation; Setting Initialization Parameters; Example #1; Example #2…”
Publicado 2014
Libro electrónico -
1643por Sharan, Kishori. authorTabla de Contenidos: “…Anonymous Inner ClassA static Member Class Is Not an Inner Class; Creating Objects of Inner Classes; Accessing Enclosing Class Members; Restrictions on Accessing Local Variables; Inner Class and Inheritance; No static Members in an Inner Class; Generated Class Files for Inner Classes; Inner Classes and the Compiler Magic; Closures and Callbacks; Defining Inner Classes in Static Contexts; Summary; Chapter 3: Reflection; What Is Reflection?; Reflection in Java; The java.lang.Class Class; Reflecting on a Class; Reflecting on Fields; Reflecting on an Executable; Reflecting on Methods…”
Publicado 2014
Libro electrónico -
1644Publicado 2020“…Music of the Baduy People of Western Java…”
Libro electrónico -
1645
-
1646Publicado 2022Materias: “…Java (Computer program language)…”
Libro electrónico -
1647
-
1648por Kereki, FedericoTabla de Contenidos: “…Creating pipelines -- Debugging pipelines -- Pointfree style -- Chaining and fluent interfaces -- An example of fluent APIs -- Chaining method calls -- Composing -- Some examples of composition -- Composing with higher-order functions -- Transducing -- Composing reducers -- Generalizing for all reducers -- Testing connected functions -- Testing pipelined functions -- Testing composed functions -- Testing chained functions -- Testing transduced functions -- Summary -- Questions -- Chapter 9: Designing Functions - Recursion -- Using recursion -- Thinking recursively -- Higher-order functions revisited -- Searching and backtracking -- Mutual recursion -- Odds and evens -- Doing arithmetic -- Recursion techniques -- Tail call optimization -- Continuation-passing style -- Trampolines and thunks -- Recursion elimination -- Summary -- Questions -- Chapter 10: Ensuring Purity - Immutability -- Going the straightforward JavaScript way -- Mutator functions -- Constants -- Freezing -- Cloning and mutating -- Getters and setters -- Lenses -- Prisms -- Creating persistent data structures -- Working with lists -- Updating objects -- A final caveat -- Summary -- Questions -- Chapter 11: Implementing Design Patterns - The Functional Way -- Understanding design patterns -- Design pattern categories -- Do we need design patterns? …”
Publicado 2023
Libro electrónico -
1649Publicado 2024“…In the process you’ll learn SvJs, a JavaScript library that closely mirrors the SVG spec and makes scripting SVG intuitive and enjoyable. …”
Libro electrónico -
1650Publicado 2024Materias: “…JavaScript (Computer program language)…”
Libro electrónico -
1651Publicado 2024Materias: “…Java (Computer program language)…”
Libro electrónico -
1652Publicado 2022Materias:Grabación no musical
-
1653Publicado 2016Materias:Libro electrónico
-
1654Publicado 2023Tabla de Contenidos: “…Chapter 1: Introduction -- Chapter 2: What is Java Programming -- Chapter 3: Variables -- Chapter 4: Expressions and Operators, Flow Control, and More on Variables -- Chapter 5: More Data Structures -- Chapter 6: Looping and Iteration -- Chapter 7: Objects, Classes, and OOP -- Chapter 8: Encapsulation, Inheritance, and Polymorphism -- Chapter 9: Debugging Techniques -- Chapter 10: Conclusion…”
Libro electrónico -
1655Publicado 2019Materias: “…Java (Computer program language)…”
-
1656
-
1657por Vasappanavara, RameshTabla de Contenidos: “…-- 2.4 Java Story -- 2.5 Java Features -- 2.5.1 Portability or Platform Independent -- 2.5.2 Automatic Garbage Collection -- 2.5.3 Object-oriented Features -- 2.5.4 Easy to Learn and Excellent Documentation -- 2.5.5 Byte Code -- 2.5.6 Java Virtual Machine (JVM) -- 2.5.7 Comparison with C++ -- 2.6 Developing First Java Application -- 2.6.1 Installing and Using Java Development Kit -- 2.6.2 Setting Path and Classpath -- 2.6.3 Java Program Structure -- 2.6.4 Java Documentation Comments -- 2.6.5 Java Development Environment -- 2.6.6 Our First Java Application -- 2.6.7 Application with Swing Components -- 2.6.8 Eclipse-integrated Development Environment -- 2.6.9 Command Line Arguments -- 2.7 Key Points -- Exercise Questions -- Objective Questions -- Short-answer Questions -- Long-answer Questions -- Assignment Questions -- Solutions to Objective Questions -- Chapter 3: Java Basics and Control Loops -- 3.1 Introduction -- 3.2 Constants/Literal Constants -- 3.2.1 Integer Constants -- 3.2.2 Floating Point Constants/Real Constants -- 3.2.3 Character Constants -- 3.2.4 String Constants -- 3.2.5 Backlash Character Strings -- 3.2.6 Boolean Literals -- 3.2.7 Symbolic Constants -- 3.3 Variables and Assignment of Values to Variables -- 3.4 Data Types -- 3.4.1 Integer Data Types -- 3.4.2 Floating Point Data Types -- 3.4.3 Character Type -- 3.4.4 Boolean Data Type -- 3.5 Scope and Life Time of Variables -- 3.6 Arithmetic Operators -- 3.7 Type Conversion and Type Casting -- 3.7.1 Type Conversion -- 3.7.2 Type Cast -- 3.8 Unary Operators -- 3.8.1 Increment and Decrement Operators -- 3.8.2 Assignment Operator -- 3.8.3 Chained Assignment…”
Publicado 2011
Libro electrónico -
1658
-
1659Publicado 2018Materias: “…Java (Computer program language)…”
Vídeo online -
1660