<< < 172 173 174 175 176 177 178 179 180 181 182 > >>   ∑:9020  Sort:Date

What Is Big5 Character Set
Big5 Character Set is a set of 13,461 commonly used Chinese characters defined by Institute for Information Industry of Taiwan in 1984.
2024-01-29, ∼280🔥, 0💬

What Is PKCS#12?
This section describes what is PKCS#12 - One of the PKCS (Public Key Cryptography Standards) used to store a private key and its self-signed certificate together as a single file.
2022-10-07, ∼280🔥, 0💬

Viewing Certificate Details
This section provides a tutorial example on how to view certificate details when visiting an 'https' Web site in Chrome.
2022-10-07, ∼280🔥, 0💬

BEGIN(), CHECK(), INIT() and END() Functions
This section provides a tutorial example on how to 4 special subroutine used by the Perl compilation process and execution process: BEGIN(), CHECK(), INIT() and END().
2022-10-05, ∼280🔥, 0💬

LWP-UserAgent-Request.pl - GET, POST and Cookies
This section provides a tutorial example on how to send a GET or POST request with a single generic LWP::UserAgent object and manages cookies automatically like a real Web browser.
2022-10-04, ∼280🔥, 0💬

"HelloAndroid.java" - First Android Java Code
This section provides a tutorial example on how to review and modify the first Android Java code, HelloAndroid.java. The modification is to print out the 'Hello Android' text on mobile devices.
2022-10-01, ∼280🔥, 0💬

"zipalign" Command - Aligning File Locations in .apk Package
This section describes the 'zipalign' tool for aligning file locations in an .apk package (really a .zip file) to decreases memory usage when running the application.
2022-10-01, ∼280🔥, 0💬

Archived: Android Emulator Built-in Web Browser
This section provides a tutorial example on how to use the Android emulator's built-in Web browser to visit a home page.
2022-10-01, ∼280🔥, 0💬

Archived: Installing Android PDF Viewer APK File
This section provides a tutorial example on how to install the Android PDF Viewer APK file to the Android emulator using the 'adb' tool provided in the SDK package.
2022-10-01, ∼280🔥, 0💬

Calling and Importing Classes Defined in Unnamed Packages
This chapter provides tutorial notes and example codes on localization methods and resource bundles. Topics include using java.text.SimpleDateFormat and java.text.DecimalFormat locale sensitive methods; using java.util.ResourceBundle class to define localization resource bundles; using java.util.Pro...
2022-10-01, ∼280🔥, 0💬

Datagram Network Communication
This chapter provides tutorial notes and example codes on datagram network communication. Topics include introduction to datagram communication; creating a datagram server and listening for incoming packets; creating a datagram client and sends packets to a server; sample programs: DatagramServer.ja...
2022-10-01, ∼280🔥, 0💬

Variables and Assignment Operations
This section describes what is a variable, variable names prefixed with $, 'set' and 'unset' states of a variable, assigning data to variables, var_dump($var) to print variable information.
2022-10-01, ∼280🔥, 0💬

Installing Server Certificate Permanently in IE
This section provides a tutorial example on how to install the certificate provided by a 'https' Website in IE. The certificate can be installed into a certificate store automatically selected by IE.
2022-10-01, ∼280🔥, 0💬

A Simple Email Message Example
This section provides a simple email message example without using the MIME (Multipurpose Internet Mail Extensions) protocol.
2022-10-01, ∼280🔥, 0💬

"jrunscript" - Scripting Shell Command and Options
This section describes the scripting shell, 'jrunscript', command and options. The default scripting engine is JavaScript - ECMAScript 1.6 implementation 'Mozilla Rhino' 1.6 release 2.
2022-10-01, ∼280🔥, 0💬

Java GUI Test Program
This section provides a tutorial example on how to build a Java GUI application with JInternalFrame class and related listeners.
2022-10-01, ∼280🔥, 0💬

Apache Axis2/Java for WSDL 1.1
This chapter provides tutorial notes and example codes on Apache Axis2/Java for WSDL 1.1. Topics include creating a ServiceClient object for an XML document based Web service; turning off Chunked HTTP flag; invoking an operation with sendReceive() method; creating an RPCServiceClient object for an R...
2022-10-01, ∼280🔥, 0💬

What Is AWT (Abstract Windows Toolkit)
This section describes what is AWT (Abstract Windows Toolkit) - A Java package, java.awt.* that allows Java applications to operate graphical devices and create GUI (Graphical User Interfaces).
2022-10-01, ∼280🔥, 0💬

Archived: Downloading and Installing JDK 10
This section describes how to download and install JDK 10 on a Windows system.
2022-10-01, ∼280🔥, 0💬

DOCTYPE - Document Type Declaration Statement
This section describes syntax formats of the DOCTYPE statement, which is used to declare that this XML document has been linked to DTD document type with the specified root element name.
2022-10-01, ∼280🔥, 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.
2022-10-01, ∼280🔥, 0💬

SQL Server Connection Requirements
This section provides a quick introduction of requirements for connecting Tomcat Servlet pages to SQL Server databases.
2022-10-01, ∼280🔥, 0💬

What Is XSD (XML Schema Definition)?
This section provides a quick description of what is XSD (XML Schema Definition) - a language to define rules to validate XML documents.
2022-10-01, ∼280🔥, 0💬

XML File DOM Parser - XmlDomFileParser.java
This section describes a tutorial example on how to create an XML file DOM parser using JAXP DocumentBuilder and DocumentBuilderFactory classes.
2022-10-01, ∼280🔥, 0💬

<< < 172 173 174 175 176 177 178 179 180 181 182 > >>   ∑:9020  Sort:Date