<< < 69 70 71 72 73 74 75 76 77 78 79 > >>   ∑:9086  Sort:Date

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, ∼742🔥, 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.

Turning on USB Debugging on Samsung Galaxy Tab 3
This section provides a tutorial example on how to turn on 'USB Debugging' on Samsung Galaxy Tab 3 mini tablet by tapping 'Build Number' 7 times.
2022-10-01, ∼741🔥, 0💬

Character Set Encoding Maps - CP1252/Windows-1252
This section provides a tutorial example of analyzing and printing character set encoding maps for encoding: CP1252/Windows-1252, the default encoding for Java SE on Windows systems.
2022-10-01, ∼741🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼741🔥, 0💬

What Is Hasse's Theorem
This section describes Hasse's Theorem, which states that the order, n, of a reduced elliptic curve group, Ep(a,b), is bounded in the range of [p+1 - 2*sqrt(p), p+1 + 2*sqrt(p)].
2022-10-01, ∼741🔥, 0💬

1F650: Ornamental Dingbats
This section provides a quick summary of the Unicode code point block: 'Ornamental Dingbats', which contains 48 code points to represent a variety of text ornaments and ornamental punctuation marks similar to characters encoded in the main Dingbats block.
2024-01-23, ∼740🔥, 0💬

OpenSSL "enc -bf-ecb" for Blowfish/ECB Encryption
Tutorial notes and example codes are provided OpenSSL 'enc -bf-ecb' command for Blowfish encryption in ECB mode. Topics include introduction and installation of OpenSSL; ECB (Electronic CodeBook) cipher operation mode; Literal Key options to specify secret key and IV directly; Salted Key and Random ...
2023-05-19, ∼740🔥, 1💬

Android 4.0.3 File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 4.0.3 emulator file systems.
2022-10-01, ∼740🔥, 0💬

Character Set Encoding Maps - Unicode UTF-16, UTF-16BE, UTF-16LE
This section provides a tutorial example of analyzing and printing character set encoding maps for 3 encoding, UTF-16, UTF-16BE, and UTF-16LE, for Unicode character set.
2022-10-01, ∼739🔥, 0💬

Conda Configuration Files
This section provides a quick introduction about the Conda Configuration Files that contain configuration settings for the Conda command and its environments.
2022-10-01, ∼739🔥, 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, ∼739🔥, 1💬

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

"keytool -printcert" Printing Certificate Details
This section provides a tutorial example on how to print details of the certificate exported by 'keytool -exportcert' command using the 'keytool -printcert' command.
2022-10-04, ∼738🔥, 0💬

Using Microsoft Edge as an XML Syntax Checker
This section provides a tutorial example on how to use Microsoft Edge as an XML file syntax checker. If there are syntax errors in an XML file, Edge will stop displaying the XML file at the first error location.
2022-10-01, ∼738🔥, 0💬

About This Book: Windows Tutorials
This section provides some detailed information about this book - Windows Tutorials - Herong's Tutorial Examples.
2021-03-26, ∼738🔥, 1💬

SOAP Module - Creating and Calling Web Services
This chapter provides tutorial examples and notes about SOAP module for creating and calling Web services. Topics include PHP implementations of SOAP, the SOAP extension library, SOAP client functions, Calling Web services with and without using the WSDL standard, example scripts to dump SOAP commun...
2024-07-20, ∼737🔥, 0💬

Mac Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning macOS. Topics include Macintosh OS history; macOS basic functionalities; storage file systems; reviewing resource usage on running processes; installing productivity and programming tools; installing Java...
2022-10-01, ∼737🔥, 0💬

大五碼(Big5)字符集
本节介绍了大五碼(Big5)漢字字符集。大五碼是一种中文繁体 字编码,收錄了13461個符號和漢字,分为三个区域:特殊符號 区,一级漢字区,二级漢字区。
2024-01-31, ∼736🔥, 0💬

Selection Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Selection Sort algorithm. Topics include introduction of the Selection Sort algorithm, Java implementation and performance of the Selection Sort algorithm.
2016-03-21, ∼736🔥, 2💬

💬 2015-10-06 Phani: Very good

💬 2015-10-05 اثمار ياسين: :)

2C80: Coptic
This section provides a quick summary of the Unicode code point block: 'Coptic', which contains 128 code points to represent Coptic alphabets used in the Coptic language.
2024-01-23, ∼735🔥, 0💬

Trusted Certificate Store on Android phone
This section provides a tutorial example on how to locate and view the trusted root certificate store on Android phone: Settings &gt; Security &gt; Trusted credentials.
2022-10-01, ∼735🔥, 0💬

SAXParseException - 'xsi:noNamespaceSchemaLocation' Not Allowed
This section provides a tutorial example showing the SAXParseException that says Attribute 'xsi:noNamespaceSchemaLocation 'is not allowed when applying XSD schema validation on an XML DOM object.
2022-10-01, ∼734🔥, 0💬

JVM Garbage Collection Logging
This chapter provides tutorial notes and example codes on JVM options for garbage collection logging. Topics include a summary of logging options; examples of log messages for '-Xlog:gc', '-Xlog:gc:file', -Xlog:gc=trace', '-Xlog:gc+heap=trace', '-Xlog:gc*=trace', etc.
2022-10-01, ∼734🔥, 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, ∼734🔥, 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...

Java Secure Socket Extension (JSSE)
This section describes the Java Secure Socket Extension (JSSE) that allows you to write Java programs to communicate with HTTPS Web servers.
2022-10-01, ∼733🔥, 0💬

<< < 69 70 71 72 73 74 75 76 77 78 79 > >>   ∑:9086  Sort:Date