<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:8894  Sort:Rank

Import Private Key into MetaMask Wallet
This section describes how to import the private key of Ethereum account into MetaMask wallet.
2024-06-02, ∼173🔥, 0💬

Get Free Ether from Test Network Faucet
This section describes how to get some free Ether form test network faucets.
2024-06-02, ∼172🔥, 0💬

Get Free Ether from cloud.google.com
This section describes how to get some free Ether form cloud.google.com.
2024-06-02, ∼163🔥, 0💬

Install MetaMask Extension for Firefox
This section describes how to install MetaMask extension for Mozilla Firefox.
2024-06-02, ∼154🔥, 0💬

Exporting Certificate to File from Mozilla Firefox
This section provides a tutorial example on how to export a trusted root CA certificate installed in Mozilla Firefox into a certificate file in PEM (Privacy Enhanced Mail) format.
2024-05-30, ∼350🔥, 1💬

UTF-32LE Encoding
This section provides a quick introduction of the UTF-32LE (Unicode Transformation Format - 32-bit Big Endian) encoding for Unicode character set.
2024-05-30, ∼1432🔥, 6💬

💬 2023-10-30 VVVV: Save on Liposuction

💬 2019-06-21 ggg: test

1DF00: Latin Extended-G
This section provides a quick summary of the Unicode code point block: 'Latin Extended-G', which contains 256 code points to represent Latin Extended-G alphabets used in the Latin Extended-G language.
2024-05-15, ∼715🔥, 1💬

💬 2024-05-15 Adrian rock field: It’s A Letter That Doesn’t Exist In keyboard

GB2312 vs. Unicode
A quick introduction of GB2312 is provided. Topics include GB2312 character set; Location Codes; Native Codes; Unicode; GBK encoding and Unicode character set.
2024-05-14, ∼3531🔥, 14💬

💬 2024-05-14 jimmy wu: GB2312 convert to unicode

💬 2023-06-26 Rastus Zhang: Thanks

💬 2021-09-01 liq: study

💬 2021-05-12 grant: Thanks

💬 2020-04-25 yola: Yes!! Thanks!!

(More comments ...)

NDFDgen - Usage Description
This section describes the free Web service NDFDgen provided by weather.gov. NDFDgen allows you to retrieve returns US National Weather Service digital weather forecast data for a single location in US.
2024-05-02, ∼284🔥, 2💬

💬 2024-05-02 Herong: @gary@gocek.org, this WSDL is still available. However it has been moved to a new address: https://graphical.weather.gov/xml/DW M...

💬 2024-04-29 gary@gocek.org: Does that WSDL still open? I have been having trouble with the NOAA web service since mid-April, 2024.

Opening UTF-16LE Text Files
This section provides a tutorial example to prove that Excel can not open a UTF-16LE text file. Its Text Import Wizard only supports UTF-7 and UTF-8 encodings.
2024-05-01, ∼381🔥, 2💬

💬 2024-05-01 Herong: @Red Star, you are right, the latest version of Excel can read UTF-16LE files with BOM character added. I will update this tutor...

💬 2024-04-26 Red Star: Excel can open some UTF-16LE files. 1. Open Notepad++ 2. Create a new file. 3. Set encoding to UTF-16LE BOM 4. Enter these chara...

Deprecated: Get Free Ether from faucet.metamask.io
This section describes how to get some free Ether form faucet.metamask.io.
2024-04-24, ≈89🔥, 585💬

💬 2024-04-07 Usman Ali: Please help

💬 2024-03-12 sum: 0x6C65998EFc3B07be2dDFAbf1c54d35DCA3 aeFF56

💬 2024-03-12 sum: 0x6C65998EFc3B07be2dDFAbf1c54d35DCA3 aeFF56

💬 2024-03-04 p: yes

💬 2024-03-02 Antonia: Hello, I do not see Ropsten in my Metamask. What to do?

(More comments ...)

What Is DER (Distinguished Encoding Rules) Encoding?
This section describes the DER (Distinguished Encoding Rules) - A binary format of encoding a data value of any data types including nested data structures.
2024-04-23, ≈28🔥, 12💬

💬 2024-04-23 : meaningful comments. Thanks! ☺

💬 2023-02-13 Amar: Amar

💬 2022-12-02 Victor: meaningful comments.

💬 2018-10-29 Thanks!: meaningful comments.

💬 2017-03-15 noname: thanks

(More comments ...)

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.
2024-04-17, ∼173🔥, 0💬

Commons DBCP for Connection Pooling
This section provides a quick introduction on Commons DBCP, which is a popular open source JDBC database connection pool library developed by Apache.
2024-04-17, ∼163🔥, 0💬

Using Connection Pool with JDBC
This chapter provides tutorial examples on JDBC connection pooling. Topics include introduction to database connection pool; examples of using DBCP and C3P0 Java libraries.
2024-04-17, ∼157🔥, 0💬

Connection Pooling with C3P0 DataSources
This section provides a tutorial example that shows you how to use the C3P0 DataSources class to create and convert a unpooled DataSource to a pooled DataSource using PoolBackedDataSource with default configurations.
2024-04-17, ∼157🔥, 0💬

Connection Pooling with C3P0 ComboPooledDataSource
This section provides a tutorial example that shows you how to use the C3P0 ComboPooledDataSource class to manage the connection pool with JavaBean style properties.
2024-04-17, ∼153🔥, 0💬

What Is Database Connection Pool
This section provides a quick introduction on database connection pool, which is an object container managing a set of JDBC connection objects to be reused to avoid repeated connection opening and closing operations.
2024-04-17, ∼152🔥, 0💬

Archived: Downloading and Installing JDK 13 on Mac
This section describes how to download and install JDK on a macOS computer.
2024-04-17, ∼152🔥, 0💬

C3P0 for Connection Pooling
This section provides a quick introduction on C3P0, which is a popular open source JDBC database connection pool library developed by Steve Waldman.
2024-04-17, ∼148🔥, 0💬

Connection Pooling with Commons DBCP PoolingDriver
This section provides a tutorial example that shows you how to use the Commons DBCP PoolingDriver class to manage the connection pool as a custom JDBC driver.
2024-04-17, ∼144🔥, 0💬

Specifying Timezone During Connection
This section describes how to specify serverTimezone property in the connection URL to avoid timezone exception and timezone conversion issue.
2024-04-16, ∼374🔥, 0💬

Archived: Downloading and Installing JDK 13 on Mac
This section describes how to download and install JDK on a macOS computer.
2024-04-16, ∼159🔥, 0💬

SSL/TLS Support on Tomcat 8 or Older
This section provides a tutorial example on how to configure Tomcat 8 or older to support SSL/TLS for the HTTPS service.
2024-04-12, ∼192🔥, 0💬

<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:8894  Sort:Rank