<< < 29 30 31 32 33 34 35 36 37 38 39 > >>   ∑:7660  Sort:Date

FOP Download and Installation on Windows
This section provides a tutorial on how to download and install Apache™ FOP on Windows systems.
2022-10-01, 1594🔥, 0💬

JDBC Driver Connection URL
This section describes the connection URL format and how to create connection objects with the DriverManager class.
2022-10-27, 1592🔥, 0💬

FOP Installation Verification on Windows
This section provides a tutorial on how to verify Apache™ FOP by running a FOP built-in example in an AWT preview window on Windows systems.
2020-01-28, 1592🔥, 2💬

💬 2020-01-28 Herong: Ghazi, check your installation of FOP, and find out the path where FOP is installed. You can start FOP with the path name like %...

💬 2020-01-28 Ghazi: fop n'est pas reconnue comme étant une commande interne....

SslReverseEchoer.java - SSL Server Socket Example
This section provides a tutorial example on how to write a sample program to create a SSL server socket to listen for incoming SSL socket connection requests from client machines.
2022-05-06, 1586🔥, 3💬

H (Hybrid) Language
This free book is a collection of notes on developing a new programming language called H (Hybrid).
2018-01-21, 1581🔥, 1💬

💬 2017-10-18 Evan: I like it!

国标GB2312编码自学教程
本书开始部分介绍了国标 GB2312 字符集和它的几种编码, 其余部分列出了 GB2312 编码和 Unicode 编码相互转换的表格制作程式。 本书还同时收录了 GB2312 编码到 Unicode 编码的转换表,以及Unicode 编码到 GB2312 编码的转换表。
2016-01-30, 1574🔥, 1💬

💬 2016-01-30 : 很有用,谢谢!

"jar --main-class" - Making JAR File Executable
This section provides a tutorial example on how to use 'jar --main-class ...' command option to specify the application main class to make a JAR file executable.
2022-10-01, 1572🔥, 0💬

Lucky Wedding Dates: 2019 - Year of the Boar
Where to find lucky wedding dates for year 2019? Lucky Wedding Dates: 2019 - Year of the Boar   ⇒ Lucky Wedding Dates: 2020 to 2031 ⇐ Lucky Wedding Dates: 2018 - Year of the Dog ⇑ Lucky Wedding Dates: 2008 to 2019 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-04-04, 1570🔥, 0💬

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

Introduction of ASP Objects
This section introduces ASP built-in run-time objects - 5 run-time objects are provided by the ASP programming interface: Request, Response, Server, Application, and Session.
2016-02-20, 1565🔥, 2💬

💬 2016-02-20 Herong: Divya, A meaningful comment should be more than just a ".". May be I need to add logic to reject comments that are less than 10 ...

jstat - JVM Statistics Monitoring Tool
This chapter provides tutorial notes on JVM statistics monitoring tools. Topics include listing JVM processes with 'jps', the JVM remote monitoring server - 'jstatd', Java security policy file, connecting 'jps' and 'jstat' to a remote machine, RMI protocol and URL, getting garbage collection statist...
2017-08-10, 1561🔥, 1💬

💬 2017-08-10 abdel: genial very good !!!

💬 2017-04-01 Herong: Asdaq, Thanks for sharing your comment.

💬 2017-03-31 Asdaq: For IBM SDK WebSphere Application Server this tool is not available.

💬 2015-12-13 Herong: Tim, I thought that every Linux system comes with JDK preinstalled. Not true?

💬 2015-12-12 tim: @majumder.soumya@gmail.com seems like you need to install jdk

(More comments ...)

DESSubkeysTest.java - DES Key Schedule Algorithm Illustration
This section provides a tutorial Java program, DESSubkeysTest.java, to illustrate how DES key schedule algorithm works.
2020-02-10, 1559🔥, 3💬

💬 2020-02-10 Art: No comments

💬 2018-07-20 aqil: havr fun

Installing FFmpeg to Manipulate Video SWF Files
This section introduces the FFmpeg package that can be used to manipulate video stream SWF files, and other multimedia data.
2017-04-01, 1552🔥, 3💬

💬 2017-04-01 Herong: lisenhuayys, your movie.swf file may have other types of SWF objects that are not video or audio streams. ffmpeg can not convert...

💬 2017-03-29 lisenhuayys: ffmpeg -i Movie.swf -ss 00:00:25.80 -to 00:00:43.33 Movie2.swf will say:swf: could not find codec parameters

💬 2017-03-29 lisenhuayys: why? swf: could not find codec parameters

LWP SSL verify_hostname Setting
This section provides a tutorial example on using the SSL verify_hostname setting and related settings: SSL_ca_path and SSL_ca_file.
2022-10-01, 1551🔥, 0💬

"-XX:SurvivorRatio" - Ratio of Eden and Survivor Space
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
2022-10-01, 1550🔥, 0💬

Retrieving CLOB Values with getString() Method
This section describes how to retrieve CLOB values with the ResultSet.getString() method.
2022-10-01, 1549🔥, 0💬

MySQL Server Log Files on CentOS
This section provides a tutorial example on how to review log file settings and locations for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 1547🔥, 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, 1542🔥, 0💬

Generating New RSA Key Pairs
This section provides a tutorial example on how to generate a new pair of RSA priviate key and public key using the OpenSSL command line tool.
2015-11-03, 1542🔥, 1💬

💬 2015-11-03 Juli: Thanks

Printable Copy - PDF Version
Information on how to obtain the PDF version of this book for printing.
2015-10-09, 1541🔥, 2💬

💬 2015-10-09 Herong: Rakesh, Welcome to the Perl world!

💬 2015-10-07 Rakesh Patowary: I am new in Perl scripting

Creating Internal Frames inside the Main Frame
This chapter provides tutorial notes and example codes on internal frames. Topics include quick introduction of the javax.swing.JInternalFrame class and the javax.swing.JInternalFrameList enerinterface; examples of creating internal frames inside the main frame; examples of adding internal frame lis...
2017-04-19, 1538🔥, 4💬

💬 2017-04-19 dfdvdfvd: what is this???

💬 2016-10-12 Herong: Samuel, thanks for your comment and good luck on your learning!

💬 2016-10-11 samuel emmanuel: this is the best site for learning java.

Lucky Wedding Dates: 2018 - Year of the Dog
Where to find lucky wedding dates for year 2018? Lucky Wedding Dates: 2018 - Year of the Dog   ⇒ Lucky Wedding Dates: 2019 - Year of the Boar ⇐ Lucky Wedding Dates: 2017 - Year of the Rooster ⇑ Lucky Wedding Dates: 2008 to 2019 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2021-04-04, 1535🔥, 0💬

Processing Chinese Input on Web Forms in UTF-8
This section describes how to display a Web form and process form Chinese input data in UTF-8.
2023-08-20, 1533🔥, 6💬

💬 2021-03-04 出徐: 出徐

💬 2021-01-13 wqee: Test

Creating Module JAR File
This section provides a tutorial example on how to use 'jar --create' command to create a module JAR file to store all class files of a Java module.
2023-04-24, 1533🔥, 2💬

💬 2023-04-24 Jeff: Append my comments. It actually worked. Didn't realize C in -C is a capital letter and there's a dot in the end.

💬 2023-04-24 Jeff: when I tried --describe-module option, command prompt said no module descriptor found. Derived automatic module. Also, the --lis...

<< < 29 30 31 32 33 34 35 36 37 38 39 > >>   ∑:7660  Sort:Date