Mostrando 666,541 - 666,560 Resultados de 668,645 Para Buscar 'C5N~', tiempo de consulta: 2.34s Limitar resultados
  1. 666541
    Publicado 2005
    “…Part III covers advanced topics in network design, including border gateway protocol (BGP), high-availability, routing protocol security, and virtual private networks (VPN). Appendixes cover the fundamentals of each routing protocol discussed ..…”
    Libro electrónico
  2. 666542
    Publicado 2006
    “…This is the book that walks you through that change–step-by-step! The companion CD-ROM contains projects and source code covered in this book so you can run each sample. …”
    Libro electrónico
  3. 666543
    Publicado 2005
    “…DiFucci, Senior Software Analyst, Managing Director, Bear, Stearns & Co. Inc…”
    Libro electrónico
  4. 666544
    por Banerjee, Sinchan
    Publicado 2022
    Tabla de Contenidos: “…Building an effective data model -- Relational data warehouse schemas -- Evaluation of the schema design -- Designing the solution -- Implementing and unit testing the solution -- Summary -- Chapter 5: Architecting a Batch Processing Pipeline -- Technical requirements -- Developing the architecture and choosing the right tools -- Problem statement -- Analyzing the problem -- Architecting the solution -- Factors that affect your choice of storage -- Determining storage based on cost -- The cost factor in the processing layer -- Implementing the solution -- Profiling the source data…”
    Libro electrónico
  5. 666545
    Publicado 2022
    “…The audiobook includes an exclusive invitation to join our online community, where you can enjoy the audiobook alongside peers, other solutions architects, and the authors. …”
    Grabación no musical
  6. 666546
    Publicado 2019
    “…What you'll learn--and how you can apply it How to create new applications with Spring How to build web applications using Spring's MVC framework How to create executable RESTful web services How to persist data using Spring's JdbcTemplate, JPA support, and Spring Data framework How to do transactional tests for your system This video course is for you because... …”
    Video
  7. 666547
    por Zeigler, Kenneth
    Publicado 2010
    “…Key Selling Features Zeigler has been recognized as a leader in the time-management field since 1996; his books have sold over 15,000 copies to date. He speaks at least three times per week to as many as 1,000 people Companion website will include customizable, downloadable "Master Lists" that readers can print out or export into their pdas, iphones, and work computers Zeigler's website gets about 1,000 hits a day; he spends approximately $50,000 per year on Google AdWords and clickthrough advertising In the last year alone, he has appeared on the Neil Cavuto Show, in the Chicago Tribune, and on MoneyMatters Market / Audience Business professionals and managers, readers of Getting Things Done About the Author Kenneth Zeigler (Charlotte, NC) has been recognized as an expert on the subject since developing a time management system for Hertz in 1997. …”
    Grabación no musical
  8. 666548
    Publicado 2010
    “…Key Selling Features Zeigler has been recognized as a leader in the time-management field since 1996; his books have sold over 15,000 copies to date. He speaks at least three times per week to as many as 1,000 people Companion website will include customizable, downloadable “Master Lists” that readers can print out or export into their pdas, iphones, and work computers Zeigler's website gets about 1,000 hits a day; he spends approximately $50,000 per year on Google AdWords and clickthrough advertising In the last year alone, he has appeared on the Neil Cavuto Show, in the Chicago Tribune, and on MoneyMatters Market / Audience Business professionals and managers, readers of Getting Things Done About the Author Kenneth Zeigler (Charlotte, NC) has been recognized as an expert on the subject since developing a time management system for Hertz in 1997. …”
    Grabación de sonido
  9. 666549
    Publicado 2020
    “…Pernille Petersen MBE, Co-ordinator of the Night Shelter I highly recommend this extra ordinary book to everyone who is interested in living their lives to their optimum gratification. …”
    Grabación no musical
  10. 666550
    Publicado 2009
    “…Written in a practical, precise, and smart way, Ancowitz shows introverts how to take advantage of the unique qualities and strengths they can offer, but also how to network, build visibility, have a memorable impact on others, speak publicly, interview effectively, own their own strengths, and much more ... …”
    Grabación de sonido
  11. 666551
    Publicado 2020
    “…The Economist estimates that women have contributed more to global GDP growth over the past decade than new technology or emerging heavyweights India and China. The UN has found that women reinvest up to 90 percent of their income in their families and communities. …”
    Grabación no musical
  12. 666552
    Publicado 2014
    “…The Only Innovation Guide You Will Ever Need--from the Award-Winning Minds at Mayo Clinic A lot of businesspeople talk about innovation, but few companies have achieved the level of truly transformative innovation as brilliantly--or as famously--as the legendary Mayo Clinic. …”
    Grabación de sonido
  13. 666553
    Publicado 2011
    “…Sharing a wealth of illuminating stories, from those of Mulally's achievement at Ford and Mack's at Morgan Stanley, to how Harvey Golub and Ken Chenault successfully restored American Express to long-term sustainable growth, how Neville Isdell turned the Coca-Cola company around, and the continuing prowess of Jeff Bezos in growing Amazon.com, he first reveals how extraordinary leaders marshal and sustain the level of energy in themselves that is required and how they enlist a core group of proficient co-leaders. …”
    Grabación no musical
  14. 666554
    Publicado 2022
    Materias:
    Libro electrónico
  15. 666555
    Publicado 2004
    “…Even on the cultural and ideological level, tribal identity can only be understood in its interrelations with the wider identity relating to the Muslim state - interrelations that must be explained as historically conditioned and variable…”
    Libro electrónico
  16. 666556
    “…Like a physical laborer who becomes estranged from what he or she makes, an emotional laborer, such as a flight attendant, can become estranged not only from her own expressions of feeling (her smile is not "her" smile), but also from what she actually feels (her managed friendliness). …”
    Libro electrónico
  17. 666557
    Publicado 2023
    Tabla de Contenidos: “…A special case - String -- Naming identifiers -- Constants -- Operators -- Casting -- Overflow and underflow -- Wrapper classes -- The math library -- Summary -- Further reading -- Chapter 5: Language Fundamentals - Classes -- Technical requirements -- Class fields -- Understanding access control -- Packages -- The public specifier -- The private specifier -- The protected specifier -- The package specifier -- Understanding classes -- constructor and finalize methods -- Revising the compound interest program -- Class organization based on functionality -- Summary -- Further reading -- Chapter 6: Methods, Interfaces, Records, and Their Relationships -- Technical requirements -- Understanding methods -- Access control designation -- Static or non-static designation and the this reference -- Override permission - final -- Override required - abstract -- Return type -- Method name -- Parameter variables -- Annotations -- Exception handling - throws -- Thread setting -- Generic parameters -- Understanding inheritance -- The superclass of all objects, the Object class -- Understanding the class interface -- Abstract class versus interface -- Sealed classes and interfaces -- Understanding the record class -- Understanding polymorphism -- Understanding composition in classes -- Association -- Aggregation -- Summary -- Chapter 7: Java Syntax and Exceptions -- Technical requirements -- Understanding coding structures -- Code blocks -- Statements -- Expressions -- Operators -- Iteration -- Decision-making -- Handling exceptions -- The stack trace -- Ending the program -- The throw and throws statements -- The finally block -- Creating your own exception classes -- Summary -- Further reading -- Chapter 8: Arrays, Collections, Generics, Functions, and Streams -- Technical requirements -- Understanding the array data structure…”
    Libro electrónico
  18. 666558
    Publicado 2021
    “…Based on the principle that only multidisciplinarity can help us to untangle the puzzle of nationhood, Central Peripheries uses mixed methods, combining political science, intellectual history, sociology and cultural anthropology. …”
    Libro electrónico
  19. 666559
    Publicado 2023
    “…Los RETOS COVID-19 surgieron a principios de la pandemia para ofrecer una información veraz y científica de lo que estaba sucediendo a nivel mundial en relación a la infección por el SARS-CoV 2 y sus consecuencias. …”
    Libro electrónico
  20. 666560
    Publicado 2023
    Tabla de Contenidos: “…– Evaluation What to Do If the System Isn’t Working Summary and Looking to the Future…”
    Libro electrónico