<< < 352 353 354 355 356 357 358 359 360 361 362 > >>   ∑:9022  Sort:Rank

"-XX:+PrintGCDetails" - Garbage Collection Logging
This section describes HotSpot JVM options to generate garbage collection logging messages. It also describes log message format to help us understand what the JVM is telling us.
2018-04-23, ∼2718🔥, 1💬

SOAP Web Service and SoapUI
This chapter provides tutorial notes and example codes on testing SOAP Web services with SoapUI. Topics include introduction of SOAP protocol and WSDL documents; creating SOAP projects by loading WSDL documents in SoapUI; submitting SOAP Web service requests; viewing HTTP request and response raw da...
2018-04-21, ∼912🔥, 2💬

💬 2018-04-21 Herong: Jay, thanks for your comment!

💬 2018-04-20 Jay Bodkin: When deciding whether to use SOAP or WSDL, always remember the saying "Use SOAP when you are dirty (ie need security) and REST w...

"swfcombine -a" - Concatenate SWF Files
This section provides a tutorial example on how to concatenate two SWF files by appending frames from one file to the end of another file using the 'swfcombine -a' command.
2018-04-01, ∼943🔥, 2💬

💬 2018-04-01 Herong: Mike, SWF Tools has no commands to create loops. To create a slide show with loops, you can write a simple code in SWFC Script. ...

💬 2018-03-28 Mike: Is there a way to make the first slide show loop say 3 times before it moves onto the second slide show?? I mean I suppose you c...

Localization Overview of Web Applications
This chapter provides tutorial examples and notes about Web application localization. Topics include what is localization; software components in Web applications; travel paths of output and input character strings; outputting ASCII character from PHP scripts.
2018-04-01, ∼350🔥, 1💬

💬 2018-04-01 Jeremy Fish: a great way to learn how to deal with software encoding.

Java Implementation of DES - Test Cases
This section provides two test cases for the Java implementation of DES algorithm, CipherDES.java.
2018-03-30, ∼457🔥, 2💬

Introduction to XML Schema
This chapter provides a quick introduction of XML Schema. Topics include what is XML Schema, what is XSD, how to validate XML documents again XSD files, reviewing a simple application example of XML Schema, list of XSD schema processors.
2018-03-29, ∼1382🔥, 2💬

💬 2018-03-29 ashok: thanks

💬 2015-07-21 Vlad: Simple comment

Creating a Digital ID and Sign Word Documents
This section provides a tutorial example on how to create a your own digital ID and use it to add a digital signature to a MS Word 2007 document.
2018-03-25, ∼4181🔥, 2💬

💬 2018-03-15 Herong: Laurenson, Word 2013 has removed the function to create your own test digital ID. You can go to Comodo to get real digital ID fo...

💬 2018-03-13 Laurenson: this is very helpful but I want to know how to create my own digital ID using Microsoft Office 2013

Creating Labels with javax.swing.JLabel Class
This section provides a tutorial example on how to create a label with the javax.swing.JLabel class.
2018-03-22, ∼273🔥, 1💬

Newton's Second Law of Motion
This section introduces Newton's Second Law of Motion - The acceleration of an object is directly proportional to the net force acting on the object, and inversely proportional to the mass of the object.
2018-03-21, ∼1358🔥, 2💬

💬 2018-03-21 datboi: bojour

💬 2016-09-21 jjjjjjjjjr: This pic is awsome

Managing Non-ASCII Character Strings with MySQL Servers
This chapter provides tutorial examples and notes about handling non-ASCII characters with MySQL server. Topics include storing non-ASCII characters in MySQL database with various character set encodings; managing encoding conversion when inserting data to and retrieving data from database; examples...
2018-03-16, ∼1489🔥, 3💬

💬 2018-03-16 BÃRRY: BÃRRY

💬 2018-02-06 Herong: That was a good test.

