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

Xerces2 Sample Program List
This section provides a list of sample programs provided in Xerces2 Java 2.11.0 XML Schema 1.1 Beta version that you can use to parse and validate XML documents.
2022-10-01, ∼362🔥, 0💬

java.util.SimpleDateFormat.parse() - Parsing Date Strings to Objects
This section provides a tutorial example on how to use the java.util.SimpleDateFormat.par se()method to parse or convert date and time strings to date objects.
2022-10-01, ∼361🔥, 0💬

Encrypted Email Messages using S/MIME
This section provides an encrypted email message example using the S/MIME (Secure/Multipurpose Internet Mail Extensions) standard. The encrypted message with other information is included in a single MIME part.
2022-10-01, ∼361🔥, 0💬

JComboBox - Swing Combo Box Class
This chapter provides tutorial notes and example codes on JComboBox class. Topics include description of the javax.swing.JComboBox class and its methods; example programs of creating a combo box, getting selected option from a combo box, using a combo box as a text field.
2022-10-01, ∼361🔥, 0💬

XML-JSON Document Conversion
This chapter provides tutorial notes and example codes on XML-JSON Document Conversion. Topics include introduction to JSON document; XML-to-JSON conversion rules, tools, and programming library; JSON-to-XML conversion rules, tools, and programming library.
2022-10-01, ∼361🔥, 0💬

Assert Statements and -ea" Option
This chapter provides tutorial examples and notes on Java assertion facility. Topics include 'assert' statements; '-ea' JVM option to enable assertion.
2022-10-01, ∼361🔥, 0💬

What Is JSP (JavaServer Pages)
This section describes what is JSP (JavaServer Pages) - A Web application technology that allows you to generate dynamic data in Web documents with embedded Java statements and other expressions in special tags.
2022-10-01, ∼361🔥, 0💬

XML Schema Language - Basics
This chapter provides notes and tutorial examples on XML Schema basics. Topics include writing schema XML documents, declaring root element, specifying element datatype, defining simple and complex datatypes.
2022-10-01, ∼361🔥, 0💬

Entering Latin1 Characters with Alt Keycodes
This section describes how to enter Latin1 characters with Alt keycodes on an English keyboard.
2022-10-01, ∼361🔥, 0💬

Processing Chinese Input on Web Forms in GB18030
This section describes how to display a Web form and process form Chinese input data in GB18030.
2022-10-01, ∼361🔥, 0💬

Crypt::CBC Prepending IV to Ciphertext
A tutorial Perl example is provided to show how to use Crypt::CBC to prepend the IV value to the ciphertext, if IV is specified by the user. This saves the effort to pass the IV to receiver separately from the ciphertext.
2022-10-01, ∼361🔥, 0💬

GCC - C/C++ Compiler
This chapter provides introductions and tutorial examples about GCC C/C++ compilers. Topics include installing GCC C/C++ compilers; GCC compilation steps and settings; 'g++ -I' for include header files; g++ -l' for static/dynamic library files; 'g++ -shared' for building shared object (dynamic libra...
2022-10-01, ∼361🔥, 0💬

Building Your Own Web Browser
This chapter provides tutorial notes on the android.webkit.WebView class. Topics include building your own Web browser with the WebView class; setting INTERNET permission for the application; using WebViewClient subclass to interface with Web page rendering; saving Web pages as Web archive files.
2022-10-01, ∼360🔥, 0💬

Configuring and Sending Out Emails
This chapter provides tutorial examples and notes about sending emails. Topics include setting up Windows IIS as a SMTP mail server, configuring PHP to use mail() function, 'sendmail' program or SMTP/SMTPS protocols, write PHP scripts to send out emails with PHPMailer package.
2022-10-01, ∼360🔥, 0💬

jmc (Java Mission Control) - What Is It
This section describes what is 'jmc' (Java Mission Control) - a GUI tool suite for managing, monitoring, profiling, and troubleshooting your Java applications.
2022-10-01, ∼360🔥, 0💬

"jdeprscan jar_file" - Deprecated API of JAR File
This section provides a tutorial example on how to use 'jdeprscan' command to scan for deprecated APIs of a given JAR file.
2022-10-01, ∼360🔥, 0💬

WodenHelloComponent.java - Testing WSDL 2.0 Components
This section provided a tutorial example on how to create a WSDLReader to parse a WSDL 2.0 document into WSDL component objects.
2022-10-01, ∼360🔥, 0💬

Example of Regular Expression Match and Replacement
This section provides a tutorial example of how to perform a pattern match and replacement with a regular expression using RegExp objects. Examples of sub matches are also included.
2022-10-01, ∼360🔥, 0💬

Archived: Downloading and Installing JDK 8
This section describes how to download and install Java SE 8 (JDK 7) on a Windows system.
2022-10-01, ∼360🔥, 0💬

HashSet, Vector, HashMap and Collection Classes
This chapter provides tutorial notes and example codes on collection classes. Topics include collection types: Set, List and Map; data structure types: Array, Linked List, Binary Tree, and Hash Table; commonly used JDK collection classes: HashSet, Vector, HashMap; search operation performance compar...
2022-10-01, ∼359🔥, 0💬

Encoding Conversion Programs for Encoded Text Files
This chapter provides tutorial notes and example codes on character encoding conversion. Topics include entering Unicode characters with \uxxxx escape sequences; viewing encoded text files in Hex values; converting text files from one encoding to another; viewing encoded text files in Web browsers; ...
2022-10-01, ∼359🔥, 0💬

Starting and Stopping Apache Server
This section describes how to start and stop the Apache server using start and stop scripts. Windows Task Manager can also be used to stop the Apache server.
2022-10-01, ∼359🔥, 0💬

What Is an Array?
This section provides an introduction of what is an array. VBScript supports fixed size arrays and dynamic size arrays.
2022-10-01, ∼359🔥, 0💬

java.lang.System Class - The Operating System
This chapter provides tutorial notes and example codes on java.lang.System class. Topics include accessing standard input, output, and error streams; getting the current time in milliseconds and nanoseconds; accessing environment variables; managing JVM instance properties.
2022-10-01, ∼359🔥, 0💬

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