<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   Sort: Rank

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other formats.
2023-04-15, 3151🔥, 10💬

💬 2017-05-24 basha: u r too good

💬 2017-04-15 Herong: You are welcome!

💬 2017-04-01 abdul: Thanks for the book

💬 2016-06-06 Jay: Thanks for the book

💬 2015-11-19 kyawzin: Thank you so much

(More comments ...)

Relationship between Servlet and JSP
This section describes the relationship between of Servlet and JSP. Most JSP servers (containers) are implemented to support the JSP technology as an extension of the Servlet technology.
2023-04-10, 1122🔥, 2💬

UTF-16 Encoding
This section provides a quick introduction of the UTF-16 (Unicode Transformation Format - 16-bit) encoding for Unicode character set. Paired surrogates are used for characters in the U+10000...0x10FFFF range.
2023-04-10, 4191🔥, 4💬

💬 2021-11-09 77: *9999

💬 2016-12-28 anson: what a detail of explain. i think i complete understand it. thanks very much.

Install MetaMask Extension for Chrome
This section describes how to install MetaMask extension for Chrome.
2023-04-10, 568🔥, 1💬

💬 2023-04-10 mike: you can find more information about metamask extension on my blog https://sites.google.com/metamsklogs .com/metamaskextension/hom...

XML Tools Plugin for Notepad++
This chapter provides notes and tutorial examples on XML Tools Plugin for Notepad++. Topics include downloading and installing Notepad++ and XML Tools Plugin; generating pretty print XML format; XSD validation; XSLT transformation.
2023-04-05, 169300🔥, 69💬

💬 2023-04-05 Marcin: great tool

💬 2022-12-03 Herong: Stuart, may be you need to set the output encoding as UTF-8: &lt;xsl:output encoding="UTF-8" ...>

💬 2022-12-01 Stuart: The XML tools are great. I've just tried the XSL Transformation too for an XML-HTML transformation containing Arabic characters ...

💬 2019-09-10 xiaolu: Great tool

💬 2019-08-06 Took: Great

(More comments ...)

"RefillOrder" Web Service - WSDL 1.1 and SOAP 1.1
"RefillOrder" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service: WSDL Document: RefillOrder_WSDL_11_SOAP_11_Do cument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name: R...
2023-04-04, 3085🔥, 1💬

"g++ -I..." and CPATH Environment Variable
This section provides a tutorial example on how to use 'g++ -I...' option and/or CPATH environment variable to specify paths of include header files for GCC compiler.
2023-04-01, 3223🔥, 1💬

Storing Non-ASCII Characters in Database
This section describes how to store non-ASCII characters in MySQL database using different character set settings set column, table or database level.
2023-03-31, 529🔥, 1💬

11D00: Masaram Gondi
This section provides a quick summary of the Unicode code point block: 'Masaram Gondi', which contains 76 code points to represent the Masaram Gondi script which was created in 1918 by Munshi Mangal Singh Masaram of Madhya Pradesh, India to write the Gondi language, a Dravidian language spoken in ce...
2023-03-27, 292🔥, 1💬

💬 2023-03-27 sravan: sravan kumar

16800: Bamum Supplement
This section provides a quick summary of the Unicode code point block: 'Bamum Supplement', which contains 576 code points to represent additional Bamum alphabets used in the Bamum language.
2023-03-26, 491🔥, 2💬

GB2312 Encoding for GB2312 Character Set
This section provides a quick introduction of the GB2312 encoding for the GB2312 character set. GB2312 is a 2-byte (8 bits per bytes) encoding.
2023-03-24, 855🔥, 2💬

JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver
This chapter provides tutorial notes on the JDBC-ODBC Bridge driver produced by Sun and DataDirect. Topics include loading JDBC-ODBC Bridge driver; creating a DSN (Data Source Name) with a ODBC driver; Connecting to SQL Server with JDBC-ODBC Bridge.
2023-03-23, 29308🔥, 29💬

💬 2019-10-15 felipe: um teste de mensagem

💬 2017-09-12 tilahun bekele: good site

💬 2017-08-27 Herong: Can you try to the 32-bit 1.7JDK?

