<< < 58 59 60 61 62 63 64 65 66 67 68 > >>   ∑:7662  Sort:Date

Delete/Untrust Certificates from macOS
This section provides a tutorial example on how to untrust (if delete is not possible) a certificate from macOS using Keychain Access.
2022-10-01, 581🔥, 0💬

""unsignedLong" and "unsignedShort" Datatypes
This section describes the built-in primitive datatypes, 'unsignedLong', 'unsignedInt', 'unsignedShort' and 'unsignedByte', that represents unsigned integer numbers for different storage sizes. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 580🔥, 0💬

Linux Apps Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning Linux applications. Topics include using managing users and groups; managing files and directories; managing Apache HTTP Server and Apache Tomcat; managing MySQL server and SquirrelMail server; running Py...
2022-05-20, 580🔥, 0💬

"jar --module-version" - Updating Module Version in JAR
This section provides a tutorial example on how to use 'jar --update --module-version' to update the version number of the Java module stored in a module JAR file.
2022-10-01, 579🔥, 0💬

Connecting to SQL Server from Servlet
This chapter provides tutorial notes and example codes on connecting to SQL Server from Servlet pages. Topics include downloading and installing SQL Server JDBC driver JAR file; selecting JDBC driver version to match JVM version; testing JDBC connection in Servlet pages; loading JDBC class explicitl...
2022-10-01, 577🔥, 0💬

AES Equivalent Decryption Algorithm
The equivalent decryption algorithm of the AES-128 encryption is provided. It follows the same sequence of applying transformation procedures as the encryption algorithm, but uses modified round keys.
2022-09-14, 577🔥, 1💬

What Is WSDL Document
This section describes WSDL Documents, which are XML files that uses WSDL (Web Services Definition Language) to define Web services.
2017-01-08, 577🔥, 2💬

💬 2017-01-08 Herong: Bessie, the missing picture is added now. Thanks.

💬 2017-01-07 Bessie: On this page: http://www.herongyang.com/Free-Web-S ervice/SOAP-What-Is-WSDL-Document.ht mlthe WSDL-2-0-Document-Structure.jpg fil...

Windows Tool "Character Map"
A tutorial example is provided on how to run 'Character Map' on Windows systems to view glyphs of a Unicode font family.
2022-10-01, 576🔥, 0💬

Viewing Data CD Track Layout
This section provides a tutorial on how to view the track and file system layout of a Data CD with IsoBuster.
2019-01-21, 576🔥, 2💬

💬 2019-01-21 Herong: Tyler, Just curious, why you are still using CD?

💬 2019-01-13 Tyler: CD tutoria good.

"token" Datatype Values and Representations
This section describes the built-in datatype 'token' derived from 'normalizedString'. Whitespace characters are collapsed to a single ' ' character. Leading and trailing whitespace characters are removed.
2022-10-01, 575🔥, 0💬

1F100: Enclosed Alphanumeric Supplement
This section provides a quick summary of the Unicode code point block: 'Enclosed Alphanumeric Supplement', which contains 256 code points to represent additional enclosed alphanumeric characters.
2024-01-23, 574🔥, 0💬

rpc/encoded Example - Get Exchange Rate
This section provides a tutorial example on writing a WSDL 1.1 example that uses SOAP 1.2 over HTTP with rpc/encoded as the message style and the encoding option.
2023-12-11, 574🔥, 1💬

Drawing Graphics - Using paint() on Component
This section provides a tutorial example on how to override the paint() method in the javax.swing.Component class to draw graphics (a rectangle) and add the component to the content pane of the frame window.
2022-10-01, 574🔥, 0💬

Tomcat Web Application Manager
This section provides a tutorial example on how to access Tomcat Web Application Manager Web interface. You add, remove or manage any applications that are running on the Tomcat server using the Web Application Manager.
2022-10-01, 574🔥, 0💬

1F680: Transport and Map Symbols
This section provides a quick summary of the Unicode code point block: 'Transport And Map Symbols', which contains 128 code points to represent symbols used in transportion maps.
2024-01-23, 572🔥, 0💬

MySQL Connector/J - Download and Installation
Describes how to download and install MySQL Connector/J (JDBC driver) required to run Java programs to access MySQL servers.
2022-10-01, 572🔥, 0💬

"SELECT COUNT(*)" on InnoDB Table
This section provides a tutorial example showing why 'SELECT COUNT(*)' is slow on InnoDB tables. It does a full table scan by reading all data pages to count the number of rows.
2022-10-01, 572🔥, 0💬

MySQL JDBC Driver (MySQL Connector/J)
This chapter provides tutorial notes on MySQL JDBC driver. Topics include installing MySQL JDBC driver; connection URL and DriverManager class; DataSource and Connection objects; server and driver information; creating tables with auto-increment columns.
2022-10-01, 571🔥, 0💬

Garbage Collection Tests
This chapter provides tutorial notes and example codes on garbage collection. Topics include garbage collection test program - GCTest2.java; comparisons between HotSpot 1.7.0, HotSpot 1.6.0 and JRockit R28.2.7.
2015-08-16, 571🔥, 1💬

dictionary.xsd - A Sample XSD XML Schema File
This section provides a tutorial example of XSD XML Schema file, dictionary.xsd, using XSD statements: schema, element, attribute, simpleType, complexType, etc.
2022-10-01, 570🔥, 0💬

Discontinued: GetGeoIP - Get Country by IP Address
This chapter provides a quick introduction of the free Web service, GetGeoIP, returning the country information with a given IP address. Topics include usage description of GetGeoIP; request message sample; response message sample.
2019-01-29, 570🔥, 1💬

💬 2019-01-29 WEfgwrg: Nice

1C80: Cyrillic Extended-C
This section provides a quick summary of the Unicode code point block: 'Cyrillic Extended-C', which contains 16 code points to represent Cyrillic Extended-C alphabets used in the Cyrillic Extended-C language.
2024-01-23, 569🔥, 0💬

Introduction to Logical Operations
This section provides a quick introduction of logical operations supported by VBScript: logical negation - Not, conjunction - And, disjunction - Or, exclusion - Xor, equivalence - Eqv, implication - Imp.
2017-03-18, 569🔥, 2💬

💬 2017-03-18 Herong: Amit, Thanks. It's been corrected now.

💬 2017-03-17 Amit Kumar Rout: Logical Conjunction (Add): Resulting (True) if and only if both operands are (True). Correction: Logical Conjunction (And): Resu...

Introduction of .NET Framework
This section provides a quick introduction of the .NET Framework, which was first released in 2002. The .NET Framework provides virtual machine on Windows system to run applications written in different languages.
2016-06-12, 568🔥, 1💬

💬 2016-06-12 Satish: Thanku

<< < 58 59 60 61 62 63 64 65 66 67 68 > >>   ∑:7662  Sort:Date