<< < 206 207 208 209 210 211 212 213 214 215 216 > >>   ∑:8899  Sort:Rank

HTTPS with IE (Internet Explorer)
This chapter provides tutorial notes and example codes on using certificates in IE. Topics include why Web browsers need certificates; viewing the certificate from an https Web server; installing the certificate from a server; exporting a certificate from IE to a certificate file; importing a certif...
2022-10-01, ∼312🔥, 0💬

Archived: Installing JDK 10 on Windows
This section provides a tutorial example on how to download and install JDK 10, which includes some nice Java tools, on a Windows system.
2022-10-01, ∼312🔥, 0💬

Java API for WSDL 2.0 Component Model
This section describes the Component Model used by Woden to represent a WSDL 2.0 document. org.apache.woden.wsdl20.Descri ptionclass represents the top component, Description.
2022-10-01, ∼312🔥, 0💬

SOAP 1.1 Message Styles and Encoding Options
This section describes the SOAP message styles, document vs. rpc, and encoding options, literal vs. encoded. Message style is specified using style='rpc|document' attribute. Message encoding option is specified using use='literal|encoded' attribute.
2022-10-01, ∼312🔥, 0💬

Archived: Downloading and Installing Notepad++ 5.9
This section provides a tutorial example on how to download and install Notepad++ 5.9 on Windows system; and how to add the XML Tools Plugin in Notepad++.
2022-10-01, ∼312🔥, 0💬

I/O Impact of Multi-Thread Applications
This chapter provides tutorial notes and example codes on I/O impact of multi-thread Java applications. Topics include I/O intensive thread test class, FileEditor2.java; running multiple I/O threads on HotSpot and JRockit JVM.
2022-10-01, ∼312🔥, 0💬

Bitcoin Blockchain Data API (or Explorer)
This chapter provides a quick introduction of the free Web service, Bitcoin Blockchain Data API (or Explorer), provided by blockexplorer.com. Topics include usage description of Bitcoin Blockchain Explorer; examples of get Bitcoin network status, get block data, get transaction data and get wallet d...
2022-10-01, ∼312🔥, 0💬

Perl Built-In Implementation of Base64
This section provides a test program for the default Perl implementation of the Base64 encoding algorithm encode_base64() and decode_base64() functions.
2022-10-01, ∼312🔥, 0💬

Retrieving Chinese Text from Database to Web Pages
This chapter provides tutorial notes on fetching Chinese text data from MySQL database and sending it to Web pages. Topics include a summary on retrieving text from MySQL database; tests on retrieving Chinese text in UTF-8, GBK and Big5 encodings.
2022-10-01, ∼312🔥, 0💬

What Is XSLT (XSL Transformations)
This section describes XSLT (XSL Transformations), which is a language that allows you to write a stylesheet as an XML document to describe rules for transforming a source XML document into a new XML document or a regular text document.
2022-10-01, ∼312🔥, 0💬

Ring Represenations in SMILES
This section provides a quick introduction on ring represenations in SMILES. Append a numeric digit to the starting atom of a ring and close it with the numeric digit as the start atom.
2022-10-01, ∼312🔥, 0💬

"obabel" Command Option Argument Syntax
This section provides tutorial examples to demonstrate different ways to specify Open Babel 'obabel' command option arguments.
2022-10-01, ∼312🔥, 0💬

Writing My First Java Program
This section provides a tutorial example on how to write, compile, and execute the first Java program with JDK 1.8.
2022-10-01, ∼311🔥, 0💬

How Sessions Are Supported in PHP
This section describes how sessions are supported in PHP. Session IDs are passed as cookies or GET/POST variables. session_start() is the built-in function to start a session. $_SESSION is the built-in array to manage session data.
2022-10-01, ∼311🔥, 0💬

JMX Technology and jconsole Tool
This section describes the JMX API and 'jconsole'. Java application can be monitored with 'jconsole' using out-of-the-box JMX settings when launching the SUN JVM.
2022-10-01, ∼311🔥, 0💬

"java --module" - Launching Program from Module JAR
This section provides a tutorial example on how to use 'java --module' command to launch a program that is packaged in a module JAR file.
2022-10-01, ∼311🔥, 0💬

"soap:binding" - Binding Message Style and Transportation
This section describes 'soap:binding', a SOAP extension element that specifies the binding message protocol and the transportation protocol, SOAP 1.1 over HTTP, for example.
2022-10-01, ∼311🔥, 0💬

"soap12:header" - Binding for SOAP Header
This section describes 'soap12:header', a SOAP extension element that specifies how the SOAP Header should be constructed in a SOAP message. 'literal' means no encoding.
2022-10-01, ∼311🔥, 0💬

What Is the Bourne Shell
This section provides a quick introduction of the Bourne shell that became the default shell on Unix systems.
2022-10-01, ∼311🔥, 0💬

Mosaic - The Browser Popularized the Web
This section provides a quick introduction of Mosaic Web browser, the first graphical Web browser that popularized the World Wide Web, originally by Marc Andreessen and Eric Bina and released in 1993.
2022-10-01, ∼311🔥, 0💬

PHP Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default PHP implementation of the Base64 encoding algorithm.
2022-10-01, ∼311🔥, 0💬

What Is MySQL
Quick introduction of MySQL with a list of main features.
2022-10-01, ∼311🔥, 0💬

What Is MySQL Workbench
Quick introduction of MySQL Workbench and ways to start it and access the local MySQL server.
2022-10-01, ∼311🔥, 0💬

Bitcoin Consensus Rules
This chapter introduces Bitcoin Consensus Rules.
2022-10-01, ∼311🔥, 0💬

<< < 206 207 208 209 210 211 212 213 214 215 216 > >>   ∑:8899  Sort:Rank