<< < 346 347 348 349 350 351 352 353 354 355 356 > >>   ∑:9026  Sort:Rank

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, ∼1700🔥, 3💬

💬 2020-02-10 Art: No comments

💬 2018-07-20 aqil: havr fun

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

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

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

HttpsHello.java - HTTPS Server Test Program
This section provides a tutorial example on how to write a HTTPS server test program, HttpsHello.java. It writes back a simple Web page using the HTTPS protocol.
2020-01-28, ≈14🔥, 25💬

💬 2020-01-28 Herong: Bing, see Generating Private Keys tutorial on how to creat JKS files.

💬 2020-01-24 BingLi224: how to create .jks certificate file correctly?

💬 2017-09-20 Herong: Sandeep, you need to create a server certificate in a .jks file first.

💬 2017-09-08 sandeep kumar shukla: I am getting following error while I run the servier program. java.io.FileNotFoundException: herong.jks (The system cannot find ...

💬 2016-09-21 Test: Hello. How are you?

(More comments ...)

"geth --light" - Ethereum Node Light Mode
This section describes 'geth --light' - Ethereum node in light mode
2020-01-28, ∼6536🔥, 2💬

💬 2020-01-28 Herong: Sword, a “light” node only stores block headers. So it can not perform any transactions without the help from a “full” or “fas...

💬 2020-01-23 sword_smith: Can you tell us what a 'fast' node can do that a 'light' node cannot do? Are there any RPC calls that will be slower or disabled...

Where Is TOC Located on a CD
This section provides basic information on physical location of TOC (Table Of Contents) CDs.
2020-01-28, ≈13🔥, 3💬

💬 2020-01-28 Herong: Robert, the last track should be near the outside.

💬 2020-01-19 Robert Honeyman: I'm ripping a CD and getting errors on the last track. Is the last track near the center of the CD or near the outside? Thanks i...

💬 2017-08-17 FÁBIO: gREAT INFORMATIONS! tHANKS

Removing IE Addon "Java Plug in SSV Helper"
This section provides a tutorial example on how to disable and remove 'Java-Plug-in-SSV-Helper' addon from Internet Explorer.
2020-01-21, ∼2246🔥, 1💬

💬 2020-01-21 william j rock 51: my name is William j rock 51 have medical device uin my head from home invasion robbery at 4301 hilboro dr yesenia seanz , is us...

The "decimal" Data Type
This section describes the 'decimal' data type for floating-point values. 'decimal' uses a 128-bit storage size.
2020-01-21, ∼417🔥, 1💬

💬 2020-01-21 a: comment

main() Method - Java Execution Entry Point
This section describes the Java program entry point, the main() method of the starting class. Command line arguments are passed as an string array parameter to the main() method.
2020-01-21, ∼2575🔥, 1💬

💬 2020-01-21 samso: Thanks for this wonderful blog that you have designed in this page. Very informative and effective article. Ver inspired article...

JDBC Driver Types
This section provides some quick information about different types of JDBC drivers.
2020-01-14, ∼1919🔥, 2💬

💬 2015-09-16 saddaqat: saddaqatali99@yahoo.com

What Is JVM Specification
This section describes what is JVM Specification.
2020-01-11, ∼827🔥, 1💬

💬 2020-01-11 zengjialiang: thanks

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

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

"soap:body" - Binding for SOAP Body
This section describes 'soap:body', a SOAP extension element that specifies how the SOAP Body should be constructed in the SOAP message for an operation input and output. 'literal' means no encoding.
2019-12-23, ∼6224🔥, 2💬

💬 2017-08-16 willy poki: hola

1981 - Zai Na Tao Hua Sheng Kai ... (在那桃花盛开的地方) - The Place Where the Peach Blossoms
Zai Na Tao Hua Sheng Kai De Di Fang (在那桃花盛开的地方) - The Place Where the Peach Blossoms, Lyrics by Wu Dawei (邬大为) and Wei Baogui (魏宝贵), Tie Yuan (铁源), Produced in 1981.
2019-12-20, ∼1281🔥, 1💬

💬 2019-12-20 Li fu yuan: ni hao

Xsd11SchemaValidator.java for XSD 1.1 Validation
This section provides a tutorial example on calling SchemaFactory.newInstance() with 'http://www.w3.org/XML/XMLSche ma/v1.1'for XSD 1.1 validation.
2019-12-19, ∼2209🔥, 3💬

💬 2019-12-19 Herong: Gopi, which part is not working?

💬 2019-12-13 Gopi: Hi, The above code i tried it is not working at all.

💬 2019-12-13 JI: this code is not working at alll

mcrypt Library for PHP
This section describes the mcrypt library - encryption extension for PHP. mcrypt supports DES and many other encryption algorithms.
2019-12-19, ∼423🔥, 1💬

1980 - Wo Ai Ni Zhong Quo (我爱你中国) - I Love You, China
Wo Ai Ni Zhong Quo (我爱你中国) - I Love You, China, lyrics by Qu Zong (瞿宗), music by Zheng Qiu Feng (郑秋枫), produced in 1980.
2019-12-18, ∼2302🔥, 1💬

💬 2019-12-18 Okay: Thank you

QUERY_STRING - CGI Query String
This section describes what is QUERY_STRING and how to use to receive information from the HTTP request URL.
2019-12-16, ≈10🔥, 3💬

💬 2019-12-16 jyothirmayee: Hhank u very much

💬 2015-10-26 jimmy: hello

Developing First Android Application - HelloAndroid
This chapter provides tutorial notes on developing the first Android application. Topics include creating Android projects using the 'android' command; modifying Java source code; building and installing binary packages of Android projects.
2019-12-08, ∼601🔥, 2💬

💬 2019-12-08 Herong: Sandeep, can you share some of those changes with us? Thanks.

💬 2019-12-07 Sandeep Srivastava: Nice blog. I have made various apps with the above platforms but now they need some changes. Have you checked out Appcode India?

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2019-12-05, ∼3901🔥, 10💬

💬 2019-12-05 Mpono: Thanks a lot

💬 2018-06-09 Herong: Sake, I think you can create a good MP3 Player with Java Swing.

💬 2018-06-02 sake: It can make advanced mp3Player whith java swing?

💬 2018-05-12 george: java

💬 2016-03-22 Herong: Keval, I will try my best. ☺

(More comments ...)

"On Error GoTo 0" - Turning off Error Handling
This section provides a tutorial example on how to use 'On Error GoTo 0' to turn off the error handling flag in a procedure to catch the first runtime error.
2019-12-02, ∼3118🔥, 1💬

💬 2019-12-02 toto: oui

"adb -d install" Command Options
This section provides a tutorial example on how to use 'adb -d install' command options. '-r' is to reinstall an application without uninstall it. '-s' is to install an application on the SD Card instead of the internal memory.
2019-12-02, ∼2492🔥, 2💬

💬 2019-12-02 Herong: "adb" command installs apps from your PC to the phone, not from the SD card.

💬 2019-12-01 person353: adb wont let me SD install anything

12400: Cuneiform Numbers and Punctuation
This section provides a quick summary of the Unicode code point block: 'Cuneiform Numbers and Punctuation', which contains 128 code points to represent Cuneiform numbers and punctuations.
2019-11-30, ∼100🔥, 1💬

<< < 346 347 348 349 350 351 352 353 354 355 356 > >>   ∑:9026  Sort:Rank