<< < 22 23 24 25 26 27 28 29 30 31 32 > >>   ∑:9107  Sort:Date

Byte Order Mark (BOM) - FEFF - EFBBBF
This section provides a brief introduction on the Byte Order Mark (BOM) character, U+FEFF, used as the Unicode character stream signature when prepended to a character stream. The U+FEFF character becomes a 3-byte sequence of EFBBBF when encoded in UTF-8.
2023-06-22, ∼3106🔥, 1💬

Font Attributes and Generic Fonts
This section describes font attributes to specify font family, size, style and weight. XSL-FO supports 5 generic font families: serif, sans-serif, cursive, fantasy, and monospace.
2022-10-01, ∼3097🔥, 0💬

Validating ds:Signature with X.509 Certificate
This section provides a tutorial example on how the SOAP message receiver should validate the digital signatures included in the ds:Signature elements. Digital signatures should be decrypted using public keys included in X.509 certificates passed in the wsse:BinarySecurityToken element.
2019-01-21, ∼3096🔥, 5💬

💬 2019-01-21 Herong: 喝着茅台,看什么应该都不错... ☺

💬 2019-01-17 茅台酒: 用谷歌翻译看你的教程真好

💬 2018-10-21 Jacek: I configure was security with security token and partial signing of body and one more node. Next trying to validate this signatu...

💬 2018-10-20 Herong: Jacek, I will try it.

💬 2018-10-19 Jacek: hi you wrote Use msgReference to match a message element with "[@wsu:Id]=msgReference", and parse the message element to a DOM o...

serialver - serialVersionUID Generator
This chapter provides provides a tutorial example on how to use 'serialver' command to generate a unique 'serialVersionUID' value for any given serializable Java class.
2025-10-23, ∼3094🔥, 11💬

💬 2025-10-03 zara: comment

💬 2023-02-22 Youngjo Kim: HEllo My name is BYUIOUDHFODIUHOFIHODIHF

💬 2022-06-27 Ravi Shrestha: Generating serial version id

Managing JAR Files with WinZIP
This section provides a tutorial example on how to manage a JAR file as a ZIP file with the ZIP tool, WinZIP.
2016-06-10, ∼3085🔥, 2💬

💬 2016-06-10 Herong: Jordyn, can you try to follow Test #1 mentioned in the tutorial to open a .jar file with WinZIP?

💬 2016-06-10 Jordyn: This still doesn't quite help with opening the files for me. How do you open a .jar file? :/

Introduction of PKI (Public Key Infrastructure)
This chapter provides a quick introduction of PKI (Public Key Infrastructure). Topics include what is PKI; usage examples of PKI; most popular certificate authorities.
2016-02-22, ∼3084🔥, 2💬

💬 2016-02-22 Charlie Beebout: Thank you. I am looking forward to familiarizing myself with security issues.

Decrypting Encrypted SOAP Message
This section describes how the message receiver should decrypt an encrypted SOAP message in 2 steps: decrypt the encrypted secret key with receiver's private key and decrypt the encrypted message with the secret key.
2024-01-01, ∼3080🔥, 2💬

💬 2024-01-01 marco: 0A 7D 00 F9 C1 00 00 00 10 00 18 D1 04 A4 00 01 00 40 01 01 00 14 11 01 03 D4 12 01 04 44 01 02 02 02 01 9C 01 0C 02 01 4A 02 0B...

💬 2020-02-19 lolzl337: alert('1');

SoapUI Configuration for Username Token
This section provides a tutorial example on how to create a configuration entry to support WS-Security username token with '#PasswordDigest' password type using SoapUI.
2017-07-28, ∼3076🔥, 8💬

Two Types of "import" Statements
This section describes two types of 'import' statements: Single Type Import and On-Demand Type Import. 4 sample Java source files are provided to test 'import' statements.
2020-02-06, ∼3060🔥, 2💬

💬 2020-02-06 Herong: Abuja, “wildcard” import is called on-demand import.

💬 2020-02-02 Abina: there are two type of import 1.specific 2.wildcard the Specific is select and import one from API the second wildcard select all...

Garbage Collection Logging Options
This section describes HotSpot JVM options to generate garbage collection log messages. '-Xlog:gc', '-Xlog:gc*=debug', '-Xlog:gc*=debug:file' are very useful options.
2018-06-24, ∼3043🔥, 1💬

💬 2018-06-24 Tina: This is useful.

💬 2018-04-23 Don: Thanks for the detailed explanation!

