<< < 310 311 312 313 314 315 316 317 318 319 320 > >>   ∑:7662  Sort:Rank

Integer Data Types
This section describes value ranges and storage space sizes of integer data types: byte, short, int, long and char.
2016-02-15, 419🔥, 1💬

💬 2016-02-15 Merit Campus: You can clear many of your doubts regarding data types in Core Java through Merit Campus, visit: http://java.meritcampus.com/cor...

"choose" - The If...Else Element
This section describes the 'choose' element, which is used in the content of a 'template' element. The 'choose' element is a conditional statement that be used to put different output contents under different logical conditions.
2016-02-12, 2154🔥, 0💬

Andre's Implementation of Base32 in PHP
This section provides a PHP implementation of the Base32 encoding algorithm by Andre DeMarre.
2016-02-11, 814🔥, 1💬

💬 2016-02-11 apple: thx

Accessing File System from JSP Pages
This section provides a tutorial example on how to access the file system from JSP pages using 3 different reference points: Current Directory, Physical Root Directory, and Virtual Root Directory.
2016-02-09, 307🔥, 1💬

PHP SOAP Extension for WSDL
This chapter provides tutorial notes and example codes on SOAP Extension in PHP. Topics include downloading and installing PHP; configuring SOAP Extension; loading WSDL 2.0 documents and getting errors.
2016-02-08, 494🔥, 1💬

What Is SOAP
This section provides a quick summary of SOAP protocol.
2016-02-07, 469🔥, 0💬

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2016-02-07, 105🔥, 2💬

Converting KeyStore Files to PKCS12 Files
This section provides a tutorial example on how to convert a KeyStore file to a PKCS12 file, because Windows 'Internet Options' can import keys and certificates from PKCS12, but not from KeyStore file.
2016-02-07, 1787🔥, 2💬

💬 2016-02-07 Herong: Steve, Fully agree! I put it in command line, because it is easier to document. I will put a warning the tutorial.

💬 2016-02-07 Steve: Hi! No password in command line , please ! Can be read in history... Bad practice :(

PKI Tutorials - Herong's Tutorial Examples
This tutorial book is a collection of notes and sample codes written by the author while he was learning PKI (Public Key Infrastructure) technologies himself. Topics include Root CA (Certificate Authorities); SSL, TLS, and HTTPS; Server and client authentication processes; Communication data encrypt...
2016-02-07, 12135🔥, 1💬

💬 2016-02-07 john: thanks!

Inserting BLOB Values with SQL INSERT Statements
This section describes how to insert BLOB values as normal strings using INSERT statements.
2016-02-06, 2191🔥, 1💬

"regedit.exe" - Finding Registry Keys for FreeCell
This section provides a tutorial example on how to find FreeCell registry keys with the 'regedit' search function.
2016-02-04, 2009🔥, 1💬

💬 2016-02-04 KennyB: There is no "free cell " under applets in Windows 7.

"readcd -fulltoc" - Data CD Sample
This section provides a sample of TOC (Table Of Content) from a data CD.
2016-02-02, 1235🔥, 2💬

💬 2015-11-15 Herong: Yes. They are hex numbers.

💬 2015-11-14 MatMabee: This is proper hex format, correct?

.DAT File Name Extension - VCD Media Files
This section describes what is .dat file name extension for VCD media files.
2016-02-02, 316🔥, 0💬

Passing Arrays as Arguments
This section provides a tutorial example on how to pass an array as an arguments by reference to reverse positions of all elements in an array given as the argument.
2016-02-01, 7630🔥, 0💬

jstack - Detecting Java Thread Deadlocks
This section provides a tutorial example on how to detect Java thread deadlocks with the thread stack trace dump tool, 'jstack'.
2016-02-01, 2685🔥, 0💬

"For ... Next" Statements
This section describes how 'For ... Next' statements work in VBScript. A block of statements is repeated until a loop variable reaches its final value.
2016-02-01, 758🔥, 3💬

💬 2016-01-27 Herong: Bushra, Try for the following ☺ For Each c In "ABCDEFGHIJKLMNOPQRSTUVWXYZ".ToCharA rray()... Next

💬 2016-01-25 bushra: also give me their plss...as possible as early

💬 2016-01-25 bushra: please also give the exmples for alphabets for the help of for next statement.....:)

Installing Adobe Flash Player 13 for Firefox 26
This section provides a tutorial example on how to download and install Adobe Flash Player 13 Plugin for Firefox 26 on Windows XP.
2016-01-31, 654🔥, 0💬

Downloading and Installing FileZilla 3.1.5
This section provides a tutorial example on how to download and install the free FTP client program, FileZilla 3.1.5 on a Windows system.
2016-01-31, 1068🔥, 1💬

💬 2016-01-31 ganes: good

国标GB2312编码自学教程
本书开始部分介绍了国标 GB2312 字符集和它的几种编码, 其余部分列出了 GB2312 编码和 Unicode 编码相互转换的表格制作程式。 本书还同时收录了 GB2312 编码到 Unicode 编码的转换表,以及Unicode 编码到 GB2312 编码的转换表。
2016-01-30, 1575🔥, 1💬

💬 2016-01-30 : 很有用,谢谢!

What Is Android Debug Bridge (adb)
This section describes the Android Debug Bridge (adb) tool, which allows you to manage an Android emulator or connected Android device like install application APK files.
2016-01-28, 1333🔥, 6💬

💬 2016-01-28 Herong: Xeni, can you find out the name of the directory where Android SDK is installed?

💬 2016-01-28 Xeni: yes, I know. It is in a special folder on Disk C.

💬 2016-01-27 Herong: Xeni, I think the issue you had was caused by the installation location of the Android SDK. Do you know in which directory your ...

💬 2016-01-27 xeni: Thank you for quick response. I have got: Windows_NT

💬 2016-01-27 Herong: Xeni, Can you type in the following and see what you are getting: echo %OS%

(More comments ...)

Java HotSpot VM - JVM by Oracle/Sun
This chapter provides tutorial notes and example codes on Java HotSpot VM. Topics include running Java HotSpot VM in client and server modes; checking memory usage with the Runtime class.
2016-01-26, 2095🔥, 1💬

💬 2016-01-26 Mangkorn: Thanks

DESCipherTest.java - DES Cipher Algorithm Illustration
This section provides a tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works.
2016-01-24, 1318🔥, 1💬

💬 2016-01-24 Joe: Output

Steps of Using DES Algorithm in JDK JCE
This section describes how to use DES algorithm provided in the JDK JCE package. Steps include building a secret key object from key material; creating and initializing a cipher object.
2016-01-24, 991🔥, 1💬

💬 2016-01-24 Joe: Very nice

Where Is Session Data Stored
This section provides a tutorial example on how to find out where the PHP engine stores session data. The session.save_path setting specifies the directory name for session data.
2016-01-23, 3425🔥, 3💬

💬 2016-01-23 Herong: Venki, PHP engine only provides mechanism to cache session data. You need an application server to manage userid and user profil...

💬 2016-01-21 venki: how to get current session userid

💬 2015-11-18 ' OR '1'='1' ({: ' OR '1'='1' ({

<< < 310 311 312 313 314 315 316 317 318 319 320 > >>   ∑:7662  Sort:Rank