<< < 275 276 277 278 279 280 281 282 283 284 285 > >>   ∑:8899  Sort:Rank

What Is an Overloaded Property
This section describes what is an overloaded property - A class property that is not directly declared at all or not declared as publicly accessible, but it is provided indirectly through implementations of __set(), __get(), __isset(), and __unset() methods.
2022-10-01, ∼212🔥, 0💬

The "Function" Object Type - Functions Are Objects
This section provides a quick description and a tutorial example script on the 'Function' built-in object type, which is used to create functions.
2022-10-01, ∼212🔥, 0💬

What Is Sendmail
This section provides a quick introduction of Sendmail, a MTA (Mail Transfer Agent), that works other MTAs and MDAs (Mail Delivery Agents) to transfer and deliver emails.
2022-10-01, ∼212🔥, 0💬

Performance of Inserting Integers to MySQL Database
This section provides a tutorial example on how to test the performance of inserting integers into MySQL server database using PHP 'mysqli' functions. MySQL server is 100 times slower on my CentOS computer and macOS computer.
2022-10-01, ∼212🔥, 0💬

Merge Sort - Algorithm Introduction
This section describes the Merge Sort algorithm - A complex and fast sorting algorithm that repeatedly divides an un-sorted section into two equal sub-sections, sorts them separately and merges them correctly.
2022-10-01, ∼212🔥, 0💬

Introduction to Conda Environment
This section provides a quick introduction about the Conda environment, its file directories and command programs. Steps to verify its Python version, and install new packages.
2022-10-01, ∼212🔥, 0💬

Variables, Operations and Expressions
This chapter provides introductions and tutorial examples about expressions. Topics include introductions to variables, operations and expressions; operation precedences and execution order.
2022-10-01, ∼212🔥, 0💬

Getting Database Server and Driver Info
This section describes how to get database server and JDBC driver information through the DatabaseMetaData object.
2022-10-01, ∼212🔥, 0💬

mysql - Command Line Tool
This section provides information about 'mysql' command line tool.
2022-10-01, ∼212🔥, 0💬

Archived: mysqladmin - MySQL 5.0 Admin Tool
This section describes how to use MySQL admin tool to check server status and other admin tasks.
2022-10-01, ∼212🔥, 0💬

What is ASP (Active Server Pages)?
This section describes the ASP (Active Server Pages) technology that allows you to write VBScript code inside HTML documents for the Web server, IIS, to execute. The VBScript code can provide dynamic contents into the final HTML document to be delivered to the client machine.
2022-10-01, ∼211🔥, 0💬

Interacting with External Applications - ActiveX Data Object (ADO)
This section provides a tutorial example on how to pass values from one page to another. This example is a very simple registration application with two ASP pages.
2022-10-01, ∼211🔥, 0💬

"time" Datatype Values and Representations
This section describes the built-in primitive datatype, 'time' that represents moments in a day. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, ∼211🔥, 0💬

REST Web Service Request Template
This section provides a tutorial example on how to review the request template generated by SoapUI for a REST Web service from a WADL document.
2022-10-01, ∼211🔥, 0💬

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

What Is Parallel Collector
This section describes the Parallel Collector, which uses the combination of the Parallel Scavenge (PS) Collector of Young generation and the Parallel Old Collector of Tenured generation, so both minor GC and major GC are performed in multiple threads parallelly in a stop-the-world fashion.
2022-10-01, ∼211🔥, 0💬

"login" Processes - Login Window and Services
This section describes 'login' processes, which are created by the operating system to display the login window and provide login services.
2022-10-01, ∼211🔥, 0💬

"INSERT INTO" Statements with INDENTITY Columns
This section describes what will happen if you try to insert rows with values for INDENTITY columns.
2022-10-01, ∼211🔥, 0💬

JDBC-ODBC - Getting Flat File Driver Info
This section describes how to get ODBC driver and JDBC driver infor with the getMetaData() method.
2022-10-01, ∼211🔥, 0💬

What Is JDBC?
This section provides a quick answer to the question of 'What is JDBC?'
2022-10-01, ∼211🔥, 0💬

JDBC Driver Types
This section provides some quick information about different types of JDBC drivers.
2022-10-01, ∼211🔥, 0💬

InnoDB (MySQL 5.5 Default Engine) Slower on INSERT
This section provides a tutorial example showing that InnoDB, the MySQL 5.5 storage engine, is about 1,000 times slower than MyISAM storage engine.
2022-10-01, ∼211🔥, 0💬

Private and Public Keys and Related Interfaces
This section describes private and public key pairs used in RSA and DSA encryption algorithms. JDK supports private and public keys with the java.security.Key interface.
2022-10-01, ∼210🔥, 0💬

Expressions, Operations and Type Conversions
This chapter provides tutorial notes and example codes on PHP expressions and operations. Topics include writing expressions with data literals, variables, and operations; bitwise, arithmetic, comparison, logical, string, and assignment operations; precedence of operations; data type automatic conve...
2022-10-01, ∼210🔥, 0💬

<< < 275 276 277 278 279 280 281 282 283 284 285 > >>   ∑:8899  Sort:Rank