<< < 49 50 51 52 53 54 55 56 57 58 59 > >>   ∑:9039  Sort:Date

Discontinued: Currency Converter by kowabunga.net
This chapter provides a quick introduction of the free Web service, Currency Converter. Topics include usage description of Currency Exchange Converter; request message sample; response message sample.
2024-07-10, ∼1044🔥, 3💬

💬 2024-07-10 Ofer: Any other free currency converter using SOAP (i.e. WSDL that defines a free publicly available service)?

💬 2023-12-16 abdelkader belhaj: thank u

My First Servlet Page on macOS
This section provides a tutorial example on how to create the first Servlet Java class to test the Servlet support of the Tomcat Web server on macOS systems.
2023-02-02, ∼1042🔥, 2💬

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2022-10-01, ∼1042🔥, 0💬

JavaScript Console in IE (Internet Explorer)
This section provides tutorial example on how to use the JavaScript Console in IE (Internet Explorer) to view execution errors and log messages resulted from JavaScript execution. You can also use it to run any JavaScript statements to interact with the HTML document.
2022-10-01, ∼1040🔥, 0💬

MockService - Web Service Simulator
This section provides a tutorial example on how to create a Web service simulator, MockService, with SoapUI, to return a mock response.
2023-11-07, ∼1037🔥, 2💬

💬 2023-02-22 Pranav: Hello

MetaMask - Browser Based Ethereum Wallet
This chapter describes MetaMask - a browser based Ethereum light wallet.
2022-10-01, ∼1037🔥, 0💬

Introduction to WSDL 1.1
This chapter provides a quick introduction of WSDL 1.1. Topics include introduction of 7 layers of components used in WSDL 1.1 to define a Web service; a sample WSDL document defines a helloService Web service with one method, Hello.
2016-03-11, ∼1037🔥, 1💬

💬 2015-09-28 David: Thanks

JSON-to-XML Conversion Module for Python
This section provides a tutorial example on how to use a 'xmltodict' conversion module to perform JSON-to-XML conversions in a Python script. The output XML document is good, only if input XML document contains well structured data.
2022-10-01, ∼1036🔥, 0💬

What Is "page-sequence-master"
This section describes page-sequence-master, which declares a sequence of layouts with existing 'simple-page-master' layouts.
2022-10-01, ∼1036🔥, 0💬

Postfix - Mail Transport Agent (MTA)
This chapter provides introductions and tutorial examples about Postfix - Mail Transport Agent (MTA). Topics include installing, configuring, and starting Postfix; testing Postfix using STMP commands with 'telnet'; turn on 'SMTP Submission' service; turning on Postfix server logging; using 'postconf...
2024-04-06, ∼1034🔥, 0💬

"-XX:ConcGCThreads=3" - Old GC Concurrent Threads
This section demonstrates that the '-XX:ConcGCThreads=3' option can be used to control the number of threads used in 1 of the CMS concurrent phases: Mark phase.
2022-10-01, ∼1034🔥, 0💬

0370: Greek and Coptic
This section provides a quick summary of the Unicode code point block: 'Greek and Coptic', which contains 144 code points to represent alphabetic letters used in Greek language and Coptic language.
2024-01-23, ∼1033🔥, 0💬

Introduction to GB2312
A quick introduction of GB2312 is provided. Topics include GB2312 character set; Location Codes; Native Codes; Unicode; GBK encoding and Unicode character set.
2021-02-02, ∼1028🔥, 1💬

💬 2021-02-02 我是谁: 我是谁、

3400: CJK Unified Ideographs Extension A
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension A', which contains 6592 code points to represent additional Chinese characters used in CJK (Chinese, Japanese, and Korean) languages.
2024-01-23, ∼1027🔥, 0💬

Visiting an "https" Web Site with Chrome
This section describes how Google Chrome shows a lock icon when you visit an 'https' Web site to provide you more security related information.
2020-07-02, ∼1027🔥, 2💬

💬 2020-07-02 Koshal Pravin jangale: Nice

Input Chinese Text Data from Web Forms
This chapter provides tutorial notes on input Chinese text data from Web forms. Topics include creating Web form; receiving Chinese input text data with PHP the $_REQUEST array; inputting Chinese text with UTF-8, GB18030, and Big5 encodings; copying and pasting Chinese text on Web forms.
2017-07-30, ∼1027🔥, 5💬

💬 2017-07-30 李莉: 李莉

💬 2015-12-02 周迹武: 上了,又退学了,把她爹都气晕了。

💬 2015-12-01 徐奇文: 徐奇文上大学了吧!如上了,一定是个好大学。她即聪明又好学,如果不是他爹瞎 教,学业可能会更好些。

Archived: Downloading and Installing JDK 1.5.0 on Windows
This section provides a tutorial example on how to download and install JDK (or J2SE) 1.5.0 on a Windows XP system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2022-10-01, ∼1024🔥, 0💬

Longest Day of the Year at Reykjavik in Iceland
This section provides sunrise and sunset times at Reykjavik in Iceland on a Summer Solstice day.
2015-12-03, ∼1024🔥, 2💬

💬 2015-12-03 Herong: Rok, this Web service seems to be giving wrong results.

💬 2015-12-02 Rok: I tried to get data for Rome (Italy) but it doesn't count on Daylight saving time for sunset and also sunrise is wrong.

Lucky Wedding Dates: 2040 - Year of the Monkey
Where to find lucky wedding dates for year 2040? Lucky Wedding Dates: 2040 - Year of the Monkey   ⇒ Lucky Wedding Dates: 2041 - 2050 ⇐ Lucky Wedding Dates: 2039 - Year of the Goat ⇑ Lucky Wedding Dates: 2031 - 2040 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2025-12-01, ∼1023🔥, 0💬

What Is URL/URI Encoding?
This section describes what is URL/URI encoding - an encoding schema used in URL/URI that encode data into a sequence of characters prefixed with a percenter sign (%).
2019-08-16, ∼1023🔥, 1💬

Opening UTF-8 Text Files
This section provides a tutorial example on how to open a UTF-8 text file with Word correctly by selecting the Unicode (UTF-8) encoding option on the File Conversion dialog box.
2025-01-06, ∼1021🔥, 1💬

Introduction of XSL-FO
This chapter provides tutorial notes and example codes on XSL-FO. Topics include introduction of XSL (eXtensible Stylesheet Language), XSLT (XSL Transformations) and XSL-FO (XSL - Formatting Objects); Sample XSL-FO document.
2020-05-07, ∼1021🔥, 1💬

💬 2020-05-07 Peter: Hello World!

"keytool" Importing CA's Own Certificate
This section provides a tutorial example on how to import CA's certificate generated by 'OpenSSL' into a 'keystore' file using 'keytool'
2016-10-20, ∼1019🔥, 2💬

💬 2016-10-20 Herong: Akhtar, AES256 encryption does not require any certificates. It requires a secret AES key, see Introduction to AES (Advanced Enc...

💬 2016-10-19 Akhtar: I have also a certificate file (.cer) .I did the same procedure to import in to mykey store and got .jks file but, now i want to...

"-Xint" - Running in Interpreted-Only Mode
This section provides a tutorial example on how to run benchmark tests in interpreted-only mode using the '-Xint' JVM option.
2022-12-10, ∼1018🔥, 1💬

<< < 49 50 51 52 53 54 55 56 57 58 59 > >>   ∑:9039  Sort:Date