<< < 22 23 24 25 26 27 28 29 30 31 32 > >>   ∑:9067  Sort:Date

Two Types of "import" Statements
This section describes two types of 'import' statements: Single Type Import and On-Demand Type Import. 4 sample Java source files are provided to test 'import' statements.
2020-02-06, ∼3043🔥, 2💬

💬 2020-02-06 Herong: Abuja, “wildcard” import is called on-demand import.

💬 2020-02-02 Abina: there are two type of import 1.specific 2.wildcard the Specific is select and import one from API the second wildcard select all...

Creating Tables with AUTO_INCREMENT Columns
This section describes how to create a table with an AUTO_INCREMENT column.
2022-10-01, ∼3027🔥, 0💬

Astrology - Encyclopedia
Astrology is a form of divination based on the theory that the movements of the celestial bodies&#150;the stars, the planets, the sun, and the moon&#150;influence human affairs and determine the course of events. Celestial phenomena have been the object of religious sentiment since earliest ...
2021-11-12, ∼3027🔥, 0💬

Garbage Collection Logging Options
This section describes HotSpot JVM options to generate garbage collection log messages. '-Xlog:gc', '-Xlog:gc*=debug', '-Xlog:gc*=debug:file' are very useful options.
2018-06-24, ∼3021🔥, 1💬

💬 2018-06-24 Tina: This is useful.

💬 2018-04-23 Don: Thanks for the detailed explanation!

What is CFB (Cipher FeedBack) Operation Mode?
This section describes what is CFB (Cipher FeedBack) Operation Mode - each plaintext block is XORed with the encrypted version of the ciphertext of the previous block to be the ciphertext block.
2017-01-13, ∼3016🔥, 3💬

💬 2016-12-07 fakhrulislam: i want a copy of this book !

💬 2015-11-06 poonam: a perfect explanation

Introduction to SOAP (Simple Object Access Protocol)
This chapter provides a quick introduction to SOAP (Simple Object Access Protocol).
2023-11-22, ∼3014🔥, 8💬

💬 2023-11-22 Pat: Hello

💬 2016-09-22 saaaa: good

💬 2016-04-20 abc: good content....

💬 2016-03-08 shilpa: great

💬 2015-08-21 jim: good site

Meter Based on Earth's Meridian
This section introduces an old definition of 'meter' which uses the Paris meridian line. A 'meter' is about one ten-millionth of the length of a quadrant of the Paris meridian.
2017-10-08, ∼3014🔥, 2💬

💬 2017-10-08 Herong: Peter, what's the difference between inaccurate and miscalculated?

💬 2017-10-07 Peter: This explanation is incorrect. You are inferring from speed of light definition and assuming a broader sense of “correct” and wo...

Installing Crypt::SSLeay 0.72 on Windows
This section provides a tutorial example on how to install Crypt::SSLeay 0.72 for ActiveState Perl on Windows systems.
2022-04-01, ∼3004🔥, 2💬

💬 2016-05-05 rodman: Thanks I sure hope this helps me.

JVM "-ea" and "-da" Options
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on application classes.
2022-10-01, ∼3002🔥, 0💬

GB18030 Character Set and Encoding
This chapter provides notes and tutorial examples on GB18030 character set and encoding. Topics including history of GB character sets: GB2312, GB1300.1 (GBK) and GB18030; GB18030 encoding schema.
2022-05-06, ∼3001🔥, 7💬

💬 2022-04-23 Martins: 3c68 746d 6c3e 3c68 6561 643e 0a3c 7469 746c 653e 476e 7550 4720 70e2 7262 6175 6465 7320 fe75 726e e26c 6120 736b 6174 ee74 e26...

💬 2020-04-10 JeeHan: hí hố hồ hè

💬 2020-02-20 a: bière

中国生物新冠疫苗 - 接种人次
有多少人接种了中国生物新冠疫苗? 到2021年1月26日为止,Ⅲ期临床试验接种人数超过了6万人 ,涵盖125个国籍。截至2021年1月4日,中国紧急使用已接种中国生物新冠病毒灭 活疫苗400多万剂次。去年12月15日开始重点人群接种工作以来,经过这段时间的努力 ,接种量不断增加,目前中国接种剂次已经超过1000万剂次。   ⇒ 中国生物新冠疫苗 - 接种年龄 ⇐ 中国生物新冠...
2021-07-19, ∼2997🔥, 0💬

