<< < 195 196 197 198 199 200 201 202 203 204 205 > >>   ∑:9022  Sort:Rank

PHP Scripts Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing PHP scripts communicating with HTTPS servers. Topics include configuring the OpenSSL module; using file_get_contents() and fopen() functions with OpenSSL; setting 'verify_peer' SSL context option to verify server's certificates; conca...
2022-10-01, ∼397🔥, 0💬

javap - Listing Public Variables and Methods
This section provides a tutorial example of how to list all public variables and methods of a class with 'javap' without any options.
2022-10-01, ∼397🔥, 0💬

Creating Labels with java.awt.Label Class
This section provides a tutorial example on how to create a label with the java.awt.Label class.
2022-10-01, ∼397🔥, 0💬

"-Xms" and "-Xmx" - Avoiding GC with Large Memory Size
This section provides a tutorial example on how to allocate more memory to JVM to avoid GC to reduce the impact benchmark tests.
2022-10-01, ∼397🔥, 0💬

Archived: Downloading and Installing Tomcat 7
This section provides a tutorial example on how to download and install Apache Tomcat 7 on a Windows 7 local system. Tomcat 7 requires JDK 1.6.0.
2022-10-01, ∼397🔥, 0💬

Apple II - The First Personal Computer
This section provides a quick introduction of Apple II, the world's first personal computer designed and built by Steve Jobs and Steve Wozniak.
2022-10-01, ∼397🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼397🔥, 0💬

MySQL System Variables for InnoDB Engine
This section describes some important MySQL system variables that control the behavior of the InnoDB storage engine.
2022-10-01, ∼397🔥, 0💬

Exporting Certificate to File from IE
This section provides a tutorial example on how to export a trusted root CA certificate installed in IE into a certificate file encoded in Base64 format.
2022-10-01, ∼396🔥, 0💬

"Function" and "Sub" Procedures
This chapter provides tutorial examples and notes about function and subroutine procedures. Topics include defining function procedures and subroutine procedures, invoking procedures, passing arguments by reference or by value, checking scope of global and local variables.
2022-10-01, ∼396🔥, 0💬

Syntaxes of DTD Statements
This chapter provides tutorial notes and example codes on DTD statement syntax. Topics include using DOCTYPE to declare document type, using ELEMENT to declare elements, using ATTLIST to declare attribute list, using ENTITY to declare entities.
2022-10-01, ∼396🔥, 0💬

MySQL 8.0 Download, Installation and Start
This section provides a tutorial example on how to download, install and start MySQL 8.0 server on Windows systems.
2022-10-01, ∼396🔥, 0💬

Examples of Discrete Logarithm Problem (DLP)
This section describes the Discrete Logarithm Problem (DLP) in several Abelian Group examples, including elliptic curve groups.
2022-10-01, ∼396🔥, 0💬

java.security.MessageDigest - Message Digest MD5 and SHA
This section describes 2 popular message digest algorithm, MD5 and SHA, implemented in JDK as part of the JCA (Java Cryptography Architecture) package.
2022-10-01, ∼395🔥, 0💬

Monitoring Trigers on jmc JMX Console
This section provides a tutorial example on how to use JVM monitoring triggers provided by the MBean Browser on jmc JMX Console.
2022-10-01, ∼395🔥, 0💬

"Dim x(n)" - Fixed-Size Array Example
This section provides a tutorial example on how to declare a fixed-size array with 'Dim x(n)'. 'ReDim x(n)' statement can not be used on fixed-size arrays to change their sizes.
2022-10-01, ∼395🔥, 0💬

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

Binary Representation of "decimal"
This section describes binary representations of 'decimal' floating-point values according to the Microsoft .NET Framework reference manual.
2022-10-01, ∼395🔥, 0💬

mysqld - The MySQL Server Program
A quick introduction on the MySQL server daemon program, 'mysqld'. If MySQL service is installed as a Windows service, there is no need to run 'mysqld' directly.
2022-10-01, ∼395🔥, 0💬

"nmap" - Network Mapper on CentOS
This section provides a tutorial example on how to install and use 'nmap' (Network Mapper), as a network exploration tool and security scanner on CentOS systems.
2022-10-01, ∼395🔥, 0💬

Archived: Applying Digital Signatures with Word 2007
This section describes elements of applying digital signatures in Microsoft Office Word 2007. On Windows system, Word 2007 uses digital IDs (certificates linked with private keys) from in 'Personal' certificate store managed by Internet Options.
2022-10-01, ∼394🔥, 0💬

Solar Terms Used in Chinese Calendar
This section describes solar terms are used in Chinese calendar.
2022-10-01, ∼394🔥, 0💬

Bitcoin Core Download Blockchain
This section shows Bitcoin Core downloading the entire Bitcoin blockchain.
2022-10-01, ∼394🔥, 0💬

The SSL (Secure Socket Layer) Protocol
This chapter provides tutorial notes and example codes on the SSL (Secure Socket Layer) protocol. Topics include introduction of the SSL (Secure Socket Layer) protocol; JSSE (Java Secure Socket Extension) package; test program to create default SSL sockets; testing the javas.net.ssl.SSLContext class...
2022-10-01, ∼393🔥, 0💬

<< < 195 196 197 198 199 200 201 202 203 204 205 > >>   ∑:9022  Sort:Rank