<< < 316 317 318 319 320 321 322 323 324 325 326 > >>   ∑:7888  Sort:Rank

WADL (Web Application Description Language)
This section describes what is WADL (Web Application Description Language), an XML-based file format that describes REST Web services.
2016-04-19, 3067🔥, 1💬

💬 2015-07-21 Vigcky: Hello world

Variables, References, and Constants
This chapter provides tutorial notes and example codes on PHP variables, references, and constants. Topics include how to name variables; assigning data values to variables; creating the reference of a variable; using variable variable names; using string expressions as variable names; defining cons...
2016-04-15, 961🔥, 1💬

💬 2016-04-15 wor: thanks

Windows 7: Event Log Viewer
This section provides a tutorial example on how to review all event log entries with the Event Viewer on a Windows 7 system.
2016-04-14, 445🔥, 1💬

Summary - Migrating "keystore" Keys to "OpenSSL"
This section describes high level steps on how to migrate a private key generated in a JKS (Java KeyStore) file to an 'OpenSSL' key file. The key step is to convert a JKS file into a PKCS#12 file with 'keytool'.
2016-04-09, 236🔥, 1💬

Using MySQL Non-Install Package
Tutorial example on how to download and install MySQL server using the Non-Install package on a Windows system. Data directory is required to run MySQL server.
2016-04-08, 4885🔥, 5💬

💬 2016-04-08 Herong: Adara, noinstall package and normal package both offer the same MySQL server. The difference is that the normal package requires...

💬 2016-04-07 Adara: Based on the last comments it failed to install? What's the difference between the MySql noinstall and normal mySql?

💬 2016-02-26 Herong: Katy, you are right that the no-install version is better for learning MySQL administration. Thanks for sharing your comments.

💬 2016-02-25 Katy Kringe: It also created the key : HKEY_LOCAL_MACHINE\SYSTEM\CurrentCon trolSet\services\eventlog\Applicatio n\MySQL

💬 2016-02-25 Katy Kringe: I would like to use the no-install so as to better understand the program. Running the command shell with admin privileges and t...

Inserting BLOB Values with setBinaryStream() Method
This section describes how to insert BLOB values with the PreparedStatement.setBinaryStr eam()method.
2016-04-08, 9024🔥, 2💬

WSF - Windows Script File XML Format
This section describes the WSF (Windows Script File) XML format. Multiple script jobs with different scripting language can be defined in a single WSF file.
2016-04-08, 4562🔥, 2💬

💬 2016-04-08 Herong: Rich, can you show us your command line and the output?

💬 2016-04-02 Rich: I keep getting can't find host scrip file, can you help?

setBit() - Storing a Bit into a Byte Array
This section provides a tutorial example on how to set one bit into a byte array at a specific bit position setBit().
2016-04-08, 5094🔥, 1💬

💬 2016-04-08 frank: this works

SQL Server CLOB (Character Large Object) - TEXT
This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with SQL Server JDBC Driver. Topics include creating tables to store CLOB values in SQL Server server; inserting CLOB values with direct SQL INSERT statements, or PreparedStatement with setString(), setCharacterS...
2016-04-07, 107🔥, 1💬

Cryptography Basic Concepts
This chapter describes some basic concepts of cryptography: what is cryptography, what is function and what is encryption.
2016-04-07, 3312🔥, 4💬

💬 2016-02-03 dinesh: thanks

💬 2015-12-28 Herong: Malini, RSA is good example of cryptosystem. Read Introduction of RSA Algorithm for more information.

💬 2015-12-28 malini: need cryptosystem

"sc.exe" - A Command Line Tool to Manage Services
This section describes the Service Controller (SC) command line tool, sc.exe, which can be used to add new services, or to query, modify, start, stop and delete existing services.
2016-04-06, 9566🔥, 1💬

💬 2016-04-06 Ambadas: ya great full command ...

WSDL 2.0 Document Examples with SOAP Binding
This chapter provides WSDL 2.0 document examples with SOAP binding. Topics include Hello example; GetStockPrice, GetExchangeRate and Reservation examples with RPC, IRI and Multipart message styles.
2016-04-05, 274🔥, 1💬

Introduction to JavaScript
This chapter provides a quick introduction of JavaScript. Topics include what is JavaScript; writing JavaScript code inside HTML documents; running JavaScript code in Web browser; browser built-in JavaScript object 'document'.
2016-04-04, 729🔥, 2💬

💬 2016-04-04 Raymond Poston: Thanks for this opportunity

Archived: Install ActivePerl v5.8.8 on Windows Systems
This section provides a tutorial example on how to install ActivePerl v5.8.8 on a Windows XP system.
2016-04-02, 4034🔥, 1💬

💬 2016-04-02 rimpi: perl

SessionPage*.php - Session Test Script Pages
This section provides a tutorial example on how to write multiple script pages and use the session concept to make them work together.
2016-03-30, 1889🔥, 3💬

💬 2016-03-30 Herong: Hello Rato, thanks for visiting my site ☺

💬 2016-03-18 RATO KINO: OLA PESSOAL

ConvertTemp - Response Message Sample
This section provides a response message sample of ConvertTemp Web service.
2016-03-30, 337🔥, 1💬

Insertion Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Insertion Sort algorithm. Topics include introduction of the Insertion Sort algorithm, Java implementation and performance of the Insertion Sort algorithm.
2016-03-30, 380🔥, 0💬

SSL Client Authentication
This chapter provides tutorial notes and example codes on SSL client authentication. Topics include introduction to SSL client authentication; creating server and client certificates; writing server and client test programs; running SSL client authentication tests.
2016-03-30, 932🔥, 2💬

💬 2016-05-11 Herong: Roman, good point. We need to compile the Java code into a class file first. Thanks.

💬 2016-05-07 Roman: you have small mistake there, it should be: With SslReverseEchoerRevised.class and... instead of: With SslReverseEchoerRevised.j...

Retrieving Information from HTTP Requests
This chapter provides tutorial examples and notes about HTTP request. Topics include retrieving information from $_GET, $_POST, $_COOKIE, $_REQUEST, $_SERVER; promoting and registering $_REQUEST keys and values as global variables.
2016-03-29, 184🔥, 1💬

First Example - Hello
This section provides a tutorial example on writing the very first WSDL 1.1 example that uses SOAP 1.1 over HTTP to send a hello message and receive a hello message back.
2016-03-28, 527🔥, 1💬

JSTL Example - Loop Tag on Map Objects
This section provides a tutorial example on how to use a c:forEach JSTL tag to loop through entries in a java.util.Map object.
2016-03-28, 572🔥, 1💬

piqpr8.c - Generating Hex Digits of PI
A C source code is provided to generate hexadecimal digits of the fractional part of PI (0.1415927...) using the BBP (Bailey–Borwein–Plouffe) formula.
2016-03-25, 1364🔥, 1💬

💬 2016-03-25 Mike: Testing answer

Testing OpenSSL with fopen()
This section provides a tutorial example on how to test the PHP OpenSSL module with the fopen() function to run a GET request on an HTTPS server.
2016-03-25, 441🔥, 1💬

JButton - Swing Button Class
This chapter provides tutorial notes and example codes on JButton class. Topics include creating button components with the javax.swing.JButton class; creating buttons with image icons; adding button action handler at the component level and the frame level; adding mouse click handler to handle butt...
2016-03-25, 1108🔥, 2💬

💬 2016-03-25 chala: v good tutorial

💬 2016-01-07 AMIT DAS: WONDERFULL

<< < 316 317 318 319 320 321 322 323 324 325 326 > >>   ∑:7888  Sort:Rank