Archived: Downloading and Installing J2SE 1.5.0 on Windows
This section provides tutorial example on how to download and install J2SE (JDK - Java Development Kit) 1.5.0.
2023-11-13, ∼3039🔥, 1💬

💬 2023-11-13 Hi: Hi

Meter Based on Earth's Meridian
This section introduces an old definition of 'meter' which uses the Paris meridian line. A 'meter' is about one ten-millionth of the length of a quadrant of the Paris meridian.
2017-10-08, ∼3035🔥, 2💬

💬 2017-10-08 Herong: Peter, what's the difference between inaccurate and miscalculated?

💬 2017-10-07 Peter: This explanation is incorrect. You are inferring from speed of light definition and assuming a broader sense of “correct” and wo...

Creating Tables with AUTO_INCREMENT Columns
This section describes how to create a table with an AUTO_INCREMENT column.
2022-10-01, ∼3034🔥, 0💬

What is CFB (Cipher FeedBack) Operation Mode?
This section describes what is CFB (Cipher FeedBack) Operation Mode - each plaintext block is XORed with the encrypted version of the ciphertext of the previous block to be the ciphertext block.
2017-01-13, ∼3031🔥, 3💬

💬 2016-12-07 fakhrulislam: i want a copy of this book !

💬 2015-11-06 poonam: a perfect explanation

Introduction to SOAP (Simple Object Access Protocol)
This chapter provides a quick introduction to SOAP (Simple Object Access Protocol).
2023-11-22, ∼3026🔥, 8💬

💬 2023-11-22 Pat: Hello

💬 2016-09-22 saaaa: good

💬 2016-04-20 abc: good content....

💬 2016-03-08 shilpa: great

💬 2015-08-21 jim: good site

JVM "-ea" and "-da" Options
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on application classes.
2022-10-01, ∼3023🔥, 0💬

GB18030 Character Set and Encoding
This chapter provides notes and tutorial examples on GB18030 character set and encoding. Topics including history of GB character sets: GB2312, GB1300.1 (GBK) and GB18030; GB18030 encoding schema.
2022-05-06, ∼3018🔥, 7💬

💬 2022-04-23 Martins: 3c68 746d 6c3e 3c68 6561 643e 0a3c 7469 746c 653e 476e 7550 4720 70e2 7262 6175 6465 7320 fe75 726e e26c 6120 736b 6174 ee74 e26...

💬 2020-04-10 JeeHan: hí hố hồ hè

💬 2020-02-20 a: bière

Installing Crypt::SSLeay 0.72 on Windows
This section provides a tutorial example on how to install Crypt::SSLeay 0.72 for ActiveState Perl on Windows systems.
2022-04-01, ∼3018🔥, 2💬

💬 2016-05-05 rodman: Thanks I sure hope this helps me.

Multiple Classes in a Single Source File
This section provides a tutorial example on how to write multiple classes in a single C# source code file.
2022-08-12, ∼3001🔥, 2💬

💬 2022-08-12 Saif Iqbal: This website is helpful for me.

Closing the Database Connection - con.close()
This section describes how to close database connections.
2022-10-01, ∼2996🔥, 0💬

PDF Printing Version
Information on how to obtain the PDF version of this book for printing.
2022-11-17, ∼2987🔥, 4💬

💬 2015-10-14 srikanth: thanks

Archived: Download and Install JDK 1.8.0 on Windows
This section provides a tutorial example on how to download and install JDK 1.8.0 (Java SE 8), which contains the HotSpot 1.8 JVM, on a Windows XP system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2018-09-01, ∼2966🔥, 2💬

💬 2018-09-01 Herong: arye, if you go to the JDK download website now, you can download JDK 10.0.2, which is higher than 1.8.0_60.

💬 2018-08-16 arye: After installing the software MotiveWave Ultimate Edition I get an error message It says This application requires a Java Runtim...

What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs.
2019-08-08, ∼2957🔥, 2💬

💬 2019-08-08 Larry b: I am studying java. I am also studying big O notations. All of a sudden you see something like jmh and you feel dwarfed. The big...

💬 2019-04-03 Rahul: Good article. Keep writing. Thanks

JSP Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning JSP (JavaServer Pages). Topics include Tomcat installation and configuration to support JSP; JSP execution context, JSP elements, and sessions; Using JavaBean Classes; Cookie management; Controlling HTTP ...
2015-07-21, ∼2949🔥, 0💬

<< < 22 23 24 25 26 27 28 29 30 31 32 > >>   ∑:9107  Sort:Date