Multiple Classes in a Single Source File
This section provides a tutorial example on how to write multiple classes in a single C# source code file.
2022-08-12, ∼2987🔥, 2💬

💬 2022-08-12 Saif Iqbal: This website is helpful for me.

Closing the Database Connection - con.close()
This section describes how to close database connections.
2022-10-01, ∼2976🔥, 0💬

Archived: Downloading and Installing J2SE 1.5.0 on Windows
This section provides tutorial example on how to download and install J2SE (JDK - Java Development Kit) 1.5.0.
2023-11-13, ∼2972🔥, 1💬

💬 2023-11-13 Hi: Hi

PDF Printing Version
Information on how to obtain the PDF version of this book for printing.
2022-11-17, ∼2967🔥, 4💬

💬 2015-10-14 srikanth: thanks

JVM Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance c...
2015-07-18, ∼2964🔥, 0💬

What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs.
2019-08-08, ∼2933🔥, 2💬

💬 2019-08-08 Larry b: I am studying java. I am also studying big O notations. All of a sudden you see something like jmh and you feel dwarfed. The big...

💬 2019-04-03 Rahul: Good article. Keep writing. Thanks

PHP Installation on Windows Systems
This chapter provides notes and tutorials on installing PHP on Windows systems. Topics include downloading and installing PHP 5.2.2; running PHP scripts in Command Line Interface (CLI) and Common Gateway Interface (CGI).
2023-06-27, ∼2932🔥, 2💬

💬 2023-06-27 David: Hi is good share link. thank you.

💬 2016-01-27 Nilkesh: thanks

Archived: Download and Install JDK 1.8.0 on Windows
This section provides a tutorial example on how to download and install JDK 1.8.0 (Java SE 8), which contains the HotSpot 1.8 JVM, on a Windows XP system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2018-09-01, ∼2932🔥, 2💬

💬 2018-09-01 Herong: arye, if you go to the JDK download website now, you can download JDK 10.0.2, which is higher than 1.8.0_60.

💬 2018-08-16 arye: After installing the software MotiveWave Ultimate Edition I get an error message It says This application requires a Java Runtim...

Chinese Calendar Algorithm - Year 1901 to 2100
This book introduces you the Gregorian calendar and the Chinese calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese calendar...
2023-07-02, ∼2930🔥, 1💬

💬 2023-07-02 Everybody: 01/01/23

Removing IE Addon "Shockwave Flash Object"
This section provides a tutorial example on how to disable and remove 'Shockwave Flash Object' addon from Internet Explorer.
2018-02-01, ∼2926🔥, 2💬

💬 2017-08-09 Julia: Good advice. Now we'll see if it works.

Drawing Graphics - Using paint() on Content Pane
This section provides a tutorial example on how to override the paint() method in the javax.swing.Component class to draw graphics (a rectangle) and use it as the content pane of the frame window.
2015-12-28, ∼2917🔥, 2💬

💬 2015-12-28 Herong: Kenny, I agree with you. We should be able to draw directly on the default content pane. But we need to find a way to override i...

💬 2015-12-27 Kenny: But I see that this replaces the JFrame's default content pane with a new component? :/ I thought I *could* draw directly unto a...

GetCountries - Usage Description
This section describes the free Web service GetCountries provided by WebserviceX.NET. GetCountries allows you to retrieve names of all countries and territories in the world.
2018-10-20, ∼2914🔥, 4💬

💬 2018-10-20 Herong: Wendy, thanks for information. Looks like webservicex.net has stopped their Web services.

💬 2018-10-06 Wendy: http://www.webservicex.net/ is not working.

💬 2017-01-08 Herong: Bessie, thanks for sharing the information.

💬 2017-01-07 Bessie: For SoapUI 5.3 on Mac OSX, these steps got me the project: - File > Create Empty Project (for me it made Project 3) - right-clic...

Using Microsoft Edge as an XML Browser
This section provides a tutorial example on how to use Microsoft Edge as an XML file browser. Edge displays all elements in an XML file in a tree structure.
2022-10-01, ∼2909🔥, 0💬

<< < 22 23 24 25 26 27 28 29 30 31 32 > >>   ∑:9067  Sort:Date