💬 2018-02-02 Sample: ⦅⦆¢£¬¯¦\₩│←↑→↓■○ !#$%&()*+,−./:;<=>? @[?]^_`{|}〜 ⦅⦆¢£¬ ̄¥₩│←↑→↓■○

LatLonListCityNames - Request Message Sample
This section provides a request message sample of LatLonListCityNames Web service.
2018-03-14, ∼285🔥, 1💬

Free Chinese Calendar 2018 - Year of the Dog
Want to know when is the 2018 Chinese New Year day? Look for free Chinese calendars for 2018? Chinese New Year Date for Year 2018   ⇒ Free Chinese Calendar 2019 - Year of the Boar ⇐ Free Chinese Calendar 2017 - Year of the Rooster ⇑ Free Chinese Calendars: 2011 - 2020 ⇑⇑ Free Chinese Calendars
2018-03-11, ≈49🔥, 0💬

What Is H (Hybrid) Language
This section describes design guidelines of H language.
2018-03-03, ∼508🔥, 3💬

💬 2018-03-03 Jack: Interesting!

Converting XML in Pretty Print Format
This section provides a tutorial example on how to convert XML documents into pretty print format using XML Tools Plugin in Notepad++.
2018-02-25, ≈11🔥, 5💬

💬 2017-05-23 sdsa: soap:ClientUnmarshalling error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'v11:CopyFaresFromFarCl....

💬 2016-08-17 z: Subject_Order 1608_ AFTER [NextExecutionDatetimeCO] [ListVMsINextExecutionCO]

💬 2016-05-03 dfg: &lt;div class="productdetailpopover adminpopover"> &lt;div class="productimage displayinlineblock"> &lt;div class="m...

Command Line Console Registry Tool - "reg.exe"
This section provides a quick description of the command line registry management tool: 'reg.exe'.
2018-02-07, ∼1502🔥, 1💬

💬 2018-02-07 unknown: REG add HKCU\Software\Policies\Microsoft\Win dows\System/v DisableCMD /t REG_DWORD /d 0 /f

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2018-02-07, ∼3248🔥, 5💬

💬 2017-01-08 Herong: Rex, see my email to your qq.com account.

💬 2017-01-08 rex: how to download this book

💬 2015-09-09 mani: require more details

JDBC-ODBC - Creating a MS Access Database File
This section describes how to create a MS Access database file to be used for ODBC MS Access driver testing.
2018-02-07, ∼105🔥, 4💬

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2018-02-03, ∼100🔥, 2💬

Removing IE Addon "Shockwave Flash Object"
This section provides a tutorial example on how to disable and remove 'Shockwave Flash Object' addon from Internet Explorer.
2018-02-01, ∼2872🔥, 2💬

💬 2017-08-09 Julia: Good advice. Now we'll see if it works.

Creating Connections with DataSource Class
This section describes how to create connection objects with the DataSource class.
2018-01-25, ∼101🔥, 1💬

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

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

"openssl enc" Converting Keys from Binary to PEM
This section provides a tutorial example on how to convert a private and public key pair stored in binary PKCS#8 format into PEM (Privacy Enhanced Mail) format with the 'openssl enc' command.
2018-01-20, ∼7029🔥, 2💬

💬 2018-01-20 Herong: Dan, Thanks for comment. The "-inform" and "-outform" options are definitely better options. This tutorial will be updated.

💬 2018-01-17 Dan Lukes: openssl dsa understands binary key's format as well. Just claim it using option '-inform DER'. Moreover, 'openssl dsa -inform DE...

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

java.time.Duration - Time Durations
This section describes the java.time.Duration class that represents a duration of time measured in seconds with fractions in nanosecond resolution.
2018-01-03, ∼1098🔥, 1💬

💬 2018-01-03 Nikhil Narayanan: Helpful man....but I already knew the stuff....the presentation is simple..nice! JAVA is great, right!

<< < 352 353 354 355 356 357 358 359 360 361 362 > >>   ∑:9022  Sort:Rank