Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Series Title
      Series Title
      Clear All
      Series Title
  • Reading Level
      Reading Level
      Clear All
      Reading Level
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Content Type
    • Item Type
    • Is Full-Text Available
    • Subject
    • Country Of Publication
    • Publisher
    • Source
    • Target Audience
    • Donor
    • Language
    • Place of Publication
    • Contributors
    • Location
571,279 result(s) for "DOCUMENT"
Sort by:
Java XML and JSON : document processing for Java SE
\"Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle's own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of \"Java XML and JSON\" also expands coverage of DOM and XSLT to include additional API content and useful examples. All examples in this book have been tested under Java 11. In some cases, source code has been simplified to use Java 11's var language feature. The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining six chapters focus on JSON along with the mJson, GSON, JsonPath, Jackson, and JSON-P APIs. Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises.\"--Provided by publisher.
Imaging of photo‐oxidative stress responses in leaves
High resolution digital imaging was used to identify sites of photo‐oxidative stress responses in Arabidopsis leaves non‐invasively, and to demonstrate the potential of using a suite of imaging techniques for the study of oxidative metabolism in planta. Tissue‐specific photoinhibition of photosynthesis in individual chloroplasts in leaves was imaged by chlorophyll fluorescence microscopy. Singlet oxygen production was assessed by imaging the quenching of the fluorescence of dansyl‐2,2,5,5‐tetramethyl‐2,5‐dihydro‐1H‐pyrrole (DanePy) that results from its reaction with singlet oxygen. Superoxide and hydrogen peroxide accumulation were visualized by the reduction of nitroblue tetrazolium (NBT) to formazan deposits and by polymerization with 3,3′‐diaminobenzidine (DAB), respectively. Stress‐induced expression of a gene involved with antioxidant metabolism was imaged from the bioluminescence from leaves of an Arabidopsis APX2‐LUC transformant, which co‐expresses an ascorbate peroxidase (APX2) with firefly luciferase. Singlet oxygen and superoxide production were found to be primarily located in mesophyll tissues whereas hydrogen peroxide accumulation and APX2 gene expression were primarily localized in the vascular tissues.
SQL server advanced data types : JSON, XML, and beyond
Deliver advanced functionality faster and cheaper by exploiting SQL Server's ever-growing amount of built-in support for modern data formats. Learn about the growing support within SQL Server for operations and data transformations that have previously required third-party software and all the associated licensing and development costs. Benefit through a better understanding of what can be done inside the database engine with no additional costs or development time invested in outside software. Widely used types such as JSON and XML are well-supported by the database engine. The same is true of hierarchical data and even temporal data. Knowledge of these advanced types is crucial to unleashing the full power that's available from your organization's SQL Server database investment. SQL Server Advanced Data Types explores each of the complex data types supplied within SQL Server. Common usage scenarios for each complex data type are discussed, followed by a detailed discussion on how to work with each data type. Each chapter demystifies the complex data and you learn how to use the data types most efficiently. The book offers a practical guide to working with complex data, using real-world examples to demonstrate how each data type can be leveraged. Performance considerations are also discussed, including the implementation of special indexes such as XML indexes and spatial indexes. What You'll Learn: Understand the implementation of basic data types and why using the correct type is so important Work with XML data through the XML data type Construct XML data from relational result sets Store and manipulate JSON data using the JSON data type Model and analyze spatial data for geographic information systems Define hierarchies and query them efficiently through the HierarchyID type.