<< < 230 231 232 233 234 235 236 237 238 239 240 > >>   ∑:8899  Sort:Rank

Private key and Public Key Pair Generation
This chapter provides tutorial notes and example codes on private key and public key pair generation. Topics include public key encryption algorithms, RSA, DSA and DiffieHellman; private key and public key pair generation class and sample program; RSA, DSA, and DiffieHellman key pair samples.
2022-10-01, ∼269🔥, 0💬

Transmitting Non-ASCII Characters with Database
This section describes some basic settings and rules on how to transmit non-ASCII characters from PHP scripts to MySQL database server, and from MySQL database server back to PHP scripts.
2022-10-01, ∼269🔥, 0💬

What Is an Overloaded Method
This section describes what is an overloaded method - A static method or an instance method that is not directly declared at all or not declared as publicly accessible, but it is indirectly provided through the implementation of the __call() or the __callStatic() method.
2022-10-01, ∼269🔥, 0💬

Managing PHP Engine and Modules on CentOS
This chapter provides tutorial examples and notes on managing PHP engine and modules on CentOS systems. Topics include verify PHP installation on CentOS.
2022-10-01, ∼269🔥, 0💬

Installing Website Server Certificate on Android Phone
This section provides a tutorial example on how to install Website server certificate on Android phone by receiving certificate an email attachment.
2022-10-01, ∼269🔥, 0💬

Java GUI Test Program
This section provides a tutorial example on how to build a Java GUI application with JInternalFrame class and related listeners.
2022-10-01, ∼269🔥, 0💬

Overview of WSDL 1.1 Document Structure
This section describes the high level structure of a WSDL 1.1 document, an XML document with 'definitions' as the root element, and 'types', 'message', 'portType', 'binding', 'service' as top level elements.
2022-10-01, ∼269🔥, 0💬

Simple Element Types with Built-in Data Types
This section describes simple element types using XML Schema built-in data types, which are organized in 5 groups: numeric, date and time, string, binary and Boolean.
2022-10-01, ∼269🔥, 0💬

getAnnotations() Method - Annotation APIs
This section provides a tutorial example on how to use the getAnnotations() method and other annotation APIs to obtain annotation information at runtime.
2022-10-01, ∼269🔥, 0💬

Micro Benchmark Tests on "int" Operations
This chapter provides tutorial notes and example codes on micro benchmark tests on 'int' data type operations. Topics include empty loop, assignment loop, shift operation, add operation, multiplication operation and division operation.
2022-10-01, ∼269🔥, 0💬

Footprints of Private and Shared Memories
This section provides a tutorial example on how to estimate footprints of private memory and shared memory of C# applications.
2022-10-01, ∼269🔥, 0💬

System.IO.FileInfo Class
This chapter provides tutorials and notes on System.IO.FileInfo class provided by .NET Framework. Topics include introduction to FileInfo; creating FileInfo objects; retrieving file information; managing files.
2022-10-01, ∼269🔥, 0💬

What Is WPF?
A quick introduction is provided on WPF (Windows Presentation Foundation), which is a graphical subsystem for rendering user interfaces in Windows-based applications.
2022-10-01, ∼269🔥, 0💬

References
List of reference materials used in this Bitcoin book.
2022-10-01, ∼269🔥, 0💬

What Are Bitcoin Consensus Rules
This section describes what are Bitcoin Consensus Rules.
2022-10-01, ∼269🔥, 0💬

JDBC-ODBC - Creating DSN for Flat Test File
This section describes how to create a DSN that connected to a flat text file.
2022-10-01, ∼269🔥, 0💬

"zipalign" Command - Aligning File Locations in .apk Package
This section describes the 'zipalign' tool for aligning file locations in an .apk package (really a .zip file) to decreases memory usage when running the application.
2022-10-01, ∼268🔥, 0💬

"while" Loop Statements
This section provides a quick description of the 'while' loop statement.
2022-10-01, ∼268🔥, 0💬

ThreadGroup Class and "system" ThreadGroup Tree
This chapter provides tutorial notes and tutorial examples on the ThreadGroup class and the 'system' ThreadGroup tree. Topics include main methods of the ThreadGroup class, displaying the 'system' ThreadGroup tree, adding threads and thread groups, testing the reported JDK 1.3 bug - memory leak of u...
2022-10-01, ∼268🔥, 0💬

What Is Annotation
This section describes the annotation programming facility that allows you to associates additional information with a program construct.
2022-10-01, ∼268🔥, 0💬

No-Element (Marker) Annotation Invocation
This section provides a tutorial example on how to use the marker format in annotation invocation statements, if no annotation elements are needed.
2022-10-01, ∼268🔥, 0💬

Executing System Commands
This section provides a tutorial example on how to execute system commands as separate processes outside the JVM instance.
2022-10-01, ∼268🔥, 0💬

What Is java.lang.ClassLoader Class
This section describes what is java.lang.ClassLoader class - A built-in abstract class that represents ClassLoaders used in JRE to load dynamically Java classes into the JVM.
2022-10-01, ∼268🔥, 0💬

JSP Application Session
This chapter provides tutorial notes and example codes on JSP application session. Topics include what is a session; what is the 'session' implicit object; how to pass values between JSP requests and pages; examples of pass values in different ways; using Perl LWP package for debugging.
2022-10-01, ∼268🔥, 0💬

<< < 230 231 232 233 234 235 236 237 238 239 240 > >>   ∑:8899  Sort:Rank