<< < 39 40 41 42 43 44 45 46 47 48 49 > >>   ∑:9107  Sort:Date

SAAJ - SOAP with Attachments API for Java
This chapter provides notes and tutorials on SAAJ (SOAP with Attachments API for Java). Topics include SAAJ specification and reference implementation; creating a SOAPConnection object; creating a SOAPMessage object; populating SOAP body; adding namespace for SOAP body elements; adding SOAPAction he...
2017-08-05, ∼1497🔥, 2💬

💬 2017-08-05 Herong: Ashraf, SAAJ (SOAP with Attachments API for Java) is for Java only.

💬 2017-08-03 Ashraf K C: Hello, Is this SAAJ API platform independent? Can i use in other languages like PHP? is this having wsdl?

Open Babel Installation Options on macOS
This section provides a quick introduction of Open Babel installation options for macOS computers.
2022-10-01, ∼1496🔥, 0💬

Bitcoin Core Data File Location
This section shows where Bitcoin Core data files are located.
2022-10-01, ∼1495🔥, 0💬

Setting up Gmail Access on Android Phone
This section provides a tutorial example on how to set up Gmail access on Android phones: 'Settings' &gt; 'Account and sync' &gt; 'Add account'.
2015-08-15, ∼1495🔥, 1💬

💬 2015-08-15 nicholas patterson: It is a great day

Full Version in PDF/ePUB
Information on how to obtain the PDF version of this book for printing.
2018-07-26, ∼1494🔥, 2💬

💬 2018-07-26 Dustin Baker: Good book

💬 2015-08-04 Nikos: thanks

Measuring Speed of Light - Roemer's Method
This section describes the method used by Ole Roemer to measure the speed of light using changes of observed eclipse periods of Jupiter's moon.
2022-11-12, ∼1493🔥, 3💬

💬 2022-06-22 nina: :))))

RFC 1867 - Form-based File Upload in HTML
This section describes the file upload specification, 'RFC 1867 - Form-based File Upload in HTML', proposed by E. Nebel and L. Masinter in 1995.
2021-09-16, ∼1493🔥, 3💬

💬 2019-06-19 qh: no co

Lock and Unlock Keychains
This section provides an introduction to macOS Keychain Access, which manages 4 Keychains of 5 categories of security items: Passwords, Security Notes, My Certificates, Keys, and Certificates.
2022-10-01, ∼1491🔥, 0💬

JDBC-ODBC - MS Access Database and Driver Info
This section describes how to get some basic info about the Access database and the driver through the JDBC DatabaseMetaData object.
2022-10-01, ∼1489🔥, 0💬

What Is "block-container" Formatting Object?
This section describes block-container formatting object, which is a wrapper of blocks to have more controls on area size, writing-more and reference-orientation.
2022-07-27, ∼1488🔥, 1💬

💬 2022-07-27 home decor: Every one is sharing information, that’s truly good, keep u? writing.

"javac -g" - Controlling Debugging Information
This section describes 'javac -g' options to generate debugging information into the class output files. Debugging information in class file can be used by any debugging tools.
2022-10-01, ∼1487🔥, 0💬

Digital Signature Algorithm and Sample Program
This chapter provides tutorial notes and example codes on digital signature. Topics include algorithm and steps of signing a document; algorithm and steps of verifying a signature; digital signature generation and verification sample programs; sample signatures of SHA1withRSA and SHA1withDSA algorit...
2021-06-09, ∼1487🔥, 4💬

💬 2016-12-15 vijay: thanks

cgi-lib.pl - The Standard Library for CGI Scripts
This section describes the de facto standard library, cgi-bin.pl, for Perl CGI scripts. It also provides a tutorial on how to download and install cgi-bin.pl 2.18 to the Apache server on a Windows system.
2018-01-20, ∼1483🔥, 2💬

💬 2018-01-20 Herong: Nils, Thanks for your comments. I will include them in the next update.

💬 2018-01-09 Nils Kammenhuber: DON'T use cgi-lib.pl! It is horribly outdated, the last version is from 1999, and it is said to have security issues. Instead, u...

xml.sax for Parsing XML Document
This section provides a tutorial example on how to parse an existing XML document with SAX event handlers with Python xml.sax package.
2022-10-01, ∼1481🔥, 0💬

EUC-JP Encoding
This section provides a quick introduction of EUC-JP encoding, which maps a JIS X0208 character to a 2-byte sequence by adding 128 (0x80) to both bytes of the character's code value.
2023-12-11, ∼1479🔥, 3💬

💬 2023-12-11 hello: &lt;h1>hello%lt;/h1>

💬 2021-05-31 greatman: Great!

Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing.
2022-06-12, ∼1475🔥, 2💬

💬 2019-03-14 Edmond: Thanks

Passing Values between JSP Pages
This section provides a tutorial example on how to use different ways to pass values between JSP pages: putting values in 'session' or 'application' objects, or putting values at the end of redirect URL.
2020-12-22, ∼1475🔥, 7💬

Running "adb" on USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on Samsung Android mini tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, ∼1474🔥, 0💬

Viewing Certificate Path
This section provides a tutorial example on how to view certificate path when visiting an 'https' Web site in IE. The top certificate in a certificate path is the CA certificate, which is trusted automatically.
2017-01-31, ∼1471🔥, 1💬

💬 2017-01-31 kishor: -----BEGIN CERTIFICATE----- MIIDqjCCApICCQC6MOh9nHUvUjANBgkqhkiG 9w0BAQUFADCBljELMAkGA1UEBhMCVVMxETAPBgNVBAgTCENvbG9yYWRvMRMwEQY. ..

Unicode Code Point Blocks: 12000 - 10FFFF
This chapter provides notes and tutorial examples on Unicode code point blocks or code charts. Topics including block name, code point range, sample code points, etc., in the range of 12000 - 10FFFF.
2024-01-23, ∼1468🔥, 0💬

Pisces - The Fish, The Twelfth Zodiac Sign
This section describes the twelfth zodiac sign, Pisces, the Fish.
2022-10-01, ∼1467🔥, 0💬

Cleartext Block Size for RSA Encryption
This section discusses what is the most efficient block size when dividing a Cleartext message into blocks for RSA public encryption. The suggested block size is 'floor((x-1)/8)', where 'x' is the RSA key size, or the key modulus bit length.
2022-03-29, ∼1467🔥, 3💬

💬 2022-03-29 asdasd: I hate it enough to like it. That being said, as we discussed before probably have a look at the difficulty rating of this vs th...

💬 2021-08-18 test: Obviously, using 200-bytes as the block size is much more efficient than 1-byte block size. This means the higher block size, th...

A Sample WSDL 1.1 Document
This section describes a sample WSDL 1.1 document, which defines a Web service, helloService, with an operation called Hello.
2023-06-13, ∼1458🔥, 2💬

💬 2023-06-13 Lmao: 10/10

💬 2021-08-11 peter pepper: greetings

Archived: Downloading and Installing JDK 1.4.1 on Windows
This section provides a tutorial example on how to download and install JDK (or J2SE) 1.4.1 on a Windows 2000 system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2022-10-01, ∼1457🔥, 0💬

<< < 39 40 41 42 43 44 45 46 47 48 49 > >>   ∑:9107  Sort:Date