Mostrando 121,921 - 121,940 Resultados de 124,680 Para Buscar 'Jebús~', tiempo de consulta: 1.27s Limitar resultados
  1. 121921
    Publicado 2005
    Tabla de Contenidos: “…Moodle Administration -- Notifications -- Users -- Authentication -- Accounts -- Browse list of users -- Add a new user -- Upload users -- User profile fields -- Permissions -- Define roles -- Assign global roles -- User policies -- Courses -- Add/edit courses -- Enrollments -- Course Request -- Backups -- Location -- Language -- Language Settings -- Language Editing -- Language Packs -- Modules -- Activities -- Blocks -- Filters -- Security -- Site Policies -- HTTP Security -- Module Security -- Notifications -- Anti-Virus -- Appearance -- Themes -- Theme settings -- Theme selector -- Calendar -- Filter Settings -- HTML Editor -- Moodle Docs -- My Moodle -- Course Managers -- Sticky Blocks -- Front Page -- Front Page Settings -- Front Page Roles -- Front Page Backup -- Site Files -- Server -- System Paths -- Email -- Session Handling -- RSS -- Debugging -- Statistics -- HTTP -- Maintenance Mode -- Cleanup -- Environment -- PHP Info -- Performance -- Networking -- Reports -- Course Overview -- Logs -- Statistics -- Miscellaneous -- Experimental -- XMLDB Editor -- Moodle Support -- Index…”
    Libro electrónico
  2. 121922
    por Vandevoorde, David
    Publicado 2003
    Tabla de Contenidos: “…Cover -- Contents -- Preface -- Acknowledgments -- 1 About This Book -- 1.1 What You Should Know Before Reading This Book -- 1.2 Overall Structure of the Book -- 1.3 How to Read This Book -- 1.4 Some Remarks About Programming Style -- 1.5 The Standard versus Reality -- 1.6 Example Code and Additional Informations -- 1.7 Feedback -- Part I: The Basics -- 2 Function Templates -- 2.1 A First Look at Function Templates -- 2.2 Argument Deduction -- 2.3 Template Parameters -- 2.4 Overloading Function Templates -- 2.5 Summary -- 3 Class Templates -- 3.1 Implementation of Class Template Stack -- 3.2 Use of Class Template Stack -- 3.3 Specializations of Class Templates -- 3.4 Partial Specialization -- 3.5 Default Template Arguments -- 3.6 Summary -- 4 Nontype Template Parameters -- 4.1 Nontype Class Template Parameters -- 4.2 Nontype Function Template Parameters -- 4.3 Restrictions for Nontype Template Parameters -- 4.4 Summary -- 5 Tricky Basics -- 5.1 Keyword typename -- 5.2 Using this-> -- 5.3 Member Templates -- 5.4 Template Template Parameters -- 5.5 Zero Initialization -- 5.6 Using String Literals as Arguments for Function Templates -- 5.7 Summary -- 6 Using Templates in Practice -- 6.1 The Inclusion Model -- 6.2 Explicit Instantiation -- 6.3 The Separation Model -- 6.4 Templates and inline -- 6.5 Precompiled Headers -- 6.6 Debugging Templates -- 6.7 Afternotes -- 6.8 Summary -- 7 Basic Template Terminology -- 7.1 "Class Template" or "Template Class"? …”
    Libro electrónico
  3. 121923
    Publicado 2011
    Tabla de Contenidos: “…XML Schemas -- XML DB Repository -- XML Indexes -- Summary -- 13 XML DB Backup and Recovery -- Back Up XML DB with RMAN -- Back Up in NOARCHIVE Log Mode -- Back Up in Archive Log Mode -- Importing and Exporting XML with Data Pump -- XMLType Stored as a Table Column -- XMLType Tables -- XML Schema-based XMLType Tables and Columns -- Summary -- 14 XML DB Security and Performance Tuning -- Oracle XML DB Security -- XML DB Repository ACLs -- Setting Up ACL for Network Services Access -- Oracle XML DB Performance Tuning -- Basic XML Processing Performance -- Bulk XML Loading Performance -- XQuery Performance Tuning -- Summary -- PART III BUILDING XML APPLICATIONS -- 15 XML DB Web Services -- Setting Up XML DB Web Services -- Querying Oracle Database with Web Services -- Publishing PL/SQL Functions/Procedures -- Creating PL/SQL Packages and Functions -- Reviewing the WSDL of the PL/SQL Function -- Calling PL/SQL XML DB Web Services in Java -- Summary -- 16 Using Oracle JDeveloper 11g -- Creating the First XML Project -- Creating XML Documents -- Validating XML with XML Schema -- Transforming XML with XSLT -- Running Oracle XML Java Program -- Creating Java Stored Procedures: Basics -- Setting Up Oracle Java Virtual Machine -- Creating the Java Program -- Creating Database Connections -- Deploying Java Stored Procedures -- Creating PL/SQL Specifications -- Running Java Stored Procedures -- Remote Debugging of Java Stored Procedures -- Creating Java Stored Procedures: Advanced Topics -- Summary -- 17 Pulling It All Together -- Creating XML Documents -- Storing XML in XML DB Repository -- Creating an SQL View -- Adding Contact IDs -- Reformatting the Data String -- Publishing XML in APEX -- Creating a Report -- Editing XML -- Displaying XML -- Exporting Contacts -- Integrating with Full-Text Search -- Sending Emails Using Oracle XML DB…”
    Libro electrónico
  4. 121924
    Publicado 2009
    Tabla de Contenidos: “…Tuning the Database -- Identifying Performance Obstacles -- Using Built-in Tuning Tools -- LESSON 17: Database Security -- Security's Role in Database Administration -- Popular Database Products and Security -- Oracle Express and MySQL Security -- LESSON 18: Exploring the Data Dictionary (System Catalog) -- An Introduction to the Data Dictionary -- Identifying Data Dictionary Users -- Exploring the Contents of the Data Dictionary -- A Look Inside Oracle's Data Dictionary -- A Look Inside MySQL's Data Dictionary -- PART V: More SQL Objects -- LESSON 19: Temporary Tables, Stored Procedures, Triggers, and Cursors -- Creating Temporary Tables -- Using Cursors -- Creating and Using Stored Procedures -- Designing and Using Triggers -- Using Embedded SQL -- LESSON 20: New Objects in the Latest Standard -- Exploring the CREATE ROLE Statement -- Creating Triggers -- Using the CREATE TYPE Statement -- Regular Expressions -- Working with BLOB Data Types -- A Short XML Example -- PART VI: Advanced SQL Programming -- LESSON 21: Using SQL to Generate SQL Statements -- Understanding the Power of SQL Statement Generation -- Miscellaneous SQL*Plus Commands -- Counting the Rows in All Tables -- Granting System Privileges to Multiple Users -- Granting Privileges on Your Tables to Another User -- Disabling Table Constraints to Load Data -- Creating Numerous Synonyms in a Single Bound -- Creating Views on Your Tables -- Truncating All Tables in a Schema -- Using SQL to Generate Shell Scripts -- Applying SQL Generation and Other Concepts to the Real World -- LESSON 22: Creating Complex SQL Queries -- CREATE TABLE statements -- Examples of Complex Queries -- Tips for Building Complex Queries -- LESSON 23: Debugging Your SQL Statements -- Exploring Common SQL Errors -- Exploring Common Logical Mistakes -- Preventing Problems with Your Data…”
    Libro electrónico
  5. 121925
    Publicado 2010
    Tabla de Contenidos: “…jQuery Object Methods -- Chapter 14: Drop-Down Menus -- Menu HTML -- Menu Markup -- Menu CSS -- Progressive Enhancement -- Menu JavaScript -- MooTools Constructor Functions -- Arrays in MooTools -- Event Handlers in MooTools Classes -- Showing and Hiding Submenus -- Clicking Outside the Menus -- Extending the Menu Class -- Overriding Inherited Methods -- Using MooTools Effects -- MooTools Glossary -- Element Utilities -- Element Methods -- Array Utilities -- Function Utilities -- Chapter 15: Ajax -- Ajax Considerations -- Servers -- Same-Origin Policy -- Data Formats -- User Experience -- Ajax Example -- Setup -- Data File -- Controller File -- Reading Data from the File -- Get the Page Number from the Query String -- Saving Form Data to the File -- Arrange the Data Just for the Page -- Send JSON for Ajax Requests -- Send an HTML Template for Normal Page Requests -- The HTML Template -- HTML Page Outline -- Data Table Markup -- Navigation Links -- Form Markup -- Checking Your Work -- Ajaxifying the Page -- Script Outline -- Overriding the Previous and Next Links -- Waiting for the Request to Load -- Error Handling -- Handling the Response -- Updating the User Interface -- Overriding the Form -- Getting Around the Same-Origin Policy -- Proxies -- JSON-P -- Chapter 16: Animation -- Simple Animation -- Time-Based Animation -- Easing -- Animation with Libraries -- YUI [(sub)3] Animation Objects -- The jQuery animate() Method -- Resetting Animation -- Using Animation -- Index…”
    Libro electrónico
  6. 121926
    Publicado 2010
    Tabla de Contenidos: “…Chapter 14 Essential CSS Techniques -- Creating Multicolumn Layouts with Float -- Styling Links Versus Navigation -- Using CSS Sprites -- Creating a CSS Drop-down Menu -- Chapter 15 Managing Style Sheets -- Creating Readable Style Sheets -- Include an introduction and TOC -- Define colors, fonts, and other constants -- Use section headers -- The @ rules go at the top -- Choose an organization scheme -- Use specificity for hierarchy -- CSS Libraries and Frameworks -- Style Sheet Strategies -- The One For All method -- The Divide and Conquer method -- The Aggregate method -- The Dynamic method -- Troubleshooting CSS Code -- Ask these questions -- If all else fails, try these ideas -- Debugging CSS in Firebug and Web Inspector -- Firebug for Firefox -- Web Inspector in Safari and Chrome -- Validating Your CSS Code -- Minifying Your CSS -- 32 CSS Best Practices -- Appendix A: CSS Quick Reference -- Basic Selectors -- Pseudo-Classes -- Pseudo-Elements -- Text Properties -- Font Properties -- Color and Background Properties -- List Properties -- Table Properties -- User Interface and Generated Content Properties -- Box Properties -- Visual Formatting Properties -- Transform Properties (-webkit-, -moz-, -o-) -- Transition Properties (-webkit-, -moz-, -o-) -- Appendix B: HTML and UTF Character Encoding -- HTML and UTF Character Encoding -- Index…”
    Libro electrónico
  7. 121927
    Publicado 2024
    Tabla de Contenidos: “…-- Project - Interacting with the blueprint actor at runtime -- Loading levels -- Case studio - Level blueprint and Dispatcher -- Creating an interactive UI with a widget blueprint -- Project - Creating a widget -- Summary -- Chapter 12: Optimizing the Scene -- Technical requirements -- Real-time optimization -- Knowing your performance budget -- Checking out the stat-debugging and profiling tools -- Key learning -- Improving frame rate performance -- Draw calls -- Materials -- Rendering -- Light optimization -- Asset optimization -- Key learning - finding and fixing bottlenecks -- Improving texture memory usage -- Checking texture usage -- Texture streaming -- Video memory exhausted -- Reducing Texture memory -- Virtual Texturing -- Best practices -- Summary -- Part 4: Rendering the Scene…”
    Libro electrónico
  8. 121928
    Publicado 2024
    Tabla de Contenidos: “…Data preparation with AutoML -- Data enhancement with AI Insights -- Summary -- Questions -- Chapter 10: Creating Custom Functions in Power Query -- Planning for your custom function -- Defining the problem -- Identifying parameters -- Setting clear objectives -- Using parameters -- Types of parameters -- Defining parameters -- Best practices for using parameters -- Creating custom functions -- Defining the function structure -- Writing M code -- Testing and debugging -- Documentation -- Summary -- Questions -- Chapter 11: M Query Optimization -- Technical requirements -- Creating custom functions -- Filtering and reducing data -- Using native M functions -- Optimizing memory usage -- Parallel query execution -- Using Table.Buffer and Table.Split -- Summary -- Questions -- Further reading -- Chapter 12: Data Modeling and Managing Relationships -- Understanding the basics of data modeling -- Importing versus DirectQuery -- Dimensional modeling -- Snowflake schema -- Intermediate tables -- Calendars and date tables -- Role-playing dimensions -- Aggregating tables -- Incremental refreshes -- Using bidirectional cross-filtering -- What is bidirectional cross-filtering? …”
    Libro electrónico
  9. 121929
    Publicado 2024
    Tabla de Contenidos: “…Memory allocations -- Common pitfalls -- CPU profiling -- Memory profiling -- Profiling memory over time -- Preparing to explore the trade-offs -- Summary -- Part 4: Connected Apps -- Chapter 10: Networking -- The net package -- TCP sockets -- HTTP servers and clients -- HTTP verbs -- HTTP status codes -- Putting it all together -- Securing the connection -- Certificates -- Advanced networking -- UDP versus TCP -- Summary -- Chapter 11: Telemetry -- Technical requirements -- Logs -- Zap versus slog -- Logging for debugging or monitoring? -- What to log? -- What not to log? …”
    Libro electrónico
  10. 121930
    Libro
  11. 121931
    Publicado 2014
    Libro electrónico
  12. 121932
  13. 121933
    Publicado 2011
    “…Fue enviado a América donde se interesó por el estudio de la historia natural, mientras, como miembro de la Compañía de Jesús, se enfrascaba en la evangelización. Biographische Informationen Joseph Gumilla (1686-1750). …”
    Libro electrónico
  14. 121934
    por Kinzig, Wolfram
    Publicado 2024
    “…Der hier vorgelegte Band ist der erste einer Reihe, deren Ziel es ist, die Dokumente der Schwartzschen Sammlung erstmalig vollständig in eine moderne Sprache zu übertragen, sie ausführlich zu kommentieren und in einer Reihenfolge anzuordnen, die den Ablauf des Konzils und seiner Geschichte für den Rezipienten unmittelbar transparent macht The Council of Ephesus (431) was summoned to clarify whether describing Mary, the mother of Jesus, as the "God-bearer" could be reconciled with the true faith. …”
    Libro electrónico
  15. 121935
    por Hill, Napoleon
    Publicado 2020
    Tabla de Contenidos: “…More About Thought -- 18. Jesus' Idea of Greatness -- 19. A View of Evolution -- 20. …”
    Libro electrónico
  16. 121936
  17. 121937
  18. 121938
  19. 121939
  20. 121940