<< < 358 359 360 361 362 363 364 365 366 367 368 > >>   ∑:9022  Sort:Rank

SOAP Java Implementations
This chapter provides notes and tutorials on SOAP Java Implementations: SAAJ, Axis and Apache WebService.
2017-01-16, ∼415🔥, 1💬

Reference Citations - HerongYang.com
This is a collection of reference citations to Herong's tutorial books on the Internet. Updated in 2026 (Version v2.96) with citations added.
2017-01-14, ∼1406🔥, 1💬

💬 2017-01-14 Rajia: Nice job!

Running PerlApp to Convert *.pl to *.exe
This section provides a tutorial example of running PerlApp from ActiveStat to convert a sample Perl script, DirGrep.pl, to Windows executable binary, DirGrep.exe.
2017-01-14, ∼3079🔥, 2💬

💬 2017-01-14 Herong: Monique, Yes, you run the commands listed in the tutorial at the command prompt.

💬 2017-01-12 Monique: Where do you actually run this???? from command prompt?

Accessing System Environment Variables
This section provides a tutorial example on how to access environment variables defined in the operating system using the System.getenv() method.
2017-01-14, ∼955🔥, 2💬

💬 2017-01-14 Herong: Martin, The code has been corrected now. Thanks.

💬 2017-01-09 Martin Manek: Hi, line "java.util.Map envs = System.getenv();" is two times in code and "out is missing. PrintStream out = System.out;

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

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

💬 2015-11-06 poonam: a perfect explanation

What Is Western Zodiac
This section describes what is Western zodiac.
2017-01-12, ∼1293🔥, 1💬

💬 2017-01-12 Jimmy Neutron: not the best page

addHeader() - Setting SOAPAction Header Line
This section provides a tutorial example on how to use the MimeHeaders class and the addHeader() method to add the SOAPAction header line for the final HTTP request.
2017-01-10, ≈12🔥, 2💬

💬 2017-01-10 hello: world

Viewing LG Android USB Device in Control Panel
This section provides a tutorial example on how to view the LG Android USB device in Windows Control Panel and see its detailed properties.
2017-01-09, ∼743🔥, 1💬

💬 2017-01-09 beto: congratulations

What Is WSDL Document
This section describes WSDL Documents, which are XML files that uses WSDL (Web Services Definition Language) to define Web services.
2017-01-08, ∼673🔥, 2💬

💬 2017-01-08 Herong: Bessie, the missing picture is added now. Thanks.

💬 2017-01-07 Bessie: On this page: http://www.herongyang.com/Free-Web-S ervice/SOAP-What-Is-WSDL-Document.ht mlthe WSDL-2-0-Document-Structure.jpg fil...

Year 1977 Chinese Calendar - Year of the Snake
2017-01-05, ∼1051🔥, 2💬

💬 2017-01-05 Qays: Hi , I am born on 8th may 1977 . Snake year . After a long way of full experience of gain and loss now I am heading to the old b...

💬 2016-04-06 Michael: Life is good.

RsaKeyGenerator.java for RSA Key Generation
This section describes the initial draft of a RSA public key and private key generation implementation using the java.math.BigInteger class.
2017-01-05, ∼4399🔥, 2💬

💬 2017-01-05 Herong: Alex, you are right. q should be selected independently from p. I will make a change in the next revision.

💬 2016-12-28 Alex T.: Using nextProbablePrime() to compute q appears somewhat risky to me: An attacker with the knowledge of N=p*q could simply comput...

Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing.
2016-12-28, ∼3443🔥, 5💬

💬 2016-12-28 liab: wrote a meaningful comment

💬 2016-08-23 ericens: it meaning a lot to me

💬 2015-11-09 yogesh: I need this for learning abount JDB

💬 2015-08-06 Akhilesh: Thanks

💬 2015-08-05 Vinay: good

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, ∼2827🔥, 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

JDBC-ODBC Bridge Driver - MS Access
This chapter provides tutorial notes on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database.
2016-12-22, ∼100🔥, 11💬

Calculation Speed and Response Time
This chapter provides tutorial notes and example codes on ASP script page performance. Topics include measuring execution speed of ASP script calculating prime numbers; measuring response time of a simple 'Hello' ASP script page.
2016-12-21, ∼525🔥, 1💬

💬 2016-12-21 saddam: yes

LambdaCalculator.java - Lambda Expression Example
This section provides a tutorial example on using an lambda expression to define a class anonymously implementing a single abstract method interface. An anonymous class and a local class are used as comparisons.
2016-12-17, ∼3239🔥, 1💬

💬 2016-12-17 J.: Thanks.

Printing Histogram of Java Object Heap
This section provides a tutorial example on how to print the histogram of Java object heap, a list of different types of objects and their counts and total sizes.
2016-12-14, ∼6264🔥, 2💬

💬 2016-12-14 Herong: Erik, you can look at the Java Management Extensions (JMX) API.

💬 2016-12-11 Erik Ostermueller: is there a java api to access this histogram? Thanks, --Erik

JSP (JavaServer Pages) Overview
This chapter provides an overview of JSP (JavaServer Pages). Topics include what is JSP; main features of JSP 2.1; how JSP pages are processed; popular JSP enabled Web servers.
2016-12-09, ∼347🔥, 1💬

Variant Data Type, Subtypes, and Literals
This chapter provides tutorial examples and notes about VBScript data type and literal. Topics include what is a Variant; what are data subtypes; data literals for Integer, Long, Single, Double, String, Boolean, and Date.
2016-12-06, ∼1131🔥, 1💬

💬 2016-12-06 M: Thank you!

MP3 Encoding and File Format
This section describes MP3 encoding and file format for audio recording.
2016-12-06, ∼2625🔥, 4💬

💬 2016-12-06 suresh: Thanks..its informative!!!

💬 2016-01-14 Bhawesh: Thanks for the help, really insightful :)

💬 2015-09-15 Herong: Random, you are welcome!

💬 2015-09-14 Random: This really help me, thanks

Using the Processes Tab
This section provides a quick description of the processes tab that lists all running processes on the system with CPU and memory usage information.
2016-12-04, ∼1626🔥, 1💬

💬 2016-12-04 ali: thank you and thank you

JMenuTest.java - Menu Test Program
This section provides a tutorial example on how to use the javax.swing.JMenu class to create multiple menus and how to add them to the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2016-12-03, ∼1290🔥, 1💬

💬 2016-12-03 vicdollars: game downloader

encodingStyle="uri" for use="encoded"
This section provides a tutorial example on how to write a WSDL 1.1 example that uses SOAP 1.1 over HTTP with style='rpc', use='encoded' and encodingStyle='http://schemas. xmlsoap.org/soap/encoding/'
2016-11-30, ∼1585🔥, 2💬

💬 2016-11-07 ren: yet

Instance Name Better than Port Number
This section describes how SQL Server support JDBC client applications to use instance name instead of port number to connect to a specific instance.
2016-11-26, ∼168🔥, 1💬

<< < 358 359 360 361 362 363 364 365 366 367 368 > >>   ∑:9022  Sort:Rank