<< < 308 309 310 311 312 313 314 315 316 317 318 > >>   ∑:7888  Sort:Rank

WSDL Message Exchange Patterns
This section describes message exchange patterns defined in WSDL Version 2.0 Part 2: Adjuncts - In-Only, Robust In-Only, and In-Out.
2017-06-22, 2959🔥, 5💬

💬 2017-04-30 Sam: Incredible!!.This solution worked like a charm. Thanks a ton.

💬 2016-06-10 shravan: ok

💬 2016-02-12 Herong: Sarah, I don't think WSDL supports multiple input or output messages for an single operation. May be can put "m" and "m1" into a...

💬 2016-02-08 sarah: My name is Sarah and I am a student , during my searches i found this website. i have a problem and i am looking for help 1- Iam...

SoapUI - Web Service Testing Tool
This chapter provides tutorial notes and example codes on SoapUI. Topics include SoapUI features; downloading and installing SoapUI free edition; creating and running tests in SoapUI
2017-06-20, 825🔥, 1💬

💬 2017-06-20 Ranjith: Thanks

Derby (Java DB) - DML Statements
This chapter provides tutorial notes on executing DML statements with Derby (Java DB) JDBC Driver. Topics include inserting, updating and deleting data rows in existing tables; creating IDENTITY columns; handling date and timestamp values.
2017-06-18, 297🔥, 1💬

Meter Based on Seconds Pendulum
This section introduces an old definition of 'meter' which uses a seconds pendulum. A 'meter' is the length of a seconds pendulum, which swings a full cycle in 2 seconds in small angles.
2017-06-14, 1458🔥, 1💬

💬 2017-06-14 Terry: I am going to try this

MySQL CLOB (Character Large Object) - TEXT
This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with MySQL JDBC Driver. Topics include creating tables to store CLOB values in MySQL server; inserting CLOB values with direct SQL INSERT statements, or PreparedStatement with setString(), setCharacterStream() or...
2017-06-12, 100🔥, 2💬

The Hunter - Orion - Constellation
This section describes the Orion constellation also called The Hunter.
2017-06-12, 612🔥, 1💬

💬 2017-06-12 altayeb alradi الطيب الر: it is the easiest constelatiion that can be seen at evening in sudan from jan to april i think there is a great secrets beyond o...

sendReceive() Method - Invoking a Named Operation
This section provides a tutorial example on how to use the sendReceive() method to invoke an operation defined in the service inside the ServiceClient object.
2017-06-06, 317🔥, 1💬

XSD Validation and Error List
This section provides a tutorial example on how to perform XSD validation and view error list using XML Tools Plugin in Notepad++.
2017-05-27, 8718🔥, 7💬

💬 2017-05-27 Herong: No problem. Have a good weekend!

💬 2017-05-27 Greg: Me again - false alarm, the error message I saw was caused by xsi:schemaLocation that was specified in the file. Sorry to troubl...

💬 2017-05-26 Greg: Hi, this was working fine, but now when I click Validate Now, I get an error message: Following error occurred during schema ...

💬 2015-12-23 Herong: Mat2001uk, That is better than the version I was testing. Thanks for sharing this information with us.

💬 2015-12-22 Mat2001uk: In v6.8.6 I see only one error:"XML Parsing error at line 16: StartTag: invalid element name" ...just FYI.

(More comments ...)

JDBC-ODBC - Connecting to MS Access Database Files
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge.
2017-05-24, 107🔥, 5💬

Using openStream() Method in java.net.URL Class
This section provides a tutorial example on how to use the openStream() method in the java.net.URL class to perform a GET method on an HTTPS server. Java Secure Socket Extension (JSSE) works quietly behind the java.net.URL class to provide HTTPS support.
2017-05-23, 2416🔥, 2💬

💬 2017-05-23 Herong: Mike, the issue could be that Yahoo Finance server is expecting some standard HTTP request headlines this Java program is not pr...

