<< < 32 33 34 35 36 37 38 39 40 41 42 > >>   ∑:9086  Sort:Date

Displaying Chinese Characters in Frame Title
This section provides a tutorial example on how to display Chinese characters in the title bar of a frame window with a given Chinese font.
2018-11-22, ∼1817🔥, 2💬

💬 2018-11-22 Herong: SuperMario, Thanks for sharing your comments. Are you still using JDK 1.1.8?

💬 2018-11-19 SuperMario: For the old JDK the characters are displayed as "?" because that's the default character defined in the JRE to display when no c...

Example Vector of AES Encryption
An example vector of AES-128 encryption is presented. Round keys and state values of all 11 rounds are included to help users to verify their AES implementation.
2019-02-24, ∼1816🔥, 1💬

Email Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning email systems. Topics include email message transmission protocols: SMTP, IMAP, POP3; secure connections with SSL/TLS protocols; managing Postfix server as MSA, MTA and MDA agents; managing Dovecot server...
2025-10-03, ∼1814🔥, 1💬

Lucky Wedding Dates: 2099 - Year of the Goat
Where to find lucky wedding dates for year 2099? Lucky Wedding Dates: 2099 - Year of the Goat   ⇒ Lucky Wedding Dates: 2100 - Year of the Monkey ⇐ Lucky Wedding Dates: 2098 - Year of the Horse ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2026-02-20, ∼1813🔥, 0💬

Processing Chinese Input on Web Forms in UTF-8
This section describes how to display a Web form and process form Chinese input data in UTF-8.
2023-08-20, ∼1811🔥, 6💬

💬 2021-03-04 出徐: 出徐

💬 2021-01-13 wqee: Test

SOAP PHP Implementations
This chapter provides notes and tutorials on SOAP PHP implementations: PEAR SOAP, NuSOAP, and PHP Group SOAP.
2016-01-13, ∼1807🔥, 1💬

💬 2016-01-13 Jhon: very good tutorials

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, ∼1804🔥, 1💬

Using HttpURLConnection to Call SOAP 1.1
This section provides a tutorial example on how to use the java.net.HttpURLConnection class to call a SOAP 1.1 Web service.
2020-02-23, ∼1802🔥, 2💬

💬 2020-02-23 Herong: Max, are you suggesting to write output as character sequences?

💬 2020-02-17 Max: try (OutputStreamWriter writer = new OutputStreamWriter(con.getOutputStre am(),"UTF-8")){ writer.write(soapXml); writer.flush();...

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2016-07-09, ∼1802🔥, 3💬

💬 2016-07-09 vetal: good

💬 2015-12-01 Michael Collins: Thanks

Lucky Wedding Dates: 2097 - Year of the Snake
Where to find lucky wedding dates for year 2097? Lucky Wedding Dates: 2097 - Year of the Snake   ⇒ Lucky Wedding Dates: 2098 - Year of the Horse ⇐ Lucky Wedding Dates: 2096 - Year of the Dragon ⇑ Lucky Wedding Dates: 2091 - 2100 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2026-03-22, ∼1798🔥, 0💬

Install Open Babel on Windows Computers
This section provides a tutorial example on how to install Open Babel on a Windows computer.
2022-10-01, ∼1796🔥, 0💬

Install CentOS by Deleting Existing Partition
This section provides a tutorial example on how to delete existing hard disk partition to free up space to install CentOS system on Lenovo computers.
2022-10-01, ∼1794🔥, 0💬

Instance Name Better than Port Number
This section describes how SQL Server support JDBC client applications to use instance name instead of port number to connect to a specific instance.
2022-10-01, ∼1793🔥, 0💬

Creating Connections with DataSource Class
This section describes how to create connection objects with the DataSource class.
2022-10-01, ∼1784🔥, 0💬

"soap:operation" - SOAPAction Header Line
This section describes 'soap:operation', a SOAP extension element that specifies additional binding information at the operation level. soapAction='uri' is a required attribute for SOAP 1.1 over HTTP.
2022-10-01, ∼1783🔥, 0💬

"DROP TABLE" Statements
This section describes how to drop a table in the current database.
2022-10-01, ∼1783🔥, 0💬

1979 - Gan Lan Shu (橄榄树) - Olive Tree
Gan Lan Shu (橄榄树) - Olive Tree, Lyrics by San Mao (三毛), Music by Li Taixiang (李泰祥), Performed originally by Chyi Yu (齐豫) in 1979.
2019-07-28, ∼1783🔥, 2💬

💬 2019-07-28 Herong: Yucheng, try http://www.gepuwang.net/jianpu/68465 .html.

💬 2019-07-26 lu yucheng: where could i buy or find this music score ?Thanks

GB2312 Character Set for Chinese Characters
This section provides a quick introduction of the GB2312 character set for simplified Chinese characters, numbers and symbols. GB2312 contains 7445 characters.
2022-10-01, ∼1777🔥, 0💬

XMLin() and XMLout() Methods
This section describes two key methods in the XML::Simple module, XMLin() and XMLout(), to convert XML text string into a hash structure representing the XML structure and to convert the hash back to a string.
2024-11-20, ∼1769🔥, 2💬

SslReverseEchoer.java - SSL Server Socket Example
This section provides a tutorial example on how to write a sample program to create a SSL server socket to listen for incoming SSL socket connection requests from client machines.
2022-05-06, ∼1767🔥, 3💬

Using Google Chrome as an XML Browser
This section provides a tutorial example on how to use Google Chrome as an XML file browser. Chrome displays all elements in an XML file in a tree structure.
2022-10-01, ∼1766🔥, 0💬

Install Open Babel with Anaconda
This section provides a tutorial example on how to install Open Babel in an Anaconda (or Conda) environment on any computer system platform: Windows, macOS or Linux.
2022-10-01, ∼1760🔥, 0💬

Generating New RSA Key Pairs
This section provides a tutorial example on how to generate a new pair of RSA priviate key and public key using the OpenSSL command line tool.
2015-11-03, ∼1758🔥, 1💬

💬 2015-11-03 Juli: Thanks

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other formats.
2016-08-27, ∼1757🔥, 2💬

💬 2016-08-27 sp: Thank you.

💬 2015-12-13 Samiul: Thank you.

<< < 32 33 34 35 36 37 38 39 40 41 42 > >>   ∑:9086  Sort:Date