Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 372
- Computer Science 300
- Development 251
- Application software 244
- Java (Computer program language) 193
- Web site development 149
- XML (Document markup language) 132
- Web sites 125
- Database management 123
- Design 114
- Computer programs 104
- Internet programming 93
- Microsoft .NET Framework 88
- XML (Lenguaje de marcas) 86
- Electrical & Computer Engineering 76
- Telecommunications 75
- C# (Computer program language) 60
- Computer programming 59
- Android (Electronic resource) 55
- SQL server 54
- Programming languages (Electronic computers) 51
- Data processing 50
- Python (Computer program language) 48
- Computer software 47
- Programming 47
- Client/server computing 46
- Web services 44
- Management 42
- Relational databases 41
- Mobile computing 40
-
661por Weir, Luis AugustoTabla de Contenidos: “…Workflow prerequisitesGap analysis; Configuring workflows; Generating workflow.xml; Configuring Community Flows in workflow.xml; Refreshing workflow.xml; Testing the workflow; Debugging OBPM 10g workflows; E-mail notifications; BPM 11g; Summary; Chapter 7: Oracle Service Registry; OSR overview; The roles of OSR and OER; UDDI principles; UDDI data model; The tModel; Business Entities; Business Service; Binding Templates; Understanding UDDI taxonomies; Enterprise taxonomies; Checked and unchecked taxonomies; A UDDI Taxonomy example; Product architecture; Core platform; Oracle DB 11g…”
Publicado 2013
Libro electrónico -
662
-
663por Cheng, StevenTabla de Contenidos: “…Binding a WPF element with data from a WCF serviceReturning ReadOnlyCollection data; Using raw XML as an operation parameter; Returning a DataTable/DataSet in a; Transferring binary data with MTOM; Specifying ServiceKnownType; Using XmlSerializer for custom data; Chapter 7: Security; Introduction; Setting up ad hoc Windows authentication over plain HTTP; Getting an authenticated client identity in a service operation; Using username authentication with an ASP.NET membership provider; Sending a clear text username token over unsecured HTTP transport…”
Publicado 2010
Libro electrónico -
664Publicado 2009Tabla de Contenidos: “…-- The Structure of a Class Diagram -- Attributes and Methods -- Attributes -- Methods -- Access Designations -- Inheritance -- Interfaces -- Composition -- Aggregations -- Associations -- Cardinality -- Conclusion -- References -- 11 Objects and Portable Data: XML -- Portable Data -- The Extensible Markup Language (XML) -- XML Versus HTML -- XML and Object-Oriented Languages -- Sharing Data Between Two Companies -- Validating the Document with the Document Type Definition (DTD) -- Integrating the DTD into the XML Document -- Using Cascading Style Sheets -- Conclusion -- References -- 12 Persistent Objects: Serialization and Relational Databases…”
Libro electrónico -
665Publicado 2010Tabla de Contenidos: “…Replacing the songList array with an XML instance -- Loading an external playlist using the URLLoader class -- Responding to COMPLETE and IO_ERROR events -- Moving the event listeners into the xmlLoaded() function -- Updating the chooseSong() function -- Creating hyperlinks using XML data -- Navigating through the song list -- Some suggestions to try on your own -- 11 USING ACTIONSCRIPT AND COMPONENTS TO CONTROL VIDEO -- Lesson overview -- Examining the Lesson11 folder contents -- Adding the FLVPlayback component -- Setting FLVPlayback properties in Flash -- Adding ActionScript control of FLVPlayback properties -- Working with color -- Using cue points with Flash video -- Adding the FLVPlaybackCaptioning component -- Playing multiple video files from an XML playlist -- Using the full-screen publish settings -- Some suggestions to try on your own -- 12 DELVING DEEPER INTO GRAPHICS AND ANIMATION WITH ACTIONSCRIPT -- Lesson overview -- Inverse kinematics in Flash CS5 -- Examining the starting files -- Working with IK animation in ActionScript -- Creating Sound and SoundChannel instances -- Accessing the user's webcam or video camera using ActionScript -- Using the Bitmap and BitmapData classes -- Examining the Pixel Bender Toolkit -- Suggestions to try on your own -- 13 PRINTING AND SENDING EMAIL WITH ACTIONSCRIPT 3.0 -- Lesson overview -- Examining the starting file -- Adding a simple email link -- Sending email from Flash -- Adding printing capabilities with the PrintJob class -- Some suggestions to try on your own -- 14 CREATING ADOBE AIR APPLICATIONS WITH FLASH AND ACTIONSCRIPT -- Lesson overview -- Using AIR-specific ActionScript -- Specifying Flash publish settings for an AIR project -- Creating an AIR application -- Examining the starting file -- Controlling printing with AIR -- Listening for drag events -- Some suggestions to try on your own…”
CDROM -
666por MacDonald, MatthewTabla de Contenidos: “…Core Concepts -- Introducing ASP.NET -- Visual Studio -- Web Forms -- Server Controls -- ASP.NET Applications -- State Management -- Data Access -- ADO.NET Fundamentals -- Data Components and the DataSet -- Data Binding -- Rich Data Controls -- Caching and Asynchronous Pages -- Files and Streams -- LINQ -- XML -- Building ASP.NET Websites -- User Controls -- Themes and Master Pages -- Website Navigation -- Website Deployment -- Security -- The ASP.NET Security Model -- Forms Authentication -- Membership -- Windows Authentication -- Authorization and Roles -- Profiles -- Cryptography -- Custom Membership Providers -- Advanced User Interface -- Custom Server Controls -- Graphics, GDI+, and Charting -- JavaScript and Ajax Techniques -- ASP.NET AJAX -- Portals with Web Part Pages -- MVC -- Dynamic Data -- Silverlight…”
Publicado 2010
Libro electrónico -
667por McFarland, David SawyerTabla de Contenidos: “…Building a Web page -- Dreamweaver 8 guided tour -- Adding text to your Web pages -- Text formatting -- Links -- Images -- Building a better Web page -- Cascading style sheets -- Page layout 101 -- Advanced page layout -- Under the hood: HTML -- Bringing your pages to life -- Forms -- Dreamweaver behaviors -- Flash, shockwave, and other multimedia -- Building a Web site -- Introducing site management -- Testing your site -- Moving your site to the Internet -- Dreamweaver power -- Snippets and libraries -- Templates -- Automating Dreamweaver -- Customizing Dreamweaver -- Dynamic Dreamweaver -- Getting started with dynamic Web sites -- Adding dynamic data to your pages -- Web pages that manipulate database records -- Advanced dynamic site features -- XML and XSLT…”
Publicado 2006
Libro electrónico -
668Publicado 2008Tabla de Contenidos: “…Beyond SQL: procedural programming and database access mechanisms / Stored procedures, triggers, and user-defined functions -- SQL and XML -- SQL and procedural programming -- The future of SQL…”
Libro electrónico -
669Publicado 2011Tabla de Contenidos: “…APPENDIX: ISO/IEC 19770-2:2009 XML SCHEMA DEFINITION (XSD)GLOSSARY; ITG RESOURCES…”
Libro electrónico -
670Publicado 2018Tabla de Contenidos: “…Intro -- C# 7.0 - kurz & -- gut -- Ein erstes C#-Programm -- Syntax -- Typgrundlagen -- Numerische Typen -- Der Typ bool und die booleschen Operatoren -- Strings und Zeichen -- Arrays -- Variablen und Parameter -- Ausdrücke und Operatoren -- Null-Operatoren -- Anweisungen -- Namensräume -- Klassen -- Vererbung -- Der Typ object -- Structs -- Zugriffsmodifikatoren -- Interfaces -- Enums -- Eingebettete Typen -- Generics -- Delegates -- Events -- Lambda-Ausdrücke -- Anonyme Methoden -- try-Anweisungen und Exceptions -- Enumeration und Iteratoren -- Nullbare Typen -- Erweiterungsmethoden -- Anonyme Typen -- Tupel (C# 7) -- LINQ -- Die dynamische Bindung -- Überladen von Operatoren -- Attribute -- Aufrufer-Info-Attribute -- Asynchrone Funktionen -- Unsicherer Code und Zeiger -- Präprozessordirektiven -- XML-Dokumentation -- Index…”
Libro electrónico -
671Publicado 2018Tabla de Contenidos: “…Data access. Files -- xML and JSON -- LINQ -- Databases -- Part 5. Additional techniques. …”
Libro electrónico -
672Publicado 2021Tabla de Contenidos: “…Creating a Report in Splunk to Get a Total Transaction Request from Eastern USA -- Creating a Report in Splunk to Get a Successful Transaction Request on the Web Page -- Creating a Total Sales Report for Western US Cities -- Creating a Total Sales Report for Eastern US Cities -- Creating Report for an HTTP Status Code -- Creating a Report for an HTTP Method -- Creating Report to Get a Total Transaction Request for Different Categories -- Creating a Dashboard -- Adding a Report to a Dashboard -- Dynamic Form-based Dashboards -- Adding a Radio Button Using XML -- Adding a Time Modifier Using XML -- Adding a Drop-Down Menu Using XML -- Adding a Link List Using XML -- Using the User Interface for Input -- Summary -- Multiple-Choice Questions -- References -- Chapter 7: Splunk User/Power User Exam Set -- Questions -- Summary -- Part II: Splunk Data Administration and System Administration -- Chapter 8: Splunk Licenses, Indexes, and Role Management -- Buckets -- How Does a Bucket Work? …”
Libro electrónico -
673por Melton, Jim, 1946-Tabla de Contenidos: “…SQL/OLB and SQL/JRT8.1 Introduction; 8.2 The SQLJ Group; 8.3 The Joys of Java; 8.4 Embedding SQL in Java; 8.5 Java Routines; 8.6 Java Types; 8.7 Chapter Summary; Chapter 9. SQL/XML; 9.1 Introduction; 9.2 The SQLX Group; 9.3 Brief Overview of XML; 9.4 Mapping SQL and XML Concepts; 9.5 Publishing SQL Data Using XML; 9.6 Chapter Summary; Chapter 10. …”
Publicado 2003
Libro electrónico -
674Publicado 2018Tabla de Contenidos: “…-- Available filters in Solr -- Stop filter -- Classic filter -- Synonym filter -- Synonym graph filter -- ASCII folding filter -- Keep word filter -- KStem filter -- KeywordMarkerFilterFactory -- Word delimiter graph filter -- Understanding CharFilter -- Understanding PatternReplaceCharFilterFactor -- Understanding multilingual analysis -- Language identification -- Configuring Solr for multiple language search -- Creating separate fields per language -- Creating separate indexes per language -- Understanding phonetic matching -- Understanding Beider-Morse phonetic matching -- Summary -- Chapter 5: Data Indexing and Operations -- Basics of Solr indexing -- Installing Postman -- Exploring the post tool -- Understanding index handlers -- Working with an index handler with the XML format -- Index handler with JSON -- Apache Tika and indexing -- Solr Cell basics -- Indexing a binary using Tika -- Language detection -- Language detection configuration -- Client APIs -- Summary -- Chapter 6: Advanced Queries - Part I.…”
Libro electrónico -
675Publicado 2020Tabla de Contenidos: “…An Android Studio Layout Editor ConstraintLayout Tutorial -- 21.1 An Android Studio Layout Editor Tool Example -- 21.2 Creating a New Activity -- 21.3 Preparing the Layout Editor Environment -- 21.4 Adding the Widgets to the User Interface -- 21.5 Adding the Constraints -- 21.6 Testing the Layout -- 21.7 Using the Layout Inspector -- 21.8 Summary -- 22. Manual XML Layout Design in Android Studio -- 22.1 Manually Creating an XML Layout -- 22.2 Manual XML vs. …”
Libro electrónico -
676por Stephens, Rod, 1961-“…It shows the reader how to build multi-tier applications that implement enterprise-wide business solutions, build Web Servers, manage large amounts of data, find specific records, sort data, perform complex queries, and use XML--an integral part of data handling in Visual Basic.NET…”
Publicado 2002
Libro electrónico -
677por Atkinson, Leon“…It’s all here: networking, data structures, regular expressions, math, configuration, graphics, MySQL/PostgreSQL support, XML, algorithms, debugging, optimization...and 650 downloadable code examples, with a Foreword by PHP 5 contributor and Zend Engine 2 co-creator Andi Gutmans!…”
Publicado 2004
Libro electrónico -
678por Curioso, Andrew“…Then it covers serving (or providing) content formatted in both XML and JSON. Finally, we completely immerse ourselves in the Ajax world and write two PHP applications that use each markup language on both the client and server. …”
Publicado 2007
Libro electrónico -
679Publicado 2002“…JBuilder Developer's Guide is not version specific but explains the latest JBuilder 6, 7, and 8 features such as enterprise J2EE application development, CORBA, SOAP, XML tools, Enterprise JavaBeans, JavaServer Pages/Servlets, and JavaBeans technology. …”
Libro electrónico -
680Publicado 2003“…Part I of the book provides a thorough reference of SVG syntax, elements, coordinate systems and animations, with coverage of the XML Document Object Model (DOM) and the SVG DOM application to programming with particular emphasis on the use of ECMAScript/JavaScript. …”
Libro electrónico