💬 2017-05-22 Mike: when I run the above java program with the following argument, I got a 401. If I directly paste the same https link to a web bro...

1B00: Balinese
This section provides a quick summary of the Unicode code point block: 'Balinese', which contains 128 code points to represent Balinese alphabets used in the Balinese language.
2017-05-23, 100🔥, 2💬

Playing Sound with Sound Recorder
This section describes a tutorial on how to play back a sound track with the Sound Recorder.
2017-05-21, 183🔥, 1💬

PHP SOAP Extension Server Programs
This chapter provides notes and tutorials on PHP SOAP Extension server side functions, writing server and client programs using SOAP 1.1 and SOAP 1.2, writing WSDL document.
2017-05-19, 371🔥, 2💬

Converting File Format from GIF to JPG/JPEG
This section provides a tutorial example on how to convert the file format GIF to JPG of graphics files using 'Paint' program.
2017-05-16, 322🔥, 1💬

Setting Up FTP Server with IIS
This section provides a tutorial example of how to set up a FTP server with IIS (Internet Information Server).
2017-05-10, 1499🔥, 2💬

💬 2017-04-26 zohaib: how to change ASCII to Binary mode in windows FTP server

Input Chinese Text Data to MySQL Database
This chapter provides tutorial notes on saving Chinese text into MySQL database through Web forms and retrieved it back to Web pages. Topics include reviewing the communication process; testing with UTF-8, GBK and Big5 encodings.
2017-05-03, 714🔥, 2💬

💬 2017-05-03 : 你好吗

XSD_ANYXML Encoding - Building SOAP Body Element
This section provides a tutorial example to show different behaviors of SoapClient on XML document based Web services.
2017-05-01, 5394🔥, 2💬

💬 2015-12-30 Mohammad Khan: Thanks, I was struggling to get the syntax right in the xlm request. these examples, particularly the 3rd one helped me better u...

What Is Runtime?
This section describes what is Runtime - A Java built-in class, java.lang.Runtime, that presents running instances of a Java Virtual Machine (JVM).
2017-04-28, 905🔥, 2💬

💬 2017-04-28 micahel: useful

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, 1541🔥, 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.

DES Algorithm - Illustrated with Java Programs
This chapter provides tutorial examples and notes about DES algorithm illustrated with Java programs. Topics include Java illustration program of DES key schedule algorithm and DES encryption algorithm.
2017-04-16, 3635🔥, 5💬

💬 2016-10-17 Deepak: Working on Algorithm

💬 2016-05-08 koko: thanks

💬 2015-10-04 Herong: Salai, you are most welcome.

💬 2015-10-02 Salai Joy Siang Pi: Thank you so much. It's very helpful for my mini-thesis.

What Are Runtime Data Areas?
This section describes 6 JVM runtime data areas: Method Area, Heap, Direct Memory, PC Register, JVM Stack and Native Method Stack.
2017-04-10, 547🔥, 1💬

"for-each" - Looping through a Node Set
This section describes the 'for-each' element, which is used in the content of a 'template' element. The 'for-each' element is a loop statement that be used to repeat a block of output content over each node in a node set.
2017-04-09, 10515🔥, 3💬

💬 2016-10-06 Herong: Bart, Thanks for pointing out the errors. They are fixed now.

💬 2016-10-04 Bart: &lt;xsl:for-each select="text()"/> XSL statements &lt;/xsl:for-each> is no legal xml. You end your for-each tag in the b...

'jstatd' - JVM Remote Monitoring Server
This section describes the JVM remote monitoring server 'jstatd' and its options. 'jstatd' are used to allow JVM monitoring tools 'jps' and 'jstat' to access local JVM processes from a remote machine.
2017-04-01, 4521🔥, 6💬

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, 1575🔥, 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

<< < 308 309 310 311 312 313 314 315 316 317 318 > >>   ∑:7888  Sort:Rank