💬 2017-08-24 jaime: Hi I have created a DSN and the test is Ok. I have this program: import java.sql.*; public class OdbcDsnConnection { public stat...

💬 2017-06-27 Herong: Shubhankar, you can download JDK 1.7. It has JDBC-ODBC bridge included.

(More comments ...)

EC (Elliptic Curve) Key Pair
This chapter provides tutorial notes on EC (Elliptic Curve) key pair. Topics include definition of EC private and public key pair; example of elliptic curve and subgroup used to generate good EC key pair; using OpenSSL command line tool to generate EC key pairs.
2023-03-23, 995🔥, 1💬

JIMAGE - Java Image File Format
This section describes the Java image, JIMAGE, a special file format used to store class and resource files of multiple Java modules to support custom JRE.
2023-03-18, 1446🔥, 2💬

💬 2023-03-18 -: nice

Character Encoding in Java
This chapter provides notes and tutorial examples on character encoding in Java. Topics including supported encodings in Java SE 7; using encoding and decoding methods; examples of encoded byte sequences of various encodings.
2023-03-15, 2058🔥, 3💬

💬 2018-01-30 Sunny: www.youtube.com

💬 2017-07-14 kev: hi

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2023-03-15, 2187🔥, 4💬

💬 2023-03-15 Vanaja: Needful for M.Sc Students

💬 2017-11-07 amarendra: thanks for xml tutorials

💬 2017-04-09 Rajesh: Very nice..Thanks

💬 2016-02-10 Sanjay Kumar: This books looks very helpful for XML editing and validation against XSDs.

Downloading and Installing Axis2/Java
This section provides a tutorial example on how to download and install Axis2/Java to a Windows systems that has JDK available.
2023-03-15, 1203🔥, 1💬

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, 286🔥, 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...

Downloading and Running Flash Player Projector
This section describes a tutorial example on how to download and run Adobe Flash Player Projector to play Flash applications stored in SWF files without using Web browsers.
2023-03-12, 9113🔥, 4💬

💬 2023-03-12 Pedro: thanks

💬 2020-12-02 acef: merci infiniment

Create Tables with CLOB Columns
This section describes how to create tables with CLOB columns in Oracle server.
2023-03-09, 34666🔥, 6💬

💬 2016-12-14 morgane: dhzeujf zihf zeiuhfzehf ezhf zoiehfqiejfcksbfhjre fnr jcrh vrf

Building Back-of-Book Indexes
This section provides a tutorial example on how to build a clickable back-of-book indexes with hyperlinks using index-key attributes and index-page-citation-list formatting objects.
2023-03-09, 226🔥, 1💬

💬 2023-03-09 Henrik Laurell: this code example does not show any pagenumbers for some reason ? ...

Free Chinese Calendar 2023 - Year of the Rabbit
Want to know when is the 2023 Chinese New Year day? Look for free Chinese calendars for 2023? Chinese New Year Date for Year 2023 The Rabbit 2023 January 22 Sunday Chinese New Year   ⇒ Free Chinese Calendar 2024 - Year of the Dragon ⇐ Free Chinese Calendar 2022 - Year of the Tiger ⇑ Chinese New Yea...
2023-03-09, 268236🔥, 6💬

💬 2023-01-25 Joanne Robertson: I'm grateful for this generous gift and you send in return, good health, good wealth, long life. I can imagine all the delicious...

💬 2023-01-25 Joanne Robertson: This is amazing for me, many years I've missed out on Chinese New Year Calendar. My grandpa was Chinese gardener Roslyn Rd Mt We...

💬 2023-01-12 ShengLi: Si nian kuai le!!!

💬 2022-12-28 CHOW: Stay Safe And Stay Healthy Always.

💬 2022-11-23 Lucky: Looking forward to a prosperous year of the rabbit!

(More comments ...)

"jpackage -t pkg" - Package for macOS
This section provides a tutorial example on how to use 'jpackage -t pkg' command to generate a binary distribution package from Java application JAR file in *.pkg format for macOS computers.
2023-03-08, 305🔥, 1💬

💬 2023-03-08 Andy: For me, this produced a pkg that installs a app image on my MAC, but the installed program cannot be executed, because it says t...

64-bit RSA Key Validated by RsaKeyValidator.java
This section provides a tutorial example on how a 64-bit RSA key is validated by RsaKeyValidator.java with 3 rounds of encryption and decryption tests.
2023-03-05, 1456🔥, 3💬

💬 2018-06-09 Herong: Adrian, you are welcome!

💬 2018-06-09 Adrian: I needed in rush working 64-bit keys. You helped me a lot. Thanks! :D

<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   Sort: Rank