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

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

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

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

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

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

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

Creating Tables with AUTO_INCREMENT Columns
This section describes how to create a table with an AUTO_INCREMENT column.
2022-10-01, ∼2978🔥, 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, ∼2975🔥, 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

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

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

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

💬 2015-10-14 srikanth: thanks

What Is Micro Benchmark?
This section describes what is Java micro benchmark and general guidelines on writing micro benchmark programs.
2019-08-08, ∼2905🔥, 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

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

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

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

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

💬 2016-01-27 Nilkesh: thanks

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

💬 2023-11-13 Hi: Hi

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

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

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

Bitpedia Implementation of Base32 in Java
This section provides a Java implementation of the Base32 encoding algorithm by the Bitcollider project.
2022-01-27, ∼2877🔥, 3💬

💬 2016-05-21 Herong: Phil, byte[i] is actually a signed integer stored in 8-bit format. Statement like below is to convert byte[i] back as a unsigned...

💬 2016-05-18 phil.o: Thanks a lot for this implementation. I just wonder something: as byte is unsigned, would not (bytes[i] >= 0) ? always evaluate ...

SOAPAction - Not Needed, But No Way to Remove It
This section describes why the SOAPAction header line is not needed in SOAP 1.2 - SOAPAction is replaced by the 'action' parameter of the application/soap-xml media type in SOAP 1.2.
2016-12-24, ∼2874🔥, 2💬

💬 2016-12-24 Herong: Palik, Thanks. I will try it out.

💬 2016-12-21 palik: > No Way to Remove SOAPAction indeed the is a way: Soap::Lite->new()...->on_action( sub {} )... removes SOAPAction header

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

"javac -classpath" - Specifying Class Path
This section provides a tutorial example on how to use the '-classpath' option to specify the class path for the 'javac' tool to load any classes required during the compilation.
2022-03-03, ∼2869🔥, 1💬

附条件批准上市
什么是附条件批准上市? 附条件批准上市,是指用于严重危及生命且尚无有效治疗手段的疾病 、公共卫生方面急需的药品,现有临床研究资料尚未满足常规上市注册 的全部要求,但已有临床试验数据显示疗效并能预测其临床价值, 在规定申请人必须履行特定条件的情况下基于替代终点、中间临床终 点或早期临床试验数据而批准上市。应对重大突发公共卫生事件急...
2021-07-19, ∼2869🔥, 0💬

"g++ --verbose" - GCC Compiler Steps and Settings
This section provides a tutorial example on how to dump GCC compiler steps and settings using the 'g++ --verbose' command option.
2022-10-01, ∼2867🔥, 0💬

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

OpenSSL "enc" Blowfish Ciphers
A tutorial example is provided to show how to use OpenSSL 'enc' command to invoke cipher functions for Blowfish algorithm. 4 Blowfish cipher functions are supported: bf-cbc, bf-cfb, bf-ecb, and bf-ofb.
2022-10-01, ∼2851🔥, 0💬

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