<< < 46 47 48 49 50 51 52 53 54 55 56 > >>   ∑:8894  Sort:Date

Discontinued: GetCurrencies - Get Currencies from All Countries
This chapter provides a quick introduction of the free Web service, GetCurrencies, returning a list of all countries with their currencies in the world. Topics include usage description of GetCurrencies; request message sample; response message sample.
2015-11-19, ∼1002🔥, 1💬

💬 2015-11-19 cliff: more testing

Running Perl Scripts in "cgi-bin"
This section describes how to verify Apache httpd configuration and run Perl CGI (Common Gateway Interface) scripts in the default ScriptAlias directory: \local\apache\cgi-bin.
2022-12-21, ∼998🔥, 1💬

Trusted Certificate Store on iOS 10 iPhone
This section provides a tutorial example on how to locate and view the trusted root certificate store in iOS 10 on iPhone: Settings &gt; General &gt; About &gt; Certificate Trust Settings.
2022-10-01, ∼996🔥, 0💬

Reviewing Tomcat Server Status Page
This section provides a tutorial example on how to review the Apache Tomcat server status Web page, which provides HTTP and AJP protocol service statuses; Tomcat, JVM, and OS information; as well as a link to list all running applications.
2022-10-01, ∼996🔥, 0💬

Unicode Code Point Blocks: 0000 - 0FFF
This chapter provides notes and tutorial examples on Unicode code point blocks or code charts. Topics including block name, code point range, sample code points, etc., in the range of 0000 - 0FFF.
2024-01-23, ∼995🔥, 0💬

What Is PEM (Privacy Enhanced Mail) Encoding?
This section describes the PEM (Privacy Enhanced Mail) Encoding - An encoding schema defined in RFC 1421-1424, 1993, specification to encode an email with encryptions into a text message of printable characters.
2022-01-19, ∼995🔥, 2💬

💬 2022-01-16 Herong: itef.org has changed their protocol to HTTPS. I will update their links in next revision. Thanks.

💬 2022-01-15 B: Links to RFC 1421, 1422, 1423, 1424 are all 404

GB2312 Character Set and Encoding
This chapter provides notes and tutorial examples on GB2312 character set and encoding. Topics including introduction of the GB2312 character set for simplified Chinese characters; GB2312 encoding for the GB2312 character set; Relation of GB2312 and Unicode.
2022-10-01, ∼994🔥, 0💬

1964 - Wo Wei Zu Guo Xian Shi You (我为祖国献石油) - Dedicate The Oil To My Motherland
Wo Wei Zu Guo Xian Shi You (我为祖国献石油) - Dedicate The Oil To My Motherland, lyrics by Xie Zhuguo (薛柱国), music by Qin Yongcheng (秦咏诚), produced in 1964.
2020-11-11, ∼994🔥, 5💬

💬 2020-11-11 Herong: 可以试试这个方法: 百度视频如何下载

💬 2020-11-08 杨万强: 你好,我想问怎么样下载百度视频,因为是我朋友的生日。我想下载周华健的朋友 .我在哪里可以找到?

💬 2020-11-08 杨万强: 你好 Herong, 我想问你们怎么样下载百度的视频在我的会声会影相册,因为是我战友的生日。

💬 2020-10-14 Herong: 可以,没问题。

💬 2020-10-12 王林各: 我为祖国献石油可以放在战友相册吗?

1962 - Ma Er A Ni Man Xie Zou (马儿啊,你慢些走) - Run Slower, My Pony
Ma Er A Ni Man Xie Zou (马儿啊,你慢些走) - Run Slower, My Pony, lyrics by Li Jianyao (李鉴尧), Music by Sheng Mao (生茂), in 1962.
2020-10-23, ∼994🔥, 2💬

💬 2020-10-23 Herong: long, you want to make a USB drive with this song recorded on it?

💬 2020-10-18 long shaogao: How to make a USB drive

Restore Corrupted Chinese Text
This section provides a tutorial example to restore corrupted Chinese text with different suggested solutions.
2022-11-21, ∼993🔥, 1💬

XSLTransformer.java - A Simple XSLT Transformation Program
This section provides a tutorial example on how to use the XSLT implementation in JDK 1.4 to write a simple XSLT transformation Java program.
2022-01-24, ∼993🔥, 2💬

View Digital Signatures in Word Documents
This section provides a tutorial example on how to view digital signatures in MS Word 2007 documents. Clicking the digital signature icon in the status bar turns on and off the Signatures panel when editing Word documents.
2015-11-30, ∼993🔥, 1💬

Retrieving CLOB Values with getCharacterStream() Method
This section describes how to retrieve CLOB values with the ResultSet.getCharacterStream() method.
2017-03-18, ∼991🔥, 2💬

FORTRAN 66 - Example Program Code
This section provides a simple example program code of FORTRAN 66 language.
2022-10-01, ∼984🔥, 0💬

Bitcoin Core CLI
This section describes what is Bitcoin Core CLI Programs.
2022-10-01, ∼984🔥, 0💬

Delete/Untrust Certificates from macOS
This section provides a tutorial example on how to untrust (if delete is not possible) a certificate from macOS using Keychain Access.
2022-10-01, ∼982🔥, 0💬

"-XX:ParallelGCThreads=6" - Young GC Parallel Threads
This section demonstrates that the '-XX:ParallelGCThreads=6' option can be used to control the number of threads used in Young GC parallel phases.
2022-10-01, ∼982🔥, 0💬

"getblock blockhash 0" - Serialized Hex Block Data
This section describes how to get Serialized Hex Block Data.
2025-05-16, ∼980🔥, 3💬

💬 2018-02-24 Herong: Dan, please see Data Structure of Bitcoin Block section.

💬 2018-02-19 Dan: How to decode the block raw data?

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, ∼979🔥, 0💬

XSD Schema XML Validator - Final Version
This section describes the final version of the XML Schema (XSD) validator using the JAXP API.
2022-10-01, ∼979🔥, 0💬

DriverManager.getConnection() and Connection URL
This section describes how to use DriverManager.getConnection() and connection URL for the Microsoft JDBC driver.
2022-10-01, ∼979🔥, 0💬

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, ∼976🔥, 2💬

What Is Apache™ FOP?
This section describes Apache™ FOP, which is an XSL-FO (eXtensible Stylesheet Language - Formatting Objects) processor developed by Apache™ Software Foundation.
2022-10-01, ∼976🔥, 0💬

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

<< < 46 47 48 49 50 51 52 53 54 55 56 > >>   ∑:8894  Sort:Date