<< < 314 315 316 317 318 319 320 >   ∑:7662  Sort:Rank

Unicode Tutorials - Herong's Tutorial Examples
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual ...
2015-09-14, 1977🔥, 1💬

Oracle Express Edition Installation on Windows
This chapter provides tutorial notes on Oracle Express Edition installation on Windows systems. Topics include downloading, installing and starting Oracle Database 10g Express Edition; access Oracle server through its Web interface; creating Oracle login user.
2015-09-11, 101🔥, 1💬

"bad decrypt:./crypto/evp/evp_enc.c:461" Error
This section provides a tutorial example on why OpenSSL 'pkcs12' failed with 'bad decrypt:./crypto/evp/evp_enc.c :461'error. The root cause is the key password different than file password.
2015-09-10, 9738🔥, 1💬

💬 2015-09-10 Action Here: this totally helped me.

JDBC-ODBC - Connecting to Flat Text Files
This section describes how to connect to a DSN that represents data stored in flat text files in a directory.
2015-09-10, 100🔥, 2💬

JVM and OS System Properties
This section provides a tutorial example on how to list all properties from the JVM and the OS that are accessible by your Java application.
2015-09-10, 4370🔥, 3💬

💬 2015-09-10 Herong: Roland, Good to know that Java 1.8 is reporting your "user.home" directory correctly now :-)

💬 2015-09-09 Roland: I mean System.getProperty("user.home") has changed

💬 2015-09-09 Roland: On my system, I've changed my home dir to D:user\username. With java System.getProperty("user.dir"), I got always D:user\usernam...

Samsung USB Driver for Mobile Phones
This section provides a tutorial example on how to download and install Samsung USB Driver for Mobile Phones, which is needed to run Samsung Galaxy Tab 3 mini tablet in debug mode.
2015-09-09, 1949🔥, 1💬

💬 2015-09-09 Power-Man: Hello, thanks Doc Yang

binmode() - Opening Files for Binary Output
This section describes steps on how to open file for binary output using open(), binmode() and print() functions.
2015-09-09, 235🔥, 1💬

META-INF Files - Digests, Signature and Certificate
This section describes META-INF files in an .apk package file: MANIFEST.MF - manifest file, CERT.SF - signature file and CERT.RSA - the real signature file with certificate.
2015-09-04, 7827🔥, 2💬

💬 2015-09-04 Herong: KariK, thanks for sharing your comments.

💬 2015-08-28 KariK: Step 5. CERT.RSA is not the only file type. There can also be CERT.DSA and CERT.EC files.

ActivityLog - Application to Create Log File
This section provides a tutorial example on how to create application, ActivityLog, to create a log file to monitor activity lifecycle using the android.content.Context.openFi leOutput()method.
2015-09-01, 382🔥, 1💬

Using VBScript with WSH (Windows Script Host)
This section provides tutorial example on how to run a simple VBScript code file with the Windows Script Host tool.
2015-08-31, 790🔥, 1💬

Video/Audio Stream Concatenation Order
This section provides a tutorial example of concatenation error message when using the 'concat' ffmpeg filter with incorrect video and audio stream order.
2015-08-23, 1454🔥, 2💬

💬 2015-08-23 Herong: You are welcome! What type of application are you using Flash for? I thought Flash is dead. Everyone is trying to replace it wit...

💬 2015-08-23 Queensoft: God THANK YOU !!! I tried to figure out this error for ages. It was as simple as placing video first, then audio !!!!!

Saving Images in BMP (Windows Bitmap) Format
This section provides a tutorial example on how to save an image in BMP (Windows Bitmap) format with 24-bit colors.
2015-08-22, 11188🔥, 2💬

💬 2015-08-22 Herong: Gordon, the "Windows BMP image" format is actually the Windows BGR pixel format. You test it by create an image with RGB="3377ff...

💬 2015-08-19 gordon: But a real Windows bitmap file is BGR pixel format. Where is that option in Gimp?

Garbage Collection Tests
This chapter provides tutorial notes and example codes on garbage collection. Topics include garbage collection test program - GCTest2.java; comparisons between HotSpot 1.7.0, HotSpot 1.6.0 and JRockit R28.2.7.
2015-08-16, 572🔥, 1💬

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, 1328🔥, 1💬

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

Running VBScript Code Files
This section provides a tutorial example on how to run a VBScript file with or without 'cscript/wscript' command.
2015-08-09, 3562🔥, 1💬

💬 2015-08-09 mll: p

DES Key Schedule Algorithm Illustration Program Output
This section provides the execution output of the tutorial Java program, DESSubkeysTest.java, to illustrate how DES key schedule algorithm works.
2015-08-09, 2499🔥, 1💬

💬 2015-08-08 nishant nath: I loved it

PHP Data Types and Data Literals
This chapter provides tutorial notes and example codes on PHP data types and data literals. Topics include 8 data types supported in PHP; data literals to provide data values in PHP code for different data types; integer and float value overflow conditions.
2015-08-05, 1854🔥, 1💬

💬 2015-08-05 Testing: This tutorial is helpful for beginners.

android.webkit.WebView - Web Browser Base Class
This section provides a tutorial example on how to create an Android project to build your own Web browser using the android.webkit.WebView class. The first version failed with 'Webpage not available' error.
2015-08-05, 3986🔥, 2💬

💬 2015-08-04 Herong: Amanda, What type of device are you using?

💬 2015-08-04 amanda elizabeth kiely putri: i did try to login into facebok but the problem always say cache miss. pls let me know what to do with this problem accure

Running Java HotSpot Server VM
This section provides you a tutorial example on how to run Java HotSpot Server VM - run Java command with -server option: 'java -server'.
2015-08-04, 1925🔥, 1💬

💬 2015-08-04 anil: i want system to phone net

SocketRequestResponse.java - Socket Client Testing Program
This section provides a tutorial example on how to write a Java program using socket interface to send a request and receive a response in binary mode.
2015-08-01, 3281🔥, 2💬

💬 2015-07-31 Herong: Javier, Using this program is simple: run it in a command window as "java SocketRequestResponse host port in_file out_file", whe...

💬 2015-07-31 javier: sorry my bad english.. please an example, how use this, parameters?

SocketRequestResponseServer.java - Socket Server Testing Program
This section provides a tutorial example on how to write a socket level server side testing program to receive and record request received from a client program.
2015-08-01, 1212🔥, 2💬

💬 2015-07-31 Herong: Javier, Please read this tutorial: Capturing the HTTP Request from a Browser . It provides an example on how to run this program...

💬 2015-07-31 javier: sorry my bad english.. please an example, how use this, parameters?

Downloading and Installing MySQL
A tutorial example on how to download and install MySQL on a Windows system using MySQL Installer.
2015-07-30, 2186🔥, 2💬

💬 2015-07-29 Herong: Stanley, what version of MySQL Control Center are you using?

💬 2015-07-28 stanley: hi, I need help, I downloaded the MySQL server, but it gives me an error on MySQL control center, "client does not support authe...

PHP - convert_uuencode() and convert_uudecode()
This section provides the source code of the PHP implementation of UUEncode by php.net.
2015-07-27, 389🔥, 1💬

Other XML Tools Functions
This section describes other nice functions in XML Tools Plugin: XML to text conversion, current XPath, and XPath expression evaluation.
2015-07-22, 3228🔥, 1💬

<< < 314 315 316 317 318 319 320 >   ∑:7662  Sort:Rank