<< < 290 291 292 293 294 295 296 297 298 299 300 > >>   ∑:9022  Sort:Rank

Pushing an Email Message in Mail Queue
This section provides an example using Sendmail a Mail User Agent (MUA) to transfer a remote email message, which is stored in the mail queue waiting for a connection to the remote machine.
2022-10-01, ∼219🔥, 0💬

Table Column Types for Spatial Geometry Data
Describes 8 types of table column to store Spatial Geometry Data: GEOMETRY, POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, GEOMETRYCOLLECTION, GEOMETRYCOLLECTION.
2022-10-01, ∼219🔥, 0💬

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

Most Popular Web Browsers and Trends
This section provides statistics on most popular Web browsers and trends for website herongyang.com.
2022-10-01, ∼219🔥, 0💬

Efficient Form of the Blowfish Algorithm
A more efficient form of the Blowfish Algorithm is presented with the 16-round loop expanded inline to avoid the 'Swap' step.
2022-10-01, ∼219🔥, 0💬

Generational Garbage Collection in HotSpot
This section describes the generational garbage collection architecture used in the HotSpot JVM. Young Generation stores objects with shorter lives and Tenured Generation stores objects with longer lives.
2022-10-01, ∼219🔥, 0💬

Install New Version of Python on macOS
This section provides a tutorial on how to install newer version of Python on macOS.
2022-10-01, ∼219🔥, 0💬

"del" Statement - Delete Statement
This section provides a quick introduction of 'del' (delete) statement, which is a simple statement that deletes the definitions of given targets and their associated object references.
2022-10-01, ∼219🔥, 0💬

"while" Statement for Execution Loop
This section provides a quick introduction of 'while' statement, which executes a block of sub-statements repeatedly while the given condition is valid.
2022-10-01, ∼219🔥, 0💬

What Is __all__ List
This section provides a quick introduction on __all__ list, which is a special module attribute defined in the module file to override which members can be implicitly imported by the 'from module import *' statement.
2022-10-01, ∼219🔥, 0💬

"ALTER TABLE" Statements
This section describes how to alter a table by adding a new column.
2022-10-01, ∼219🔥, 0💬

Performance of Inserting Rows with a Regular Statement
This section describes how to measure the performance of inserting rows using a Statement object.
2022-10-01, ∼219🔥, 0💬

Performance Comparison of Inserting Integers vs. Strings
This section provides a tutorial example on how to check performance comparison between inserting integers and inserting strings to MySQL database.
2022-10-01, ∼219🔥, 0💬

Installing "AboutAndroid" to LG-P925g Phone
This section provides a tutorial example on how to install my 'AboutAndroid' application to my LG-P925g phone. 'HelloAndroid' needs to be uninstalled first, because both applications share the same Java package name 'com.herongyang'.
2022-10-01, ∼218🔥, 0💬

The "Error" Object Type - Runtime Exceptions
This section provides a quick description and a tutorial example script on the 'Error' built-in object type, which is used to create 'Error' objects for runtime exception handling.
2022-10-01, ∼218🔥, 0💬

GetISD - Request Message Sample
This section provides a request message sample of GetISD Web service.
2022-10-01, ∼218🔥, 0💬

GetISD - Response Message Sample
This section provides a response message sample of GetISD Web service.
2022-10-01, ∼218🔥, 0💬

getTime - Response Message Sample
This section provides a response message sample of getTime Web service.
2022-10-01, ∼218🔥, 0💬

Example of Uploading Files
This section provides an example FTP session of uploading files.
2022-10-01, ∼218🔥, 0💬

Archived: Calculate Rewards with ethereumfaucet.info
This section describes how to calculate rewards with ethereumfaucet.info.
2022-10-01, ∼218🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, ∼218🔥, 0💬

Best Garbage Collector and Configuration
This section describes the best garbage collector and configuration for our performance test program, GCPrefp99.java.
2022-10-01, ∼218🔥, 0💬

Add New Users on macOS
This section provides a tutorial on how to add new users and give them system administration permission on macOS.
2022-10-01, ∼218🔥, 0💬

Group Access Permissions on Files
This section provides a tutorial example on how to control group access permissions on files. Use 'chgrp' to change group ownership. Use 'chmod g=' to change group access permission.
2022-10-01, ∼218🔥, 0💬

<< < 290 291 292 293 294 295 296 297 298 299 300 > >>   ∑:9022  Sort:Rank