<< < 192 193 194 195 196 197 198 199 200 201 202 > >>   ∑:9020  Sort:Date

MySQL Status Variables for InnoDB Engine
This section describes some important MySQL status variables that represent statistic counts related the InnoDB storage engine.
2022-10-01, ∼261🔥, 0💬

Bulk Delete with a Simple Condition
This section provides a tutorial example on bulk deletion with a simple condition on a large table.
2022-10-01, ∼261🔥, 0💬

Steps and Components Involved
This section describes steps and application components involved in inputting Chinese characters through Web forms.
2022-10-01, ∼261🔥, 0💬

Proof of Blowfish Cipher Algorithm
A proof is provided to show that the Blowfish decryption algorithm will give us back the original plaintext.
2022-10-01, ∼261🔥, 0💬

Secret Keys with Repeating Pattern
Tutorial examples are provided to show that secret keys with a repeating pattern will result the same ciphertext for the same given plaintext.
2022-10-01, ∼261🔥, 0💬

Performance Tests on Serial Collector
This chapter provides tutorial notes and example codes on performance impact of Serial collector, Topics include heap footprint; GC logging impact; wait time impact; heap size impact; running Young GC only, running more Old GC.
2022-10-01, ∼261🔥, 0💬

General Suggestions for Better GC Performance
This section describes some general rules used by JVM to manage memory and get better GC performance.
2022-10-01, ∼261🔥, 0💬

Performance Tests on G1 collector
This chapter provides tutorial notes and example codes on performance impact of G1 collector, Topics include heap footprint; heap size impact; running minor GC only, running more major GC.
2022-10-01, ∼261🔥, 0💬

"iptables" Command on CentOS
This section provides a tutorial example on how to use 'iptables' daemon CLI to manage network firewall on older CentOS systems.
2022-10-01, ∼261🔥, 0💬

參考文獻
本章列出了本書所引用的參考文獻。
2024-01-31, ∼260🔥, 0💬

References
List of reference materials used in this book.
2024-01-23, ∼260🔥, 0💬

2EBF0: CJK Unified Ideographs Extension I
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension I', which contains 624 code points to represent CJK Unified Ideographs Extension I alphabets used in the CJK Unified Ideographs Extension I language.
2024-01-23, ∼260🔥, 0💬

What Is a Sequence Diagram?
This section describes the UML Sequence Diagram, which presents interaction behaviors of multiple objects by showing communication message interchange sequences between them.
2022-10-12, ∼260🔥, 0💬

SOAP HTTP Binding
This chapter describes SOAP HTTP Binding and mapping rules for SOAP Message Exchange Patterns.
2022-10-04, ∼260🔥, 0💬

Array Related Built-in Functions
This section provides a summary of built-in functions related arrays and some examples of how to use them.
2022-10-01, ∼260🔥, 0💬

Running Session Test Script Pages
This section provides a tutorial example on how to run multiple script pages that are connected by the session concept. Page outputs prove that the session concept is working.
2022-10-01, ∼260🔥, 0💬

IE Reinstalling Root Certificates Automatically
This section provides a tutorial example showing IE reinstalls trusted root certificate automatically when it is needed to validate an HTTPS Web server certificate.
2022-10-01, ∼260🔥, 0💬

Passing Parameters by Value or by Reference
This section provides a tutorial example showing that primitive parameters are passed by value and object parameters are passed by reference.
2022-10-01, ∼260🔥, 0💬

Server-Side and Client-Side Web Scripting
This chapter provides introductions and tutorial examples on server-side and client-side Web scripting. Topics include Web scripting processing architecture overview; processing steps of server-side and client-side scripting; event handling scripts; script code returns new script code.
2022-10-01, ∼260🔥, 0💬

Using Functions as "Function" Objects
This chapter provides introductions and tutorial examples on functions as objects. Topics include the built-in object type 'Function'; creating functions using the 'Function()' constructor; function instance and inherited properties and methods; 'function' statement and operator.
2022-10-01, ∼260🔥, 0💬

The "String" Object Type - Not Equal to String Primitive Type
This section provides a quick description and a tutorial example script on the 'String' built-in object type, which is used to create 'String' objects. Watch out: 'String' objects are not string values.
2022-10-01, ∼260🔥, 0💬

exec() - Executing Operating System Commands
This section provides a tutorial example on how to calculate memory usage of a large array.
2022-10-01, ∼260🔥, 0💬

Example Program of Using the gc() Method
This section provides a tutorial example on how to use the garbage collection method gc() on the default Runtime object to test object references and memory usages.
2022-10-01, ∼260🔥, 0💬

Internet Explorer - The Most Popular Web Browser since 1999
This section provides a quick history of Internet Explorer, the most popular Web browser since 1999. First version of Internet Explorer was released in 1995.
2022-10-01, ∼260🔥, 0💬

<< < 192 193 194 195 196 197 198 199 200 201 202 > >>   ∑:9020  Sort:Date