<< < 54 55 56 57 58 59 60 61 62 63 64 > >>   ∑:9045  Sort:Date

Java Program to Generate EC Keys
This section provides a tutorial example on how to write a Java program to generate EC private-public key pairs.
2022-10-01, ∼943🔥, 0💬

Install PHP Extensions on CentOS
This section provides a tutorial example on how to add PHP extensions on CentOS Linux systems by searching and installing the extension using the 'dnf' package manager.
2022-10-01, ∼942🔥, 0💬

SOAP Web Service and SoapUI
This chapter provides tutorial notes and example codes on testing SOAP Web services with SoapUI. Topics include introduction of SOAP protocol and WSDL documents; creating SOAP projects by loading WSDL documents in SoapUI; submitting SOAP Web service requests; viewing HTTP request and response raw da...
2018-04-21, ∼942🔥, 2💬

💬 2018-04-21 Herong: Jay, thanks for your comment!

💬 2018-04-20 Jay Bodkin: When deciding whether to use SOAP or WSDL, always remember the saying "Use SOAP when you are dirty (ie need security) and REST w...

大五碼(Big5)編碼自學筆記
本書開始部分介紹了大五碼 (Big5) 字元集和它的編碼,其餘部分列出了 Big5 編碼和 Unicode 編碼相互轉換的表格製作程式。本書也同時收錄了 Big5 編碼到 Unicode 編碼的轉換表,以及 Unicode 編碼到 Big5 編碼的轉換表。更新於二零二四年(版次:v3.14),作了少量 修改。
2024-02-03, ∼941🔥, 0💬

Integrating PHP with Apache Web Server
This chapter provides tutorial notes on installing Apache Web server on Windows systems. Topics include downloading and installing Apache 2.2.4 binary distribution; configuring Apache to run PHP as CGI scripts; testing PHP scripts on Apache server.
2015-12-17, ∼941🔥, 2💬

💬 2015-12-17 xen hue: tutorial is very useful

💬 2015-12-17 john doe: this tutorial is very useful.

"fop" Command and Options
This section provides a tutorial on how to run the 'fop' command and use its options for taking input files and generating output files.
2022-10-01, ∼940🔥, 0💬

Discontinued: ConversionRate - Get Currency Exchange Rate
This chapter provides a quick introduction of the free Web service, ConversionRate. Topics include usage description of ConversionRate; request message sample; response message sample.
2015-12-23, ∼939🔥, 1💬

💬 2015-12-23 Jonny: Thanks

View Transaction on live.blockcypher.com
This section describes how to view test transaction on live.blockcypher.com.
2023-06-01, ∼938🔥, 2💬

💬 2023-06-01 Thennarasu: Please TUFrmUBDiFWqkFyDhdxbhez9YQUhwRhahQ This is my USDT ADDRESS IN BINANCE

💬 2022-08-03 Duane Poston: Helpful app, with lots of info for your transaction details.

Archived: IE 8 Displaying Certificate Error Page
This section provides a tutorial example showing that IE 8 fails to validate an HTTPS server certificate and displays a certificate error page.
2018-10-06, ∼938🔥, 2💬

💬 2018-10-06 Herong: Onur, Maybe the auto-install root CA certificate function has been turned off on your Win7 system. But you can always do it manu...

💬 2018-09-25 Onur: I use IE8 with Win7 x64 and i got SSL certificate error while accessing sites issued with Digicert Global Root CA "G2" certifica...

"keytool" Viewing Certificates in DER and PEM
This section provides a tutorial example on how to use 'keytool' to view certificates in DER and PEM formats generated by 'OpenSSL'.
2022-10-04, ∼935🔥, 0💬

"geth console" - Ethereum Node Console
This section describes 'geth console' - Ethereum node console
2022-10-01, ∼935🔥, 0💬

Java Exception: "java.lang.OutOfMemoryError: Java heap space"
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2018-06-24, ∼935🔥, 1💬

💬 2018-06-24 Maria: Cool!

💬 2017-08-10 xionghongzhi: awsome artical!!!!!! thx!!!

Validating an XML File against a DTD Document Type
This section describes different ways to validate XML files against DTD document types: using standalone XML validation tools, using on-line XML validators, and writing your own XML validation programs.
2023-11-21, ∼934🔥, 1💬

💬 2023-11-21 andrew: &lt;!ELEMENT Rodziny-bialek (HSP | GPCR)*> &lt;!ATTLIST Rodziny-bialek xmlns CDATA #IMPLIED> &lt;!ELEMENT HSP (Organ...

UTF-32 Encoding
This section provides a quick introduction of the UTF-32 (Unicode Transformation Format - 32-bit) encoding for Unicode character set. UTF-32 uses 32 bits or 4 bytes to encode each character.
2022-10-01, ∼934🔥, 0💬

Garbage First (G1) Collector - "+XX:+UseG1GC"
This chapter provides tutorial notes and example codes on the Garbage First (G1) Collector specified by the '+XX:+UseG1GC' JVM option. Topics include introduction the G1 Collector; G1 log message format; Stop-The-World behavior of G1 Collector.
2022-10-01, ∼932🔥, 0💬

1F900: Supplemental Symbols and Pictographs
This section provides a quick summary of the Unicode code point block: 'Supplemental Symbols and Pictographs', which contains 213 code points to represent a set of additional Symbols and Pictographs.
2024-01-23, ∼931🔥, 0💬

What Is PKI (Public Key Infrastructure)
This section describes what is PKI (Public Key Infrastructure) - an information technology infrastructure that enables Internet users to securely exchange information using the public and private key technology.
2022-10-01, ∼931🔥, 0💬

Data Type "Variant()" - Array of Variant Values
This section describes the array data type, Variant(). A tutorial example is provided to show how TypeName() and VarType() functions work on array values.
2022-10-01, ∼931🔥, 0💬

UTF-32BE Encoding
This section provides a quick introduction of the UTF-32BE (Unicode Transformation Format - 32-bit Big Endian) encoding for Unicode character set.
2023-11-04, ∼928🔥, 7💬

💬 2023-11-04 bara: REDACTED

"keytool" and "keystore" from JDK
This chapter provides tutorial notes and example codes on 'keytool' and 'keystore'. Topics include introduction of 'keytool' and 'keystore'; using 'keytool' to generate private keys, generate self-signed certificates, export and import certificates.
2021-04-23, ∼927🔥, 1💬

💬 2021-04-23 chanho.song: wow. I'm Korean. Thank u so much.

GenerateBarCode - Usage Description
This section describes the free Web service GenerateBarCode provided by WebserviceX.NET. GenerateBarCode allows you to generate bar code images in formats of Code 128, Code 39, Code 93, EAN13, Supp2, UPC A, and more.
2015-11-11, ∼926🔥, 1💬

💬 2015-11-11 javier: thanksss

0000: C0 Controls and Basic Latin
This section provides a quick summary of the Unicode code point block: 'C0 Controls and Basic Latin', which contains 128 code points to represent simple text formatting codes and English language characters.
2024-01-23, ∼925🔥, 0💬

bitcoin-qt - Wallet and Receiving Addresses
This section describes how to view wallet and receiving addresses on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼925🔥, 0💬

What Is pkgs.org
This section provides a tutorial example on how to use pkgs.org Website to search, find and install software packages on Linux systems.
2022-10-01, ∼923🔥, 0💬

<< < 54 55 56 57 58 59 60 61 62 63 64 > >>   ∑:9045  Sort:Date