<< < 237 238 239 240 241 242 243 244 245 246 247 > >>   ∑:9067  Sort:Date

Character Set Encoding Comparison
This section provides a tutorial example on how to compare some commonly used character set encodings in number of characters, byte sequence sizes and ASCII compatibilities.
2022-10-01, ∼268🔥, 0💬

Use PHP Composer on CentOS Computers
This section provides a tutorial example on how to install PHP Composer to manage PHP packages on CentOS systems.
2022-10-01, ∼268🔥, 0💬

Pluto Sign and Horoscope
This section provides an quick introduction of Pluto sign in horoscope.
2022-10-01, ∼268🔥, 0💬

Command Line History Substitution
This section provides a quick introduction of C shell command line history substitution.
2022-10-01, ∼268🔥, 0💬

Simple Types Are "struct" Types
This section describes simple types like 'int' and 'double'. Simple types are actually aliases of predefined 'struct' types which offers properties and methods.
2022-10-01, ∼268🔥, 0💬

Type System Unification
This section describes type system unification. All types in C# are derived from 'object'.
2022-10-01, ∼268🔥, 0💬

Table Column Types for Look Up Values
Describes 2 types of table columns to store look up values: ENUM and SET.
2022-10-01, ∼268🔥, 0💬

Permission Error on php-cgi.exe
This section describes the error of 'You don't have permission to access /cgi-bin-php/php-cgi.exe/hello .phpon this server.' It is caused by the syntax change in the PHP directory access permission configuration settings.
2022-10-01, ∼268🔥, 0💬

Archived: Commonly Used php_mysql.dll Functions
This section provides a list of commonly used MySQL functions provided by the php_mysql.dll extension.
2022-10-01, ∼268🔥, 0💬

"=" Statement - Assignment Statement
This section provides a quick introduction of '=' (assignment) statement, which is a simple statement that assigns objects to reference targets.
2022-10-01, ∼268🔥, 0💬

What Is __all__ List
This section provides a quick introduction on __all__ list, which is a special module attribute defined in the module file to override which members can be implicitly imported by the 'from module import *' statement.
2022-10-01, ∼268🔥, 0💬

DriverManager - Loading JDBC Driver
This section describes how to load a JDBC driver and register it with DriverManager.
2022-10-01, ∼268🔥, 0💬

Listing All Stored Procedures - getProcedures()
This section describes how to get a list of all stored procedures in the current database on the SQL Server through the DatabaseMetaData object.
2022-10-01, ∼268🔥, 0💬

DriverManager - Loading JDBC Driver
This section describes how to load a JDBC driver and register it with DriverManager.
2022-10-01, ∼268🔥, 0💬

"unicodedata" Module for Unicode Properties
This section provides tutorial example on how to use the 'unicodedata' to retrieve properties of code points defined by the Unicode standard.
2024-01-27, ∼267🔥, 0💬

SquirrelMail Configuration for SMTPS Port 465
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure SMTPS port 465 to send out emails through a mail server on a local network.
2023-07-10, ∼267🔥, 0💬

XML-RPC - Remote Procedure Call with XML and HTTP
This chapter provides tutorial examples and notes on XML-RPC. Topics include XML-RPC specifications; defining RPC calls as XML messages; sending RPC calls as HTTP requests; defining returning values as XML messages; receiving returning values as HTTP responses.
2022-11-06, ∼267🔥, 0💬

Importing CA Certificate into IE
This section provides a tutorial example on how to use IE to import a CA certificate into the 'Trusted Root Certification Authorities' certificate store.
2022-10-22, ∼267🔥, 0💬

2014 年年历 - 马年
中国年历 - 2014 年年历 - 马年
2022-10-11, ∼267🔥, 0💬

1925 年年歷 - 牛年
中國年歷 - 1925 年年歷 - 牛年
2022-10-07, ∼267🔥, 0💬

Performance of Java substring() and indexOf()
This section provides a tutorial example to test performance of 2 Java built-in functions: substring() and indexOf() on a Window 2000 system.
2022-10-04, ∼267🔥, 0💬

Formula for the Relativity of Simultaneity
This section provides a thought experiment to derive the formula for the relativity of simultaneity.
2022-10-04, ∼267🔥, 0💬

Web Server Information in $_SERVER
This section provides a tutorial example on how to dump Web server information stored in the $_SERVER array.
2022-10-01, ∼267🔥, 0💬

"types" - The Container Element for Data Types
This section describes 'types', the container element that has extensibility elements from other language to define data types used to describe messages for Web service operations.
2022-10-01, ∼267🔥, 0💬

<< < 237 238 239 240 241 242 243 244 245 246 247 > >>   ∑:9067  Sort:Date