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

Additive Notation of Abelian Group
This section describes the Additive notation of an Abelian Group. The addition sign, +, is used as the operator. Number 0 is used as the identity element.
2022-10-01, ∼291🔥, 0💬

Dump SOAP Request and Response Messages
This section provides a tutorial example on how to dump SOAP request and response messages with the Zeep Python library.
2024-01-18, ∼290🔥, 0💬

Date and Time Object and String Conversion
This chapter provides tutorial notes and example codes on date and time string format. Topics include using java.util.DateFormat.format() method to format date objects into text strings; using java.util.SimpleDateFormat.par se()method to parse date strings into objects.
2022-10-01, ∼290🔥, 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, ∼290🔥, 0💬

DSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-01, ∼290🔥, 0💬

Java Logging
This chapter provides tutorial on Java Logging. Topics include introduction of Logger, LogManager, Handler, Formatter classes; Logger parent and tree; ConsoleHandler and FileHandler; SimpleFormatter and XMLFormatter; using logging configuration files.
2022-10-01, ∼290🔥, 0💬

Variable Variable Name - Name Variables with Expressions
This section describes what is a variable variable name, storing the variable name in another variable, naming variables with expressions, using any expressions as variable names.
2022-10-01, ∼290🔥, 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, ∼290🔥, 0💬

DOM API - The "window.open" Method
This section provides a quick description of the 'window' object of the DOM API. A tutorial example is provided on changing browser window size through the 'window' object.
2022-10-01, ∼290🔥, 0💬

JSP Scripting Elements
This chapter provides tutorial notes and example codes on JSP Scripting Elements. Topics include what are scripting elements; writing scriptlets, scripting expressions and declarations; converting scripting elements into implementing Java code fragments; example Java class converted from a JSP page;...
2022-10-01, ∼290🔥, 0💬

Java Strings as non-Unicode Encoded Byte Sequences
This section provides a tutorial example on how to use Java String data type to enter non-ASCII character as byte sequences encoded with a local language encoding schema.
2022-10-01, ∼290🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼290🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼290🔥, 0💬

Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼290🔥, 0💬

"START /REALTIME" - Run JVM with Highest Priority
This section provides a tutorial showing how to use 'START /REALTIME' command to run JVM with highest priority on Windows systems.
2022-10-01, ∼290🔥, 0💬

"ifconfig" - Trace Routes to Remote Host
This section provides a tutorial example on how to use 'ifconfig' command to view and manage network interface configurations.
2022-10-01, ∼290🔥, 0💬

PKI Certificate Tutorials - Herong's Tutorial Examples
This tutorial book is a collection of notes and sample codes written by the author while he was learning PKI certificate related technologies. Topics include PKI architecture and CA (Certificate Authorities); PKI certificate types and DER/PEM file formats; Certificate tools: OpenSSL and 'keytool'; C...
2024-11-27, ∼289🔥, 0💬

NDFDgen - Usage Description
This section describes the free Web service NDFDgen provided by weather.gov. NDFDgen allows you to retrieve returns US National Weather Service digital weather forecast data for a single location in US.
2024-05-02, ∼289🔥, 2💬

💬 2024-05-02 Herong: @gary@gocek.org, this WSDL is still available. However it has been moved to a new address: https://graphical.weather.gov/xml/DW M...

💬 2024-04-29 gary@gocek.org: Does that WSDL still open? I have been having trouble with the NOAA web service since mid-April, 2024.

Big5 到 Unicode 轉換 - 一级漢字
本章列出了big5一级漢字区的字符集和编码,以及它们所对应的 Unicode编码。一级漢字共收录有常用漢字 5,401 个。
2024-01-31, ∼289🔥, 0💬

Unicode > Big5 轉換: 第 13 部分 - U+600D 到 U+6182
本節列出了 Unicode 到 Big5 代碼轉換表的第 13 部分 - Unicode U+600D 到 U+6182。
2024-01-31, ∼289🔥, 0💬

Blowfish Test Vectors with 16-Byte Keys
A tutorial Perl example is provided to show how to build a table of test vectors with Crypt::Blowfish with 128-bit (16-byte) secret keys.
2023-10-28, ∼289🔥, 1💬

💬 2023-10-28 Jeremy Gemegah: pardon me, I am a bit confused, what is the size of the sub keys?

updateXXX() - Updating Column Values for Row Update or Insert
This section describes updateXXX() methods used to update column values for the current row for database update or the insert row for inserting a new row.
2022-10-11, ∼289🔥, 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, ∼289🔥, 0💬

Character Set Encoding Maps - Unicode UTF-32, UTF-32BE, UTF-32LE
This section provides a tutorial example of analyzing and printing character set encoding maps for 3 encoding, UTF-32, UTF-32BE, and UTF-32LE, for Unicode character set.
2022-10-01, ∼289🔥, 0💬

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