<< < 133 134 135 136 137 138 139 140 141 142 143 > >>   ∑:9020  Sort:Date

Comparing Chinese Horoscope with Western Horoscope
This section describes a brief comparison between Chinese Horoscope and Western Horoscope.
2022-10-01, ∼348🔥, 0💬

What Is Ethereum Account
This section describes what is an Ethereum Account.
2022-10-01, ∼348🔥, 0💬

"ps -o rss,drs,trs,vsz,sz" - Process Status Options
This section provides a tutorial on how to 'ps -o rss,drs,trs,vsz,sz' command to report memory usage of each running process.
2024-08-17, ∼347🔥, 0💬

First Apache Ant Build File Example
This section provides a tutorial example on how to write an Apache Ant build file to compile and run a simple Java application, Hello.java.
2022-10-01, ∼347🔥, 0💬

AboutAndroid - Application to Retrieve System Information
This chapter provides tutorial notes on AboutAndroid - An example application to retrieve system information. Topics include using java.lang.System class; displaying system properties and environment variables; using ScrollView and TextView classes; using android.os.Environment class.
2022-10-01, ∼347🔥, 0💬

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

.NET Programs Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing .NET programs communicating with HTTPS servers. Topics include using .NET Framework 4.0 System.Net.Request class to connect to HTTPS servers; testing how .NET programs uses root CA certificates from the trusted certificate store; catc...
2022-10-01, ∼347🔥, 0💬

Email Messages with Digital Signatures using S/MIME
This section provides an email message example with a digital signature using the S/MIME (Secure/Multipurpose Internet Mail Extensions) standard. The message is divided into 2 parts: the message part and the digital signature part.
2022-10-01, ∼347🔥, 0💬

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

Layout of Components in a Container
This chapter provides tutorial notes and example codes on component layout. Topics include introduction of component layout; tutorial examples of BorderLayout, FlowLayout, BoxLayout, GridLayout, and GridBagLayout.
2022-10-01, ∼347🔥, 0💬

IE Option Setting - Enable Script Debugging
This section provides a tutorial example on how to enable the script debugging option in IE 6.0 to watch the runtime error message raised from a VBScript example code.
2022-10-01, ∼347🔥, 0💬

Example of Regular Expression Match and Replacement
This section provides a tutorial example of how to perform a pattern match and replacement with a regular expression using RegExp objects. Examples of sub matches are also included.
2022-10-01, ∼347🔥, 0💬

Primitive Data Types and Literals
This chapter provides tutorial notes and example codes on primitive data types and literals. Topics include 8 primitive data types; storage size of each data type; format rules on source code literals for each data type; example Java programs on primitive types.
2022-10-01, ∼347🔥, 0💬

Shift Operations - Left, Right or Unsigned Right
This section describes shift operations: 'Left Shift', 'Right Shift', and 'Unsigned Right Shift'. A tutorial example is provided to show you how shift operations work on 'int' data type values.
2022-10-01, ∼347🔥, 0💬

java.lang.System Class - The Operating System
This chapter provides tutorial notes and example codes on java.lang.System class. Topics include accessing standard input, output, and error streams; getting the current time in milliseconds and nanoseconds; accessing environment variables; managing JVM instance properties.
2022-10-01, ∼347🔥, 0💬

Static HTML Text in JSP Page in Standard Syntax
This section provides a tutorial example to test how non-ASCII characters entered as static text in JSP pages in standard syntax are handled by the JSP server and returned to Web browsers.
2022-10-01, ∼347🔥, 0💬

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

Xerces2 Sample Program List
This section provides a list of sample programs provided in Xerces2 Java 2.11.0 XML Schema 1.1 Beta version that you can use to parse and validate XML documents.
2022-10-01, ∼347🔥, 0💬

Overriding Element Types in XML Documents
This chapter provides notes and tutorial examples on overriding element Type. Topics include declaring element nillable, overriding element with 'xsi:nil', defining base and derived datatypes, overriding element type with 'xsi:type'.
2022-10-01, ∼347🔥, 0💬

Salted Key Generation Algorithm
A tutorial example is provided to confirm the Salted Key generation algorithm used by the OpenSSL 'enc -bf-ecb' command. The algorithm is using the MD5 hash function repeatedly on the given passphrase and the given salt to populate the secret key and the IV.
2022-10-01, ∼347🔥, 0💬

Activity Diagram - Merge Notation
This section describes the Merge Notation used in a UML Activity Diagram. A Merge Notation represents a merge point where alternate execution paths meet and continue.
2022-10-08, ∼346🔥, 0💬

Installing SOAP Extension on Windows
This section describes a tutorial on how to install php_soap.dll with PHP 5.0.4 on a Windows system.
2022-10-04, ∼346🔥, 0💬

MenuBarTest.java - AWT Menu Bar Test Program
This section provides a tutorial example on how to use the java.awt.MenuBar class to create a menu bar in a frame window.
2022-10-01, ∼346🔥, 0💬

Default Values for Annotation Elements
This section provides a tutorial example on how to declare default values for annotation elements and how to use default values in annotation invocation statements.
2022-10-01, ∼346🔥, 0💬

<< < 133 134 135 136 137 138 139 140 141 142 143 > >>   ∑:9020  Sort:Date