<< < 147 148 149 150 151 152 153 154 155 156 157 > >>   ∑:9020  Sort:Date

Declaring Elements and Attributes with Built-in Datatypes
This section describes how to declare XML elements and XML attributes using built-in datatypes with a simple XSD document example.
2022-10-01, ∼318🔥, 0💬

PHP Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default PHP implementation of the Base64 encoding algorithm.
2022-10-01, ∼318🔥, 0💬

mysqladmin - The Client Tool for Administrators
A quick introduction is provided on mysqladmin, the client tool managing MySQL servers. You can run mysqladmin on a remote system to check the status of the MySQL server or shutdown the server.
2022-10-01, ∼318🔥, 0💬

Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼318🔥, 0💬

Verifying Android Platform Installation
This section provides a tutorial example on how to verify Android platform installation using the 'android' tool provided in the Android SDK starter package.
2022-02-24, ∼318🔥, 0💬

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

Big5 到 Unicode 轉換 - 一级漢字
本章列出了big5一级漢字区的字符集和编码,以及它们所对应的 Unicode编码。一级漢字共收录有常用漢字 5,401 个。
2024-01-31, ∼317🔥, 0💬

Parsing WSDL Documents with Zeep Library
This section provides a tutorial example on how to parse WSDL documents and print out available services using Zeep default script. Zeep library supports WSDL 1.1 documents, not WSDL 2.0 documents.
2024-01-09, ∼317🔥, 0💬

DSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-01, ∼317🔥, 0💬

RSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a RSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-01, ∼317🔥, 0💬

Character Set Encoding Maps - Unicode UTF-32, UTF-32BE, UTF-32LE
This section provides a tutorial example of analyzing and printing character set encoding maps for 3 encoding, UTF-32, UTF-32BE, and UTF-32LE, for Unicode character set.
2022-10-01, ∼317🔥, 0💬

file_exists() and File Testing Functions
This section describes some built-in file testing functions. file_exists() allows you test if a directory or file exists or not. is_file() returns true if the given path is a file, not a directory.
2022-10-01, ∼317🔥, 0💬

"For Each" Statement Example
This section provides a tutorial example on how to use a 'For Each' statement to loop through all elements in an array.
2022-10-01, ∼317🔥, 0💬

Empty Element Types
This section describes the empty element type which can be used to define an XML element with no text content and at least one attribute.
2022-10-01, ∼317🔥, 0💬

My First Custom Tag - hy:hello
This section provides a tutorial example on creating the first custom tag hy:hello that inserts 'Hello world!' from the tag class into the JSP output.
2022-10-01, ∼317🔥, 0💬

System.Diagnostics.FileVersionInfo Class
This chapter provides tutorials and notes on System.Diagnostics.FileVersion Infoclass provided by .NET Framework to retrieve version information on Portable Executable (PE) files, .exe and .dll files. Topics include introduction to FileVersionInfo; creating FileVersionInfo objects; printing out file...
2022-10-01, ∼317🔥, 0💬

Manage MySQL Server 'mysqld' on CentOS
This section provides a tutorial example on how to start and stop MySQL server program 'mysqld' as a system service on CentOS 8 systems using the 'systemctl' command.
2022-10-01, ∼317🔥, 0💬

MySQL Program Option Files
This section provides a tutorial example on how find the default option files for MySQL programs. The default option file for MySQL programs is /etc/my.cnf for Linux and macOS computers
2022-10-01, ∼317🔥, 0💬

Sorting Algorithms Implementations in PHP
This chapter provides tutorial notes and codes on PHP implmentations of different sorting algorithms: Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quicksort, Selection Sort, and Shell Sort.
2022-10-01, ∼317🔥, 0💬

What Is "inline" Formatting Object?
This section describes 'inline' formatting object, which generates an inline area on the target device with its content.
2022-10-01, ∼317🔥, 0💬

Private Network - Default Genesis Block
This section describes the default genesis block of an Ethereum private network.
2022-10-01, ∼317🔥, 0💬

Minor GC Triggering Condition of Serial Collector
This section describes the triggering condition of the Serial collector Minor GC process. The condition is the failure of new object allocation in 'eden'.
2022-10-01, ∼317🔥, 0💬

Turn on Dovecot Server Logging for Troubleshooting
This section provides a tutorial example on how to turn on how to change logging flags on Dovecot server to record extra debugging messages in log file for troubleshooting issues.
2024-04-06, ∼316🔥, 0💬

Unicode > Big5 轉換: 第 47 部分 - U+93F9 到 U+969C
本節列出了 Unicode 到 Big5 代碼轉換表的第 47 部分 - Unicode U+93F9 到 U+969C。
2024-01-31, ∼316🔥, 0💬

<< < 147 148 149 150 151 152 153 154 155 156 157 > >>   ∑:9020  Sort:Date