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

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

"-XX:+PrintFlagsFinal" - Print JVM Options
This section describes the '-XX:+PrintFlagsFinal' JVM option, which prints all options and their values used by the JVM.
2022-10-01, ∼893🔥, 0💬

XML Files with Embedded DTD Statements
This section provides a tutorial example on how to include DTD statements inside XML files. Embedded DTD statements should appear after the 'xml' process instruction and before the root element.
2020-12-05, ∼893🔥, 2💬

2190: Arrows
This section provides a quick summary of the Unicode code point block: 'Arrows', which contains 112 code points to represent arrows.
2024-01-23, ∼892🔥, 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, ∼892🔥, 0💬

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

Looking Up Method Signature with javap Command
This section provides a tutorial example of how to lookup method signatures in a class file or JAR file with the 'javap' command.
2022-10-01, ∼891🔥, 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, ∼891🔥, 0💬

MySQL JDBC Driver (MySQL Connector/J)
This chapter provides tutorial notes on MySQL JDBC driver. Topics include installing MySQL JDBC driver; connection URL and DriverManager class; DataSource and Connection objects; server and driver information; creating tables with auto-increment columns.
2022-10-01, ∼891🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2016-05-23, ∼889🔥, 1💬

💬 2016-05-23 ss: hey

14400: Anatolian Hieroglyphs
This section provides a quick summary of the Unicode code point block: 'Anatolian Hieroglyphs', which contains 583 code points to represent the Anatolian Hieroglyphs script which appeared on personal seals, monumental inscriptions, and other objects in the second and first millennia BCE in present-d...
2024-01-23, ∼888🔥, 0💬

LVM (Logical Volume Manager)
This chapter provides introductions and tutorial on LVM (Logical Volume Manager). Topics include introduction to LVM components: PV (Physical Volume), VG (Volume Group), LV (Logical Volume); creating and managing PV, VG, LV; extending file systems on LVs on the fly.
2022-10-01, ∼888🔥, 0💬

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

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

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

1C80: Cyrillic Extended-C
This section provides a quick summary of the Unicode code point block: 'Cyrillic Extended-C', which contains 16 code points to represent Cyrillic Extended-C alphabets used in the Cyrillic Extended-C language.
2024-01-23, ∼885🔥, 0💬

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

1986 - 芙蓉镇 - Hibiscus Town
芙蓉镇(Hibiscus Town), 1986; 导演: 谢晋(Jin Xie); 主演: 姜文(Wen Jiang), 刘晓庆(Xiaoqing Liu).
2022-07-29, ∼885🔥, 1💬

💬 2022-07-29 limis: I do need such a tour

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, ∼883🔥, 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, ∼883🔥, 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...

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

ChangeLengthUnit - Usage Description
This section describes the free Web service ChangeLengthUnit provided by WebserviceX.NET. ChangeLengthUnit allows you to convert length values in Millimeters, Centimeters, Inches, Feet, Yards, Meters, Kilometers, Miles and more.
2022-06-16, ∼882🔥, 4💬

💬 2020-11-23 mmm: hello world

💬 2020-08-20 Herong: Mike, I don't have the source code. Hope someone can develop one. It shouldn't that hard.

💬 2020-08-18 Mike: The service is no longer available at that URL. Any chance you can release the source code so someone can re-host it?

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

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

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

Android 4.0.3 Emulator File Systems
This section describes file systems used by the Android 4.0.3 emulator system. 8 file systems are supported in the Android emulator: /dev, /mnt/asec, /mnt/obb, /system, /data, /cache, /mnt/sdcard, and /mnt/secure/asec.
2016-03-08, ∼879🔥, 1💬

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