<< < 236 237 238 239 240 241 242 243 244 245 246 > >>   ∑:8899  Sort:Rank

Archived: MySQL Connector/J 5.0 - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver).
2022-10-01, ∼262🔥, 0💬

Reading and Writing Certificates in DER and RFC Formats
This section provides test results of using my JcaCertificateTest.java program to read in certificates in DER and RFC formats. Those certificates are generated with the 'keytool' command tool.
2022-10-01, ∼261🔥, 0💬

Unicode 4.0 Character Samples
Some samples of characters added in Unicode 4.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, ∼261🔥, 0💬

Creating and Managing Sessions in PHP Scripts
This chapter provides tutorial examples and notes about session. Topics include understanding of the session concept; writing scripts to create and use a session; storing data in the current session; managing session IDs as cookies and URL transparent parameters.
2022-10-01, ∼261🔥, 0💬

Archived: MySqlUnicode.php using php_mysql.dll Library
This section provides a tutorial example on how to send and receive non-ASCII character strings in Unicode UTF-8 encoding to and from a MySQL database server.
2022-10-01, ∼261🔥, 0💬

Conditional "if" Statement Examples
This section provides a JavaScript tutorial example showing different types of 'if' statements.
2022-10-01, ∼261🔥, 0💬

"jrunscript -f" - Run JavaScript in Batch Mode
This section provides a tutorial example on how to use 'jrunscript -f ...' to run JavaScript code in batch mode.
2022-10-01, ∼261🔥, 0💬

GetVarInfo() - Variable Inspection Example
This section provides a tutorial example of writing a code, GetVarInfo(), to print out data type information of a given variable.
2022-10-01, ∼261🔥, 0💬

Data Types Supported in Java
This section provides a list of data types supported in Java: 8 primitive data types and 5 reference data types.
2022-10-01, ∼261🔥, 0💬

Generic Methods and Type Inference
This chapter provides tutorial notes and example codes on generic methods and type inference. Topics include what is a generic method; declaring type parameters; specifying type arguments; compiler performing type argument inference; using type parameter in parameterized types.
2022-10-01, ∼261🔥, 0💬

Garbage Collection and the gc() Method
This chapter describes the garbage collection supported provided by Java. Topics include unused objects, the JVM automatic garbage collection process, the garbage collection method gc() on the default Runtime object.
2022-10-01, ∼261🔥, 0💬

Zodiac Signs and Zodiac Constellations
This section describes what are zodiac signs and zodiac constellations.
2022-10-01, ∼261🔥, 0💬

Use Index for Better Performance
This chapter provides tutorial notes on Index. Topics include introduction of index; using index to reduce searching time; creating composite indexes on value combinations of multiple columns.
2022-10-01, ∼261🔥, 0💬

Heap Sort - Implementation in Perl
This section provides a tutorial on how to implement the Heap Sort algorithm in Perl.
2022-10-01, ∼261🔥, 0💬

Deprecated: Ropsten Testnet Data File Location
This section shows where Ropsten Testnet data files are located.
2022-10-01, ∼261🔥, 0💬

Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼261🔥, 0💬

References
This section provides a list of reference materials used in this book.
2022-10-01, ∼261🔥, 0💬

android.os.Environment Class - Environment Folders
This section provides tutorial example on how to display environment folders: data, external storage, download cache, and root folders using the android.os.Environment class.
2022-10-01, ∼260🔥, 0💬

Archived: Installing Android Platform 4.0.3 and Libraries
This section provides a tutorial example on how to install Android platform libraries and tools using Android SDK Manager.
2022-10-01, ∼260🔥, 0💬

Archived: "HelloAndroid" - First Android Project
This section provides a tutorial example on how to create the first Android project, HelloAndroid, using the 'android' command. Java source file and resource files are automatically created.
2022-10-01, ∼260🔥, 0💬

Importing Classes from Unnamed to Named Packages
This section provides a tutorial example on how to import classes defined in an unnamed package to a named package. The imported class must be defined as 'public'.
2022-10-01, ∼260🔥, 0💬

What Is a Socket?
This section describes what is a socket - An concept represents one end-point of a two-way communication link between two programs running on the Internet network.
2022-10-01, ∼260🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Excel saving and opening Unicode files. UTF-16 (Little-Endian with BOM) is the best format for Excel.
2022-10-01, ∼260🔥, 0💬

Archived: Adding PHP to IIS as CGI
This section provides a tutorial example on how to add the PHP engine to the IIS server to serve PHP scripts as Web pages.
2022-10-01, ∼260🔥, 0💬

<< < 236 237 238 239 240 241 242 243 244 245 246 > >>   ∑:8899  Sort:Rank