<< < 64 65 66 67 68 69 70 71 72 73 74 > >>   ∑:9020  Sort:Date

Linux Command - "base64"
This section provides a tutorial example on how to use 'base64' command on a Linux system to perform Base64 encoding and decoding.
2022-10-01, ∼716🔥, 0💬

simple-page-master - Simple Page Layout
This section describes the simple page layout, simple-page-master, which divides a page into 5 regions: region-body, region-before, region-after, region-start, and region-end.
2022-10-01, ∼716🔥, 0💬

"Err.Number" and "Err.Clear()" - Error Code and Clear Method
This section provides a tutorial example on how to manage runtime errors properly with the error code, Err.Number, and the error clear method, Err.Clear().
2016-06-29, ∼716🔥, 1💬

2027 年年历 - 羊年
中国年历 - 2027 年年历 - 羊年
2022-10-06, ∼715🔥, 0💬

Location: - Forcing the Browser to Redirect to Another URL
This section provides a tutorial example on how to insert the 'Location:' header line in a HTTP response to tell the browser to do a URL redirect - Send a HTTP request to the specified ULR immediately.
2015-10-21, ∼714🔥, 4💬

💬 2015-10-21 George: Does anyone know how to tell IIS to NOT do this?

💬 2015-10-21 George: I believe it is IIS changing the contents

💬 2015-09-24 Herong: Hi Robert, you are probably right. I will compare it with the Apache server.

💬 2015-09-23 Robert: This is an issue in IIS, not php.

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, ∼713🔥, 0💬

ActionListener, ChangeListener and ItemListener
This section provides a tutorial example on how to use ActionListener, ChangeListener and ItemListener interfaces to handle different types of events generated on check boxes.
2022-10-01, ∼712🔥, 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, ∼712🔥, 0💬

"Body" Region Margin and "Side" Region Extent
This section provides tutorial example to demonstrate how the region-before extent overlaps with the top margin of the region-body. It can also be extended into and hidden behind the content area of the region-body.
2022-02-19, ∼712🔥, 2💬

💬 2022-02-19 Herong: Craig, Thanks for pointing out the error in the source code. Yes, all " " should be replaced by their XML entity names, if they ...

💬 2022-02-19 Craig: With FOP Version 2.7, it was necessary to remove the "less than" and "greater than" symbols from the 'static-content" sections t...

Android 5.1.1 Emulator File System Hierarchy
This section describes file system hierarchy used by the Android 5.1.1 emulator system.
2022-10-01, ∼711🔥, 0💬

2-Step Message Encryption - Symmetric and RSA
This section describes how SoapUI performs the SOAP message entryption in 2 steps: encrypt the SOAP message with random secret key and encrypt the secret key with receiver's RSA public key.
2017-12-31, ∼709🔥, 1💬

💬 2017-12-31 Alex-RU: Thank you, a good man.

1F700: Alchemical Symbols
This section provides a quick summary of the Unicode code point block: 'Alchemical Symbols', which contains 128 code points to represent alchemical symbols.
2024-01-23, ∼708🔥, 0💬

Disabling IE Addon "Yahoo! Toolbar"
This section provides a tutorial example on how to disable 'Yahoo! Toolbar' in IE (Internet Explorer).
2017-08-03, ∼708🔥, 4💬

💬 2017-08-03 Herong: Lori, can you uninstall Yahoo! from your computer, if you don't need it any more?

💬 2017-07-27 Lori: Like Debbie, the enable and disable buttons are greyed out even when I run IE as an administrator. I can't find any solution to ...

💬 2016-05-13 Herong: Debbie, that will happen if the file supporting this add-on has been removed already. In that case, you don't need to worry abou...

💬 2016-05-11 Debbie: The enable and disable buttons are greyed out even when I run IE as an administrator.

Data Structure of Bitcoin Raw Transaction Format
This section describes the data structure of a Bitcoin raw transaction format.
2022-10-01, ∼707🔥, 0💬

What Is a Superclass and a Subclass
This section describes what is a Superclass and a Subclass - a pair of classes that the second class extends from the first class. An object of subclass inherits all properties and operations from the superclass.
2022-10-01, ∼706🔥, 0💬

Identity-Constraint with Multiple Fields
This section provides a tutorial example on how to specify a 'key' identify constraint in an XSD schema that uses multiple 'field' to construct identify values with multiple components.
2022-10-01, ∼706🔥, 0💬

JDBC for MySQL - Herong's Tutorial Examples
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and MySQL server; using MySQL JDBC driver (MySQL Connector/J); database connection URLs; introduction to Result Set; Meta Data, Prepare...
2022-10-01, ∼706🔥, 0💬

Private Network ID Must Match "chainId"
This section describes the requirement on private network - the network ID must match the 'chainId' given in the genesis block configuration.
2022-06-28, ∼705🔥, 1💬

💬 2022-06-28 Jenny: Thank

Connection Pooling with Commons DBCP BasicDataSource
This section provides a tutorial example that shows you how to use the Commons DBCP BasicDataSource class to manage the connection pool with JavaBean style properties.
2023-03-13, ∼704🔥, 1💬

💬 2023-03-13 Moenke: "I asked to initialize 10 connections, but I see only 8 connections on MySQL server. Not sure why." -> Because maxTotal conencti...

10600: Linear A
This section provides a quick summary of the Unicode code point block: 'Linear A', which contains 384 code points to represent Linear A alphabets used in the Linear A language.
2024-01-23, ∼703🔥, 0💬

中国农历计算程式
本节介绍了中国农历计算 Java 程式,算法和数据取自 eleworld.com。
2023-09-23, ∼703🔥, 2💬

💬 2023-09-23 杨和荣: lonelyim, 谢谢你的留言!我会在下一次更新时确认和纠正你所指出的错误。农历月份大小有 时会受到新月发生的精确时刻的影响,农历2057年9月的新月是一...

💬 2023-09-17 lonelyim: 经与香港天文台发布的公历与农历对照表( https://www.hko.gov.hk/sc/gts/time/c onversion.htm)对比,发现源程序中char[] chineseMonths的数据有如下...

"keytool -genkeypair" - Generating Keys and Self-Signed Certificates
This section provides a tutorial example on how to use the 'keytool -genkeypair' command to generate a new pair of keys and self-signed certificate in a new 'keystore' file.
2022-10-01, ∼703🔥, 0💬

"-XX:+PrintFlagsFinal" - Print JVM Options
This section describes the '-XX:+PrintFlagsFinal' JVM option, which prints all options and their values used by the JVM.
2022-10-01, ∼703🔥, 0💬

Block Devices and Partitions
This chapter provides tutorial examples on block devices and partitions. Topics include understanding block devices, partition tables and partitions; using 'hdparm -i' command to display device information; differences between MBR and GPT partition table (disklabel) types; using 'parted' commands to...
2022-10-01, ∼701🔥, 0💬

<< < 64 65 66 67 68 69 70 71 72 73 74 > >>   ∑:9020  Sort:Date