<< < 145 146 147 148 149 150 151 152 153 154 155 > >>   ∑:9020  Sort:Date

Java Date-Time API
This chapter provides tutorial notes and example codes the Date-Time API. Topics include introduction of the java.time package; classes representing moments of time in Epoch seconds or in ISO 8601 calendar date and time fields; classes representing duration of time in seconds and calendar periods in...
2022-10-01, ∼321🔥, 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, ∼321🔥, 0💬

Viewing Certificates in Certificate Stores in IE
This section provides a tutorial example on how to view certificates stored in IE certificate stores.
2022-10-01, ∼321🔥, 0💬

Archived: Viewing Server Certificate in Chrome 40
This section provides a tutorial example on how to view server certificate details when visiting an 'https' Website in Google Chrome 40.
2022-10-01, ∼321🔥, 0💬

Axis2GetExchangeRateClient.java - rpc/encoded Style
This section provides a tutorial example on how to invoke an RPC method based Web service using Axis2 RPCServiceClient class. Input parameters and return values are handled as Java data objects instead of OMElement objects.
2022-10-01, ∼321🔥, 0💬

Archived: Installing JRockit JVM 8.0
This section provides a tutorial example on how to download and install JRockit 8.0 on Windows systems.
2022-10-01, ∼321🔥, 0💬

What is JSTL
This section provides a tutorial example on how to measure the execution performance of a JSP page that does prime number calculation.
2022-10-01, ∼321🔥, 0💬

GNU C Compiler
This section provides a quick introduction of GNU C Compiler developed by the GNU Project. It offers a single command, gcc, to preprocess, compile, assembly and link C programs as one step.
2022-10-01, ∼321🔥, 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, ∼321🔥, 0💬

Datatypes and Data Literals
This chapter provides tutorial notes on datatypes. Topics include introduction of 5 datatypes supported in SQL-92 and MySQL; binary representations of each datatype; data literals; literal evaluations.
2022-10-01, ∼321🔥, 0💬

etherscan.io - Ethereum Block Explorer
This section describes what is etherscan.io.
2022-10-01, ∼321🔥, 0💬

Associativity of Elliptic Curve Operations
This section describes the associativity of the addition operation on an elliptic curve. P + (Q + S) = (P + Q) + S is true.
2022-10-01, ∼321🔥, 0💬

Disconnected Structures in SMILES
This section provides a quick introduction on disconnected structures in SMILES. Disconnected structures are separated by the '.' symbol.
2022-10-01, ∼321🔥, 0💬

Garbage Collection Logging Options
This section describes HotSpot JVM options to generate garbage collection log messages. '-XX:+PrintGCDetails' and '-XX:+PrintGCDateStamps' are two most important options.
2025-12-31, ∼320🔥, 1💬

Unicode > Big5 轉換: 第 7 部分 - U+5668 到 U+5820
本節列出了 Unicode 到 Big5 代碼轉換表的第 7 部分 - Unicode U+5668 到 U+5820。
2024-01-31, ∼320🔥, 0💬

Unicode > Big5 轉換: 第 47 部分 - U+93F9 到 U+969C
本節列出了 Unicode 到 Big5 代碼轉換表的第 47 部分 - Unicode U+93F9 到 U+969C。
2024-01-31, ∼320🔥, 0💬

Use Case Diagram - Extend Notation
This section describes the Extend Notation used in a UML Use Case Diagram. An Extend Notation presents an extension relation between two use cases where one acts as the base use case and the other acts as an add-on use case.
2022-10-04, ∼320🔥, 0💬

Comparable Interface and compareTo() Method
This section provides a tutorial example on how to construct object with the Comparable interface, so that they can be stored in collections using the TreeSet class. Search operations on TreeSet class perform nicely - almost the same as HastSet and LinkedHashSet.
2022-10-01, ∼320🔥, 0💬

ReverseEchoer.java - A Simple Server Socket Application
This section provides a tutorial example on how to write a network application, ReverseEchoer.java, that creates a server socket and listens for remote connection requests.
2022-10-01, ∼320🔥, 0💬

Crypt::SSLeay Test Perl Script
This section provides a tutorial example on writing a Perl script to test the Crypt::SSLeay module. The script is executed on Yahoo login HTTPS server.
2022-10-01, ∼320🔥, 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, ∼320🔥, 0💬

"If" Statements
This section describes 4 forms of 'If' statements supported in VBScript. The more complex form is 'If ... ElseIf ... Else ... End If'.
2022-10-01, ∼320🔥, 0💬

Non-ASCII Characters Support in JSP Pages
This chapter provides tutorial notes and example codes on non-ASCII characters support in JSP pages. Topics include processing steps of text in JSP pages; entering non-ASCII characters as Java Strings and as static text; entering non-ASCII characters in Unicode UTF-8 encoding.
2022-10-01, ∼320🔥, 0💬

"decimal" and Its Derived Datatypes
This chapter provides notes and tutorial examples on 'decimal' and its derived datatypes. Topics include introduction of decimal, integer, long, int, short, byte, signedLong, signedInt, signedShort, signedByte, nonNegativeInteger, positiveInteger, NonPositiveInteger, negativeInteger datatypes; sampl...
2022-10-01, ∼320🔥, 0💬

<< < 145 146 147 148 149 150 151 152 153 154 155 > >>   ∑:9020  Sort:Date