<< < 215 216 217 218 219 220 221 222 223 224 225 > >>   ∑:8894  Sort:Date

What Is Operation
This section provides a quick introduction operations. An operation is a sequence of lexical tokens in Python source code that invokes a predefined action on one or two data objects.
2022-10-01, ∼214🔥, 0💬

JDBC Version and History
This section provides some quick information about JDBC versions and history.
2022-10-01, ∼214🔥, 0💬

Archived: Installing AdventureWorksLT Sample Database
This section describes how to install AdventureWorksLT as a sample database on SQL Server.
2022-10-01, ∼214🔥, 0💬

Content-Transfer-Encoding: quoted-printable - 7-Bit Encoding
This section provides an email message example with 'Content-Transfer-Encoding: quoted-printable' header to indicate that the content is Quoted-Printable encoded, commonly used for protecting non-ASCII characters.
2025-07-22, ∼213🔥, 1💬

💬 2025-07-22 Kevin Jones: bob thank you for your letter

Big5 > Unicode 轉換: 二级漢字 - 第 CA 行
本節列出了 Big5 到 Unicode 代碼轉換表中「二级漢字」的第 CA 行。
2024-01-31, ∼213🔥, 0💬

Unicode > Big5 轉換: 第 22 部分 - U+6D7E 到 U+6EF2
本節列出了 Unicode 到 Big5 代碼轉換表的第 22 部分 - Unicode U+6D7E 到 U+6EF2。
2024-01-31, ∼213🔥, 0💬

Install vsftpd on CentOS
This section provides a tutorial example on how to install, enable and start vsftpd (Very Secure FTP Daemon) on CentOS systems.
2024-01-01, ∼213🔥, 0💬

"keytool" - Command Line Tool
This section describes the 'keytool' command tool provided in JDK. 'keytool' can be used to generate and manage private keys and certificates stored in 'keystore' files.
2022-10-06, ∼213🔥, 0💬

SOAP Message Transmission and Processing
This chapter provides quick descriptions on SOAP protocol binding, message distribution model, extension features and modules.
2022-10-05, ∼213🔥, 0💬

ResultSet Cursor Initial Position: Before First Row
This section describes the ResultSet cursor initial position: before first row. next() should be called to move the cursor to the first row.
2022-10-04, ∼213🔥, 0💬

AndroidView v3.0 - Referencing Views in Resource Files
This section provides a tutorial example on how to identify and reference layouts or views defined the layout resource file. This is needed to mix layouts and views created in Java code with those defined in the resource file.
2022-10-01, ∼213🔥, 0💬

AndroidView v3.1 - Layouts with Vertical Orientation
This section provides a tutorial example on how to develop a layout resource file to display all fields in all blocks in vertical orientation.
2022-10-01, ∼213🔥, 0💬

Installing Application to Phone using "adb -d install" Command
This section provides a tutorial example on how to install the debug package of my 'HelloAndroid' application to my LG-P925g phone using the 'adb -d install' command through the USB debugging interface.
2022-10-01, ∼213🔥, 0💬

java.time.ZonedDateTime Usage Examples
This section provides a tutorial example on how to use the java.time.ZonedDateTime class to record and manipulate date and time local to specific timezones. Operations on java.time.ZonedDateTime objects respect ISO 8601 calendar rules and local timezone rules.
2022-10-01, ∼213🔥, 0💬

DatagraClient.java - A Datagram Client Application
This section provides a tutorial example on how to write a network application, DatagraClient.java, that creates a client socket, sends datagram packet to a datagram server.
2022-10-01, ∼213🔥, 0💬

java.security.KeyFactory - Reading Encoded Keys
This section describes the java.security.KeyFactory class, which allows you to convert key spec objects back to key objects. Full process of reading and converting encoded key files back to key objects are also provided.
2022-10-01, ∼213🔥, 0💬

Operators and Expressions
This section provides descriptions on operators and expressions, including arithmetic, comparison, logical, bitwise, and assignment operators.
2022-10-01, ∼213🔥, 0💬

Array Object Instance Method Examples
This section provides a tutorial example on how to use array object methods like push(), pop(), unshift(), shift(), sort(), join(), etc.
2022-10-01, ∼213🔥, 0💬

Overview of WSDL 2.0 Document Structure
This section describes the high level structure of a WSDL 2.0 document, an XML document with 'description' as the root element, and 'types', 'interface', 'binding' and 'service' as top level elements.
2022-10-01, ∼213🔥, 0💬

SAXBrowser.java - SAX Interface Java Example
This section provides a tutorial example on how to parse an XML file and print it back in a tree format using SAX interface in Java - JDK 1.8.
2022-10-01, ∼213🔥, 0💬

Information of JSP Execution Context
This section provides a tutorial example on how to obtain information from the JSP execution context environment through 'session' and 'application' implicit object provided by the JSP container.
2022-10-01, ∼213🔥, 0💬

Validating XML Documents against Schema Documents
This section describes a tutorial example of how to use JAXP (Java API for XML Processing) to validate an XML document against a schema.
2022-10-01, ∼213🔥, 0💬

Including Old Schema Documents - "include" Component
This section describes why and how to include an existing schema document and reuse its datatype definitions.
2022-10-01, ∼213🔥, 0💬

Creating and Running Threads
This section provides a tutorial example on how to create and run a thread that executes a static method.
2022-10-01, ∼213🔥, 0💬

<< < 215 216 217 218 219 220 221 222 223 224 225 > >>   ∑:8894  Sort:Date