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
-
1241Publicado 2005Tabla de Contenidos: “…Beginning JavaServer Pages; About the Authors; Credits; Acknowledgments; Contents; Introduction; The Right Way to Do Web Development; Approach; How This Book Is Structured; Conventions; Source Code; Errata; p2p. wrox. com; Part I: JSP Fundamentals; Chapter 1: Getting Started with JavaServer Pages; Creating Applications for the Internet; Summary; Exercises; Chapter 2: JSP Basics 1: Dynamic Page Creation for Data Presentation; The Anatomy of a JSP Page; Summary; Exercises; Chapter 3: JSP Basics 2: Generalized Templating and Server Scripting; Scripting Elements for Java Code Embedding…”
Libro electrónico -
1242Publicado 2022Tabla de Contenidos: “…Building -- and Deploying -- Java Applications -- to Azure -- 1. Getting -- Started with Java -- Development for -- Azure -- 2. …”
Libro electrónico -
1243Publicado 2016Materias: “…Java (Computer program language)…”
Vídeo online -
1244Publicado 2022Materias: “…Java (Computer program language)…”
Video -
1245Publicado 2022Materias: “…Java (Computer program language)…”
Video -
1246Publicado 2022Materias: “…Java (Computer program language)…”
Video -
1247por Banerjee, SinchanTabla de Contenidos: “…-- Dimensions of data -- Types of data engineering problems -- Responsibilities and challenges of a Java data architect -- Data architect versus data engineer -- Challenges of a data architect -- Techniques to mitigate those challenges -- Summary -- Chapter 2: Data Storage and Databases…”
Publicado 2022
Libro electrónico -
1248
-
1249Publicado 2023Tabla de Contenidos:Libro electrónico
-
1250por Marinilli, MauroTabla de Contenidos: “…Professional Java User Interfaces; Brief Contents; Contents; Acknowledgements; Introduction; The interactivity thrill; Usable GUIs and usable books; The organization of the book; Three levels of advice; Conventions used in the book; Source code; Reader feedback; Book readers and personas; Lars, a Java intermediate programmer; Keiichi, a tech lead; Shridhar, a professor in computer science; Melinda (Mellie), a manager; William, a first year student in a Master in CS course; Karole, a business analyst; Juan, an experienced programmer; 1 Putting GUI Development into Context; 1.1 Introduction…”
Publicado 2006
Libro electrónico -
1251Publicado 2024Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Understanding the JVM -- Chapter 1: Introduction to the Java Virtual Machine -- Technical requirements -- Exploring the evolution of Java -- An overview of the JVM -- How the JVM executes Java code -- Summary -- Questions -- Answers -- Chapter 2: Class File Structure -- Technical requirements -- Decoding class files -- Understanding the headers of class file -- Fields and data repositories -- Methods in the class file -- Summary -- Questions -- Answers -- Chapter 3: Understanding Bytecodes -- Technical requirements -- Bytecode unveiled -- Arithmetic operations -- Addition, subtraction, multiplication, and division -- Remainder and negation -- Shift and bitwise operations -- Local variable increment -- Comparison operations -- Value conversions -- Object manipulation -- Method calls and returns -- Conditional instructions -- Show me the bytecode -- Summary -- Questions -- Answers -- Part 2: Memory Management and Execution -- Chapter 4: Execution Engine -- The foundation of execution -- System operation layers -- Decoding JVM execution -- JIT compilation -- Class loading -- Summary -- Questions -- Answers -- Chapter 5: Memory Management -- Technical requirements -- Memory management in the JVM -- Program counter -- Java stack -- Local variables -- Operand stacks -- Java stack at the bytecode -- Native method stacks -- Method area -- Heap -- Code Cache and JIT -- Summary -- Questions -- Answers -- Chapter 6: Garbage Collection and Memory Profiling -- GC overview -- Serial GC -- Parallel GC -- G1 -- ZGC -- JVM tuning and ergonomics -- Summary -- Questions -- Answers -- Part 3: Alternative JVMs -- Chapter 7: GraalVM -- Technical requirements -- GraalVM overview -- Native Image -- Creating a Native Image -- Summary -- Questions -- Answers…”
Libro electrónico -
1252Publicado 2024Tabla de Contenidos: “…-- Implementing the prototype pattern in JavaScript -- Implementation -- A use case -- The singleton pattern with eager and lazy initialization in JavaScript -- Implementation -- Use cases -- Improvements with the "class singleton" pattern -- A singleton without class fields using ES module behavior -- The factory pattern in JavaScript -- Implementation -- Use cases -- Improvements with modern JavaScript -- Summary -- Chapter 2: Implementing Structural Design Patterns -- Technical requirements -- What are structural design patterns? …”
Libro electrónico -
1253por McFedries, PaulTabla de Contenidos: “…Monitoring the focus event -- Monitoring the blur event -- Listening for element changes -- Handling Form Data -- Chapter 11 Ten JavaScript Debugging Strategies -- Get Thee to Your Dev Tools -- The Console Is Your Best Debugging Friend -- Give Your Code a Break(point) -- Step Through Your Code -- Monitor Variable and Object Property Values -- Indent Your Code -- Break Down Complex Tasks -- Break Up Long Statements -- Comment Out Problem Statements -- Use Comments To Document Your Scripts -- Index -- EULA…”
Publicado 2024
Libro electrónico -
1254
-
1255por Resig, JohnMaterias: “…JavaScript (Computer program language)…”
Publicado 2013
Libro electrónico -
1256
-
1257
-
1258por Press, Posts & TelecomTabla de Contenidos: “…Intro -- 内容提 -- 作 简介 -- 审稿人简介 -- 前 -- 源与支持 -- 目录 -- 第1章 取数据与清洗数据 -- 1.1 简介 -- 1.2 使用 Java 从分层目录中提取所有文件名 -- 准备工作 -- 操作步 -- 1.3 使用Apache Commons IO从多层目录中提取所有文件名 -- 准备工作 -- 操作步 -- 1.4 使用 Java 8 从文本文件一次性 取所有内容 -- 操作步 -- 1.5 使用Apache Commons -- 准备工作 -- 操作方法 -- 1.6 使用Apache Tika 提取PDF 文本 -- 准备知 -- 操作步 -- 1.7 使用正则 式清洗 ASCII 文本文件 -- 操作步 -- 1.8 使用Univocity 析CSV 文件 -- 准备工作 -- 操作步 -- 1.9 使用Univocity 析TSV 文件 -- 准备工作 -- 操作步 -- 1.10 使用JDOM 析XML 文件 -- 准备工作 -- 操作步 -- 1.11 使用JSON.simple 编写JSON 文件 -- 准备工作 -- 操作步 -- 1.12 使用JSON.simple 取JSON 文件 -- 准备工作 -- 操作步 -- 1.13 使用JSoup 从一个URL 提取Web 数据 -- 准备工作 -- 操作步 -- 1.14 使用Selenium Webdriver 从网站提取Web 数据 -- 准备工作 -- 操作步 -- 1.15 从MySQL 数据库 取 格数据 -- 准备工作 -- 操作步 -- 第2章 为数据建立索引与搜索数据 -- 2.1 简介 -- 2.2 使用Apache Lucene 为数据建立索引 -- 准备工作 -- 操作步 -- 工作原理 -- 2.3 使用Apache Lucene 搜索带索引的数据 -- 准备工作 -- 操作步 -- 第3章 数据统 分析 -- 3.1 简介 -- 3.2 生成描 性统 -- 操作步 -- 3.3 生成概 统 -- 操作步 -- 3.4 从多种分布生成概 统 -- 操作步 -- 更多内容 -- 3.5 算 率分布 -- 操作步 -- 3.6 算字符串中的 -- 操作步 -- 工作原理 -- 3.7 使用Java 8 算字符串中的 -- 操作步 -- 3.8 算简单回归 -- 操作步 -- 3.9 算普 最小二乘回归 -- 操作步 -- 3.10 算广义最小二乘回归 -- 操作步 -- 3.11 算两组数据点的协方差 -- 操作步 -- 3.12 为两组数据点 算皮尔 相关系数 -- 操作步 -- 3.13 执 对t检 -- 操作步 -- 3.14 执 卡方检 -- 操作步 -- 3.15 执 单因素方差分析 one-way ANOVA test -- 操作步 -- 3.16 执 K-S 检 -- 操作步 -- 第4章 数据学习I -- 4.1 简介 -- 4.2 创建与保存ARFF 文件 -- 操作步 -- 4.3 对机器学习模型 交叉 -- 操作步 -- 4.4 对新的测 数据 分类 -- 准备工作 -- 操作步 -- 4.5 使用 滤分类器对新测 数据分类 -- 操作步 -- 4.6 创建线性回归模型 -- 操作步 -- 4.7 创建 回归模型 -- 操作步 -- 4.8 使用K均值算法对数据点 类 -- 操作步 -- 4.9 依据类别对数据 类处理 -- 操作方法 -- 4.10 学习数据 的关 则 -- 准备工作 -- 操作步 -- 4.11 使用低层方法、 滤方法、元分类器方法 择特征/属性 -- 准备工作 -- 操作步 -- 第5章 数据学习II -- 5.1 简介 -- 5.2 使用Java 机器学习库 Java-ML 向数据应用机器学习 -- 准备工作 -- 操作步 -- 5.3 使用斯坦福分类器对数据点分类 -- 准备工作 -- 操作步 -- 工作原理 -- 5.4 使用MOA 对数据点分类 -- 准备工作 -- 操作步 -- 5.5 使用 Mulan 对多标签数据点 分类 -- 准备工作 -- 操作步 -- 第6章 从文本数据提取信息 -- 6.1 简介 -- 6.2 使用Java 检测标 单…”
Publicado 2024
Libro electrónico -
1259
-
1260