<< < 55 56 57 58 59 60 61 62 63 64 65 > >>   ∑:9020  Sort:Date

GetSunSetRiseTime - Usage Description
This section describes the free Web service GetSunSetRiseTime provided by WebserviceX.NET. GetSunSetRiseTime allows you to retrieve sunrise and sunset times for any given location and date.
2017-10-08, ∼856🔥, 4💬

💬 2017-10-08 Herong: Eduardo, do you need Java code to connect to the server to use the service, or to setup a new sun rise and sun set service?

💬 2017-10-02 Eduardo: Please, I need the code of sunsetriseservice for java netbeans. Thanks...

💬 2016-10-12 Herong: Vassilis, Good question. Can you try the following: return_value = 17.9877033 hour = floor(return_value) minute = floor((return_...

💬 2016-10-10 Vassilis V: Hi, how can we convert the float return to time?

Installing Apache 2.4.37 on Windows Systems
This section describes how to install Apache 2.4.37 binary distribution on Windows systems. The server root directory setting needs to be changed to match the installation directory.
2016-05-28, ∼855🔥, 2💬

💬 2016-05-28 Herong: Сергей, you are welcome!

💬 2016-05-23 Сергей: Спасибо!

bitcoin-qt - Debug Window Console
This section describes how to use the debug window console on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼854🔥, 0💬

Flickr Image Source URLs for Different Sizes
This section provides a tutorial example on constructing image source URLs for a Flickr photo with different sizes: Small square, Thumbnail size, Medium size, Large size, etc.
2016-08-02, ∼853🔥, 2💬

💬 2016-08-02 Herong: Anon, Thanks for the comment. I will add _h in the next update.

💬 2016-07-31 Anon: Thanks for the list. It's worth trying other suffix letters, e.g. _h for 2048px. These can be bigger than the "original" without...

Hello_There_Dump.php - Debugging SOAP Messages
This section provides a tutorial example on how to use SOAP client functions to make Web service call on the target SOAP node and print detailed debug information.
2024-07-20, ∼852🔥, 0💬

1F300: Miscellaneous Symbols And Pictographs
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Symbols And Pictographs', which contains 768 code points to represent miscellaneous Symbols and pictographs.
2024-01-23, ∼852🔥, 0💬

Aries, The Ram, The First Zodiac Sign
This section describes the first zodiac sign, Aries, the Ram.
2022-10-01, ∼852🔥, 0💬

Use OpenLDAP Client Tools
This section provides a tutorial example on how to install OpenLDAP client tools and use them to access and manage LDAP server remotely.
2022-10-01, ∼852🔥, 0💬

20000: CJK Unified Ideographs Extension B
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension B', which contains 42720 code points to represent additional CJK (Chinese, Japanese and Korean) characters.
2024-01-23, ∼848🔥, 0💬

"keytool" Viewing Certificates in DER and PEM
This section provides a tutorial example on how to use 'keytool' to view certificates in DER and PEM formats generated by 'OpenSSL'.
2022-10-04, ∼848🔥, 0💬

MySQL Connector/J - Download and Installation
Describes how to download and install MySQL Connector/J (JDBC driver) required to run Java programs to access MySQL servers.
2022-10-01, ∼848🔥, 0💬

ConversionRate - Usage Description
This section describes the free Web service ConversionRate provided by WebserviceX.NET. ConversionRate allows you to obtain the current exchange rate between two given currencies.
2015-12-23, ∼848🔥, 2💬

💬 2015-12-23 Herong: Marie, I don't know what happened to the webservicex.net server. Hope they will fix the issue soon.

💬 2015-12-22 Marie: Hi, I have been using http://www.webservicex.net/CurrencyC onvertor.asmx?WSDLfor a long time to convert currencies on my web sit...

Java Exception: "java.lang.OutOfMemoryError: Java heap space"
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2025-12-31, ∼847🔥, 1💬

String.length() Is Not Number of Characters
This section provides tutorial example on showing the difference between length() and codePointCount() methods. The difference between charAt(int index) and codePointAt(int index) is also demonstrated.
2022-10-01, ∼846🔥, 0💬

What Is pkgs.org
This section provides a tutorial example on how to use pkgs.org Website to search, find and install software packages on Linux systems.
2022-10-01, ∼843🔥, 0💬

Page Footer with 3 Parts
This section provides a tutorial example on how to generate page footers with 3 parts aligned to left, center and right separately. A table of one row and three cells is used.
2022-10-01, ∼842🔥, 0💬

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

forName() Method - Loading Classes
This section provides a tutorial example on how to load a given class explicitly using the forName() method and create a new object using the newInstance() method.
2022-03-24, ∼841🔥, 1💬

💬 2022-03-24 Catc: Very Good!!!

Creating SOAP Project with WSDL
This section provides a tutorial example on how to create SOAP project automatically by loading a WSDL document URL.
2020-01-02, ∼841🔥, 1💬

💬 2020-01-02 Yusmani: Hello World!!

Example of XSL-FO Document - hello.fo
This section provides a simple XSL-FO (XSL Formatting Objects) document, hello.fo.
2022-12-06, ∼839🔥, 3💬

💬 2022-12-06 Henry Cavill: Amazing

1F100: Enclosed Alphanumeric Supplement
This section provides a quick summary of the Unicode code point block: 'Enclosed Alphanumeric Supplement', which contains 256 code points to represent additional enclosed alphanumeric characters.
2024-01-23, ∼838🔥, 0💬

Explicit and Implicit Type Casting
This section describes type casting supported in Java: up casting (widening reference conversion) and down casting (narrowing reference conversion). Cast operation can be written explicitly with the cast operator (T), or implicitly with no operator.
2022-10-01, ∼838🔥, 0💬

XMLPad Crash When Validating Non-Conforming XML Documents
This section describes a failed test of validating a non-conforming XML document with the assigned XML Schema file (XSD), XMLPad Crashed.
2020-01-28, ∼837🔥, 2💬

💬 2020-01-28 Herong: Matteo, which version of XMLPad are you using?

💬 2020-01-27 Matteo: WMHELP crash when load xml file with following error Access violation at address 00BB402C in module 'coreobj70.bpl'. Read of add...

Creating and Deploying a Servlet on Tomcat
This section provides a tutorial example on how to create a simple Servlet class, compile it and deploy it on the Tomcat server.
2022-10-01, ∼835🔥, 0💬

<< < 55 56 57 58 59 60 61 62 63 64 65 > >>   ∑:9020  Sort:Date