Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Jesús 4,883
- Jesucristo 3,395
- Historia 2,970
- Biblia 2,234
- Història 2,086
- Jesuitas 1,981
- Bíblia 1,957
- Teresa de Jesús 1,862
- Sagrado Corazón de Jesús 1,470
- Cristologia 1,351
- Espiritualidad 1,167
- Jueus 971
- Crítica e interpretación 965
- Universidad Pontificia de Salamanca (España) 927
- Cristología 921
- Meditaciones 907
- Església Catòlica 871
- Biografia 849
- Biografías 833
- Teología 825
- Vida espiritual 814
- Sermones 741
- Vida cristiana 723
- Misticismo 705
- Crítica, interpretació, etc 641
- Virgen María 628
- Teresa del Niño Jesús 618
- Goigs 613
- Culto 582
- Moral cristiana 582
-
126341Publicado 2022Tabla de Contenidos: “…. -- See also... -- Simple debugging approach - echoing values during script execution -- Getting ready -- How to do it... -- How it works... -- See also…”
Libro electrónico -
126342por Leonard, AnghelTabla de Contenidos: “…Facelets Templating -- A brief overview of the Facelets tags -- Creating a simple template - PageLayout -- Passing parameters via < -- ui:param> -- -- Passing bean properties and action methods via < -- ui:param> -- -- Exploiting the < -- ui:decorate> -- and < -- ui:fragment> -- tags -- Iterating with < -- ui:repeat> -- -- Working with < -- ui:include> -- and < -- f:viewParam> -- -- Working with < -- ui:include> -- and < -- ui:param> -- -- Debugging with < -- ui:debug> -- -- Removing the content with < -- ui:remove> -- -- Using the jsfc attribute -- Extending the PageLayout template -- Facelets' programmatic aspects -- FaceletFactory considerations -- Working with FaceletCache -- ResourceResolver swallowed by ResourceHandler -- Include Facelets programmatically -- Creating a TagHandler class -- Writing custom Facelets taglib functions -- Facelets pitfalls -- AJAX and < -- ui:repeat> -- -- Exemplifying < -- c:if> -- versus < -- ui:fragment> -- -- Exemplifying <…”
Publicado 2014
Libro electrónico -
126343Publicado 2012Tabla de Contenidos: “…-- Tweaking Files Inside of /proc -- Some Useful /proc Entries -- Enumerated /proc Entries -- Common proc Settings and Reports -- SYN Flood Protection -- Issues on High-Volume Servers -- Debugging Hardware Conflicts -- SysFS -- cgroupfs -- Summary -- Part III: Networking and Security -- Chapter 11: TCP/IP for System Administrators -- The Layers -- Packets -- TCP/IP Model and the OSI Model -- Layer 1 (The Wire) -- Layer 2 (Ethernet) -- Layer 3 (IP) -- Layer 4 (TCP, UDP) -- Layers 5-7 (HTTP, SSL, XML) -- Headers -- Ethernet -- Viewing Ethernet Headers -- IP (IPv4) -- tcpdump and IP -- TCP -- UDP -- A Complete TCP Connection -- Opening a Connection -- Transferring Data -- Closing the Connection -- How ARP Works -- The ARP Header: ARP Works with Other Protocols, Too! …”
Libro electrónico -
126344por Larson, BrianTabla de Contenidos: “…The BI Semantic Model -- Building OLAP Out of Cubes-The Multidimensional Model -- Features of a Multidimensional Model Implementation -- Multidimensional Database -- Preprocessed Aggregates -- Easily Understood -- Architecture of a Multidimensional Model Implementation -- Relational OLAP -- Multidimensional OLAP -- Hybrid OLAP -- The Parts of a Multidimensional Model Implementation -- Data Sources -- Data Source Views -- Proactive Caching -- XML Definitions -- Building OLAP Out of Tables-The Tabular Model -- Features of a Tabular Model -- Tabular Structure -- Quick to Implement -- Architecture of a Tabular Model -- Cached Mode -- Direct Query Mode -- Choosing an Implementation Method -- Tools of the Trade -- Chapter 5: First Steps-Beginning the Development of Business Intelligence -- SQL Server Data Tools -- Visual Studio -- Project Organization -- Editing and Debugging Tools -- Source Code Management Integration -- Navigating SQL Server Data Tools -- Creating a Solution and an Analysis Services Project -- SQL Server Data Tools Windows -- Window Management -- SQL Server Data Tools Options -- Fonts and Colors -- Default File Locations -- The SQL Server Management Studio -- The SQL Server Management Studio User Interface -- The SQL Server Management Studio Windows -- The SQL Server Management Studio Projects -- Don Your Hardhat -- Part II: Defining Business Intelligence Structures -- Chapter 6: Building Foundations-Creating Data Marts -- Data Mart -- Who Needs a Data Mart Anyway? …”
Publicado 2012
Libro electrónico -
126345Publicado 2023Tabla de Contenidos: “…. -- Serverless Functions -- Installing the Tools -- Creating a Serverless Function -- Using the Command Line -- Using Visual Studio -- Writing the Function -- Deploying the Function -- Deploying from the Command Line -- Deploying from Visual Studio -- Updating the Function Permissions -- Invoking (Running) the Function -- Invoking the Function from the Console -- Invoking the Function from Visual Studio -- Debugging -- The Mock Lambda Test Tool and Asynchronous Functions -- Cleaning Up -- Serverless Applications -- Installing the Tools -- Creating a Serverless Application -- Writing the Application -- Deploying the Application -- Running the Application -- Debugging -- Cleaning Up -- Choosing Between dotnet CLI Extensions and SAM CLI -- Using Non-LTS .NET Runtimes -- Custom Runtimes -- Container Images -- Summary -- Part III: Storing Your Data -- Chapter 7: S3 Object Storage -- Object Storage in S3 -- Public or Private? …”
Libro electrónico -
126346Publicado 2024Tabla de Contenidos: “…-- Separation of concerns -- Security considerations -- DTO classes versus anonymous types -- Securing entities -- Final thoughts -- Adding the country name -- CitiesController -- Angular front-end updates -- Data services -- XMLHttpRequest versus Fetch (versus HttpClient) -- XMLHttpRequest -- Fetch -- HttpClient -- Building a data service -- Creating the BaseService -- Adding the common interface methods -- Creating CityService -- Implementing CityService -- Creating CountryService -- Summary -- Suggested topics -- References -- Chapter 9: Back-End and Front-End Debugging -- Technical requirements -- Backend debugging -- Windows or Linux? …”
Libro electrónico -
126347Publicado 2024Tabla de Contenidos:Libro electrónico
-
126348por Simpson, AlanTabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- What to Buy to Do the Projects in This Book -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book 1 Getting Started -- Chapter 1 Starting with Python -- Why Python Is Hot -- Choosing the Right Python -- Tools for Success -- Installing Python and VS Code -- Installing the Python extension -- Letting AI write your Python code -- Using GitHub Copilot -- Using Jupyter Notebook for Coding -- Chapter 2 Using Interactive Mode, Getting Help, and Writing Apps -- Using Python's Interactive Mode -- Opening Terminal -- Getting your Python version -- Going into the Python Interpreter -- Entering commands -- Using Python's built-in help -- Exiting interactive help -- Searching for specific help topics online -- Lots of free cheat sheets -- Creating a Folder for Your Python Code -- Typing, Editing, and Debugging Python Code -- Writing Python code -- Saving your code -- Running Python in VS Code -- Learning simple debugging -- Closing a File -- Writing Code in a Jupyter Notebook -- Creating a folder for Jupyter Notebooks -- Creating and saving a Jupyter notebook -- Typing and running code in a notebook -- Chapter 3 Python Elements and Syntax -- The Zen of Python -- Introducing Object-Oriented Programming -- Discovering Why Indentations Count, Big Time -- Using Python Modules -- Understanding the syntax for importing modules -- Using an alias with modules -- Chapter 4 Building Your First Python Application -- Opening the Python App File -- Typing and Using Python Comments -- Understanding Python Data Types -- Numbers -- Integers -- Floats -- Complex numbers -- Words (strings) -- Booleans -- Working with Python Operators -- Arithmetic operators -- Comparison operators -- Boolean operators -- Creating and Using Variables…”
Publicado 2024
Libro electrónico -
126349Publicado 2024Tabla de Contenidos: “…Chapter 7: JavaScript and jQuery -- JavaScript and jQuery - an overview -- jQuery and its role in Power Pages development -- The basic form JavaScript field -- The OnReady function -- Implementing the OnReady function -- Managing field requirements with JavaScript and jQuery -- Controlling field visibility with JavaScript and jQuery -- Setting a field as required/not required -- Understanding field syntax with JavaScript and jQuery -- String field -- Number field -- Date field -- Choice field -- Choice field with checkboxes -- Reference lookup field -- Leveraging jQuery AJAX in Power Pages -- Debugging JavaScript and jQuery -- Using JavaScript and jQuery libraries -- Using Chart.js in Power Pages -- Summary -- Chapter 8: Web Templates and Liquid -- Web templates overview -- Common Code -- Web templates example -- Use case - Agile user story -- Creating a web template -- Accessing the web template editor -- Editing an existing web template in Power Pages code editor -- Defining the layout -- Adding dynamic content with Liquid -- Saving and applying the web template -- Introduction to Liquid -- Getting started with Liquid in web templates -- Using Liquid objects in Power Pages -- Breadcrumbs web template explained -- Using Liquid tags in Power Pages -- Using Liquid filters in Power Pages -- Syntax for using filters -- Example - Using the has_role filter -- Commonly used filters -- Advanced Liquid concepts for Power Pages -- Interacting with Dataverse -- Iterating over collections -- Performing conditional logic -- Debugging web templates and Liquid -- Syntax errors -- Logging output -- Liquid tags and filters -- Liquid objects and variable scope -- Logging and error handling -- Best practices for using web templates and Liquid in Power Pages -- Consistent naming and structure -- Modular approach -- Commenting and documentation…”
Libro electrónico -
126350Publicado 2020Tabla de Contenidos: “…Delitos especiales de funcionarios públicos, sociedades mercantiles y medio ambiente / Jesús-María Silva Sánchez -- Del Derecho penal al Derecho administrativo del enemigo: la legislación de extranjería en España como ejemplo / Ángeles Solanes Corella -- Conductas omisivas de funcionarios inspectores (en especial, en materia medioambiental y urbanística) / Carmen Tomás-Valiente Lanuza -- Algunos aspectos críticos sobre la aplicación de las normas comunitarias para la represión de la pesca ilegal y su incidencia en el ámbito penal / Inma Valeije Álvarez -- Populismo punitivo y quiebra del principio de legalidad / Clara Viana Ballester -- Decomiso en delitos sobre la ordenación del territorio y el urbanismo / Caty Vidales Rodríguez -- Status Libertatis / Tomás Salvador Vives Antón…”
>Texto completo en Biblioteca Virtual Tirant
Libro electrónico -
126351Publicado 2017Tabla de Contenidos: “…: narrativas del dilema en la teoría de la traducción y la literatura española, de Miguel de Cervantes a Javier Marías / Albrecht Buschmann -- El dilema del dinero en La conquista del aire (1998) de Belén Gopegui / Annette Paatz -- Evasión y responsabilidad : el caso de Unamuno / Jesús Torrecilla -- El mal de la dictadura en el teatro del exilio : responsabilidad y obediencia en Los culpables (1964), de José Ricardo Morales / Luisa García-Manso -- Normas vigentes, encubiertas responsabilidades : consideraciones morales en El acoso y El derecho de asilo de Alejo Carpentier / Mirjam Leuzinger -- El silencio del nazismo como expiación y penitencia en El silencio de tu nombre de Andrés Pérez Domínguez y Lo que esconde tu nombre de Clara Sánchez / Diana Castilleja…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
126352por AA., VVTabla de Contenidos: “….) -- CONCEPTOS DEL ARTISTA -- EL ARTE EN MÉXICO -- VENUS ANADYOMENA (ILUSTRACIÓN) -- EL ARTE MEXICANO DE LA COLONIA -- LA ASUNCIÓN (ILUSTRACIÓN) -- EL ENTIERRO DE CRISTO (ILUSTRACIÓN) -- APARICIÓN DE LA VIRGEN A SAN FRANCISCO (...) -- ILUSTRACIÓN (1919) -- MÁSCARA JAPONESA -- MÁSCARA MEXICANA -- MÁSCARA JAPONESA (ILUSTRACIÓN) -- .EL PINTOR ROBERTO MONTENEGRO -- CARBÓN, EL NUEVO DÍA, RETRATO RETROOPECTIVO, (...) -- UNA NUEVA ESCUELA DE ARTE EN MICHOACÁN -- ÍNDICE DE AUTORES -- SOBRE LA OBRA…”
Publicado 1982
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
126353Publicado 2015Tabla de Contenidos: “…Referencias -- Didactext y la investigación sobre didáctica de la escritura académica -- Por Teodoro Álvarez Angulo, Silvia Eva Agosto Riera y Jesús Pedro Hilario Silva -- 1. Introducción -- 2. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
126354Publicado 2007Tabla de Contenidos: “…EL EMBRUJO DE SHANGHAI DE JUAN MARSÉ: HECHIZO Y CONTRAHECHIZO EN LAS ADAPTACIONES DE FERNANDO TRUEBA (2002) Y VÍCTOR ERICE (2001) -- MARÍA JESÚS BELTRÁN BROTONS. UNIVERSOS PICTÓRICOS Y EL ARTE CINEMATOGRÁFICO DE ICIAR BOLLAÍN EN TE DOY MIS OJOS (2003) -- NANCY BERTHIER. …”
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca Universitat Ramon Llull)Enlace del recurso
Libro electrónico -
126355Publicado 2018Tabla de Contenidos: “…CONTENIDO -- ACLARACIÓN XIII: ALIANZA: ANTIGUA Y NUEVA -- ACLARACIÓN XIV: RELIGIOSIDAD DE PABLO: VIVIR EN EL MESÍAS -- CUERPO DE CRISTO -- PARTICIPACIÓN -- ACLARACIÓN XV: JESÚS Y PABLO. ¿FUE PABLO EL VERDADERO FUNDADOR DEL CRISTIANISMO? …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
126356Publicado 2019Tabla de Contenidos: “…Formas de representación de la poesía gráfica en la imprenta de la Edad Moderna / Ana Martínez Pereira ; La "Tragicomedia de Calisto y Melibea" en Zaragoza (1507-1607): los modelos iconográficos y su pervivencia / María Jesús Lacarra Ducay ; La iluminación de impresos a comienzos del siglo XVI: a propósito del "Missale Abulensis" (Madrid, Biblioteca Nacional de España, Inc/1044) / Javier Docampo Capilla ; "Ab les armes de sa Excelˑlencia": las encuadernaciones heráldicas de Fernando de Aragón, duque de Calabria (1488-1550) / Carlos Manuel García Giménez ; Entre la forma y la funcionalidad: reflexiones sobre la estética de las ediciones del siglo XVI / Manuel José Pedraza Gracia ; Biblioiconografía Mexicana del siglo XVI: uso y genealogía del grabado / Guadalupe Rodríguez Domínguez ; La lega tura di Pietro Giustiniani, "Rerum Venetarum ab vrbe condita Historia", Venezia 1560. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada, Biblioteca Universidad de Deusto)Libro -
126357Publicado 2019Tabla de Contenidos: “…Ponències i discursos: Ponències de la jornada "Les Bases de Manresa i el model territorial de Catalunya" (Saló de Sessions de l'Ajuntament de Manresa, 28 de novembre de 2017) -- L'organització comarcal catalana a partir de les Bases de Manresa / Burgueño i Rivero, Jesús -- L'organització territorial de Catalunya des d'una perspectiva jurídica. …”
Libro -
126358por Weiss, Johann Baptist, 1820-1899Tabla de Contenidos: “…La pintura ; Los estados del Norte ; La Guerra de los Treinta Años -- La revolución inglesa y la restauración ; El siglo de Luis XIV ; Literaturas francesa, alemana, holandesa : triunvirato literario ; Leopoldo I y el peligro turco -- Caída de los Stuarts : los Orange y Hannovers ; La sucesión de España ; Pedro I y Carlos XII ; Luis XV ; Literatura inglesa y francesa ; Persia y Turquía ; Polonia y el desarrollo de Prusia -- La sucesión del Austria Federico II ; Los enciclopedistas ; La Guerra de los Siete Años ; América y la India ; Catalina II y Polonia ; Situación religiosa y literaria de Alemania -- La supresión de la Compañía de Jesús ; Ultimos tiempos de Ma. Teresa ; José II y el josefismo ; Catalina II y Turquía ; Los estados del Norte : Gustavo III y Cristián VII ; Leopoldo II ; La América del Norte -- Los Estados Unidos de Norteamérica ; Preludios de la Revolución Francesa ; Los notables ; Los estados generales ; La Asamblea Nacional ; Los derechos del hombre ; La fuga de Varennes ; Europa y la revolución ; La revolución en las colonias ; Aviñón y Venaissin -- La Revolución Francesa ; La asamblea legislativa ; El ministerio girondino ; El 20 de junio ; El 10 de agosto : caida del trono francés ; Los asesinatos de septiembre ; La Commune ; La convención ; El proceso del rey -- Ejecución de Luis XVI y de Ma. …”
Publicado 1927
991002663549706719 -
126359Publicado 2022Tabla de Contenidos: “…Eruzioni, sismi e bradisismo nei Campi Flegrei in epoca romana tra fonti storiche ed evidenze archeologiche e geologiche -- Antonio Jesús Talavera Montes -- Part IV. Building and Rebuilding: Ancient Settlements after the Earthquake -- 20. …”
Libro electrónico -
126360Publicado 2017Tabla de Contenidos: “…Santos, Aldo Van Audenaerde, Yi Wai Chiang, Remus I. Iacobescu, Pol Knops and Tom Van Gerven Nickel Extraction from Olivine: Effect of Carbonation Pre-Treatment Reprinted from: Metals 2015, 5(3), 1620-1644; doi: 10.3390/met5031620 -- Hwanju Jo, Ho Young Jo, Sunwon Rha and Pyeong-Koo Lee Direct Aqueous Mineral Carbonation of Waste Slate Using Ammonium Salt Solutions Reprinted from: Metals 2015, 5(4), 2413-2427; doi: 10.3390/met5042413 -- Yubiao Li, Gujie Qian, Jun Li and Andrea R. …”
Libro electrónico