<< < 223 224 225 226 227 228 229 230 231 232 233 > >>   ∑:8894  Sort:Date

Cipher - Public Key Encryption and Decryption
This chapter provides tutorial notes and example codes on the cipher process. Topics include the cipher class, javax.crypto.Cipher; the cipher sample program and test results with DSA and RSA encryption algorithms.
2022-10-05, ∼208🔥, 0💬

Character Counter Program for Any Given Encoding
This section provides a tutorial example on how to write a simple program to count valid characters in a give encoding character set encoding.
2022-10-01, ∼208🔥, 0💬

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

Predefined Variables Related to HTTP Requests
This section describes predefined variables, $_GET, $_POST, $_COOKIE, $_REQUEST, and $_SERVER, that contains information included in the HTTP request received by the PHP engine from the Web server.
2022-10-01, ∼208🔥, 0💬

What Is Object Serialization
This section describes what is object serialization - a process of converting an object into a binary string to be saved in a file, stored in database, passed to another system. The string representing the object can be converted back to a new object that has same property values as the original obj...
2022-10-01, ∼208🔥, 0💬

Converting JSP Pages with Scripting Elements
This section describes general rules on how a JSP page with static data and scripting elements gets converted into a Servlet class source code.
2022-10-01, ∼208🔥, 0💬

Information from "request" Object
This section provides a tutorial example on how to obtain information from the 'request' implicit object provided by the JSP container.
2022-10-01, ∼208🔥, 0💬

What Is Custom Tag
This section describes what is JSP custom tag. A custom tag can be define by the user through the JSP tag extension facility using a Java tag class.
2022-10-01, ∼208🔥, 0💬

JSP Document - JSP Version Error
This section provides tutorial example on how to verify what JSP versions are supported by Tomcat server using an invalid version number in a JSP Document.
2022-10-01, ∼208🔥, 0💬

Datatypes, Values and Representations
This section describes how built-in datatypes can be used to add type declarations to XML elements and attributes to help XML receiver to parse out desired values from XML documents.
2022-10-01, ∼208🔥, 0💬

Neptune Sign and Horoscope
This section provides an quick introduction of Neptune sign in horoscope.
2022-10-01, ∼208🔥, 0💬

Processing Web Form Input in Latin1 Encoding Error
This section provides a tutorial example demonstrating Web form with default text in Latin1 encoding, but the browser converts it to UTF-8 encoding, which results form data being submitted as UTF-8 encoding.
2022-10-01, ∼208🔥, 0💬

"ncfb/nofb" for Block Chaining Ciphers
This section provides a tutorial example on how to use 'ncfb' and 'nofb' mode codes to perform standard block chaining cipher operations using the PHP Mcrypt mcrypt_encrypt() function with Blowfish algorithm.
2022-10-01, ∼208🔥, 0💬

Which Wallet Is Better for Me
This section discusses which Bitcoin Wallet is better.
2022-10-01, ∼208🔥, 0💬

Reduced Point Additive Operation Improved
This section describes the improved version of the reduced point additive operation by applying the same modular arithmetic reduction on the parameter m as the reduced elliptic curve equation.
2022-10-01, ∼208🔥, 0💬

Network Firewall Tools on CentOS
This section provides quick descriptions on 3 major network firewall tools, 'firewalld/firewall-cmd', 'nftables/nft', and 'iptables' on CentOS 8 systems.
2022-10-01, ∼208🔥, 0💬

"find" - Search for Files
This section provides a tutorial example on how to use 'find' command to search for files in a directory tree. '-name' and '-size' are 2 commonly used search conditions.
2022-10-01, ∼208🔥, 0💬

"INSERT INTO" Statements with INDENTITY Columns
This section describes what will happen if you try to insert rows with values for INDENTITY columns.
2022-10-01, ∼208🔥, 0💬

PreparedStatement with Parameters
This section describes how to create PreparedStatement objects with Parameters.
2022-10-01, ∼208🔥, 0💬

Conditional "elseif" Statement
This section describes what is a conditional 'elseif' statement in H language.
2017-10-24, ∼208🔥, 2💬

💬 2017-10-24 Herong: Vijay, $elsif is an option. But I strongly suggest we use full words, no abbreviations. So we don't have to guess.

💬 2017-10-18 Vijay: Why not using "elsif" as the keyword?

Big5 到 Unicode 轉換 - 一級漢字
本章列出了 big5 一級漢字區的字符集和編碼,以及它們所對應的 Unicode 編碼。一級漢字共收錄有常用漢字 5,401 個。
2024-02-03, ∼207🔥, 0💬

從 Unicode 到 Big5 轉換表製作程式
本章介紹了 UnicodeBig5.java 源程式。它可以用來製作 Unicode 到 Big5 編碼轉換表。
2024-02-03, ∼207🔥, 0💬

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

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

<< < 223 224 225 226 227 228 229 230 231 232 233 > >>   ∑:8894  Sort:Date