<< < 152 153 154 155 156 157 158 159 160 161 162 > >>   ∑:9020  Sort:Date

File Systems
This chapter provides introductions and tutorial on Linux file systems. Topics include 'df' to see disk free spaces of mounted file systems; 'mount' to access USB drive file systems; 'fdisk' to list partitions and file system types; 'dd' to copy data and test I/O speed; 'hdparm' to manage hard disk ...
2022-10-01, ∼309🔥, 0💬

Data Type - 'bytes' for Byte Sequence
This section describes the 'bytes' data type, which stores a sequence of bytes.
2022-10-01, ∼309🔥, 0💬

Dump PHP/Apache Environment Information
This section provides a tutorial example on how to dump Apache/PHP environment information on CentOS Linux systems.
2022-10-01, ∼309🔥, 0💬

PKCS#8/X.509 Private/Public Encoding Standards
This chapter provides tutorial notes and example codes on PKCS#8 and X.509 key encoding standards. Topics include PKCS#8 standard for private key encoding; X.509 standard for public key encoding; PKCS8EncodedKeySpec and X509EncodedKeySpec classes to decode encoded keys; JcaKeyFactoryTest.java test p...
2022-09-26, ∼309🔥, 3💬

💬 2022-09-26 مسعود منجیزی: hi pls send me that software thanks

💬 2022-09-26 مسعود منجیزی: با سلام لظفا این برنامه را برای من ارسال کنید متشکرم

💬 2022-09-26 masoud monjezi: hi i need that software ols send me ser thanks

Wsdl20Validator.java - WSDL 2.0 Validator
This section provided a tutorial example on how to create a WSDL 2.0 document validator with the Woden Java API.
2024-12-16, ∼308🔥, 2💬

💬 2024-12-16 sergey: &lt;definitions xmlns="http://schemas.xmlsoap.org/ws dl/"... name="SimpleWebServiceService" targetNamespace="http://simplewe...

Unicode 到 Big5 轉換: 第 1 部分 - U+00A2 到 U+4E03
本節列出了 Unicode 到 Big5 代碼轉換表的第 1 部分 - Unicode U+00A2 到 U+4E03。
2024-02-03, ∼308🔥, 0💬

Java Socket and HttpURLConnection for SOAP
This chapter provides tutorial examples and notes on using java.net.Socket and java.net.HttpURLConnection classes to send HTTP requests with SOAP XML messages. Topics include writing socket client and server programs for request and response communication; writing HttpURLConnection programs to send ...
2022-10-05, ∼308🔥, 0💬

Password Digest Validation Program
A Java program, WsuPasswordDigestValidation.ja va,is provided in this tutorial to demonstrate how the WSU Password Digest value is calculated. It can also be used to manually valid any WSS request that uses the Username Token.
2022-10-04, ∼308🔥, 0💬

Installing Application to Tablet using "adb -d install"
This section provides a tutorial example on how to install the debug package of my 'HelloAndroid' application to my Samsung tablet using the 'adb -d install' command through the USB debugging interface.
2022-10-01, ∼308🔥, 0💬

Archived: Launching Android Emulator in AVD Manager
This section provides a tutorial example on how to launch an Android emulator with the Android Virtual Device (AVD) created in the AVD Manager.
2022-10-01, ∼308🔥, 0💬

Secret Key Generation and Management
This chapter provides tutorial notes and example codes on secret keys. Topics include secret keys for Blowfish, DES, or HmacMD5 encryption algorithms; key generator class; test program to generate secret keys and save them in files.
2022-10-01, ∼308🔥, 0💬

Archived: Downloading Apache HTTP Server 2.4.12 for Windows
This section describes how to download Apache (HTTP Server) 2.4.12 binary distribution for Windows systems.
2022-10-01, ∼308🔥, 0💬

ECMAScript Language Specification
This section provides a quick description of the ECMAScript Language Specification and its version history.
2022-10-01, ∼308🔥, 0💬

DOM API - The "window.open" Method
This section provides a quick description of the 'window' object of the DOM API. A tutorial example is provided on changing browser window size through the 'window' object.
2022-10-01, ∼308🔥, 0💬

"jcmd 0 VM.*" - Running VM Diagnostic Commands
This section provides a tutorial example on how to use 'jcmd 0 VM.*' commands to get lot of information of a given JVM.
2022-10-01, ∼308🔥, 0💬

Integration with Desktop System
This chapter provides tutorial notes and example codes on integration with the local desktop system. Topics include description of the javax.awt.Desktop class and its methods; example programs of launch default Web browser, email program and file editors of the local desktop system.
2022-10-01, ∼308🔥, 0💬

Array References Work Like Arrays
This section provides a tutorial example on how to use an array reference like an array to access referenced array elements, to re-size the referenced array, and to pass the referenced array into functions.
2022-10-01, ∼308🔥, 0💬

"StringBuffer" - A Class Example
This section provides a tutorial example of simple class, StringBuffer, which allows you to build long strings with an internal array as the storage.
2022-10-01, ∼308🔥, 0💬

The "Runnable" Interface - Creating Thread Objects with Runnable Objects
This section provides a tutorial example on how to create new threads with the 'Thread' class and runnable objects, which are created with classes that implements the 'Runnable' interface.
2022-10-01, ∼308🔥, 0💬

Deadlock Condition Example Programs
This chapter provides tutorial notes and tutorial examples to demonstrate deadlock condition. Topics include what is deadlock condition; deadlock examples - 5 Dining Philosophers and Transferring Funds.
2022-10-01, ∼308🔥, 0💬

Thread Testing Program and Result
This chapter provides tutorial notes and example codes on thread testing. Topics include a thread testing program CrashThread2.java; maximum number of running threads tests on HotSpot 1.7, JRockit R28.2, HotSpot 1.6, JRockit 7, HotSpot 1.4.
2022-10-01, ∼308🔥, 0💬

dom.Counter Validating XML with Associated XSD
This section provides a tutorial example on how to use the Xerces2 sample program called dom.Counter to validate XML documents with associated XSD schema files using the '-v -s' options.
2022-10-01, ∼308🔥, 0💬

Examples of XSD and XML Files with Errors
This section provides an example XML file associated with an example XML Schema file (XSD). The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, ∼308🔥, 0💬

JDBC Driver Connection URL
Describes the connection URL format and how to create connection objects with the DriverManager class.
2022-10-01, ∼308🔥, 0💬

<< < 152 153 154 155 156 157 158 159 160 161 162 > >>   ∑:9020  Sort:Date