<< < 238 239 240 241 242 243 244 245 246 247 248 > >>   ∑:8899  Sort:Rank

Install and Manage PHP Packages on CentOS
This section provides a tutorial example on how to install PHP 7.2 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼259🔥, 0💬

Running MySQL Database Server on Linux Systems
This chapter provides introductions and tutorial examples about MySQL database server on CentOS systems. Topics include installing MySQL 8.0 on CentOS 8; starting and stoping 'mysqld' as a system service; setting MySQL 'root' password; MySQL file and data locations; MySQL log files; backing up MySQL...
2022-10-01, ∼259🔥, 0💬

Install and Manage Python Engine on CentOS
This section provides a tutorial example on how to install Python 3.6 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼259🔥, 0💬

USB Debugging Applications on LG-V905R Tablet
This chapter provides tutorial notes on debugging application on LG-V905R tablet. Topics include installing LG USB device driver on Windows; Turning on USB debugging interface on LG-V905R tablet; running 'adb -d' commands on USB connected device; installing application through USB connection; Androi...
2022-10-01, ∼258🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼258🔥, 0💬

Calling and Importing Classes Defined in Unnamed Packages
This chapter provides tutorial notes and example codes on localization methods and resource bundles. Topics include using java.text.SimpleDateFormat and java.text.DecimalFormat locale sensitive methods; using java.util.ResourceBundle class to define localization resource bundles; using java.util.Pro...
2022-10-01, ∼258🔥, 0💬

What Is a Class
This section describes what is a class - a user defined datatype which is associated with a predefined set of properties and operations (also called methods).
2022-10-01, ∼258🔥, 0💬

WSDL Version 2.0 Part 2: Adjuncts
This chapter provides tutorial notes and example codes on WSDL 2.0 Adjuncts. Topics include WSDL message exchange patterns; operation safety flag; operation message style; SOAP binding extension; SOAP 1.2 binding rules.
2022-10-01, ∼258🔥, 0💬

Methods on the SoapClient Class
This section provides all methods that are available on the SoapClient class. The Web service operation (function) can be called directly as a regular function on the client object.
2022-10-01, ∼258🔥, 0💬

What Is the Python "xml" Package
This section describes the 'xml', the default package provided in the Python language to support XML processing.
2022-10-01, ∼258🔥, 0💬

What Is XSD (XML Schema Definition)?
This section provides a quick description of what is XSD (XML Schema Definition) - a language to define rules to validate XML documents.
2022-10-01, ∼258🔥, 0💬

"string" Datatype Values and Representations
This section describes the most commonly used built-in datatype, 'string'. Whitespace characters are preserved in 'string' values. But XML entity references are parsed in 'string' lexical representations.
2022-10-01, ∼258🔥, 0💬

1983 - "Sendmail" Mail Transfer Agent Developed by Eric Allman
This chapter provides some history of sendmail, a MTA (Mail Transfer Agent) developed by Eric Allman in 1983 for Unix systems.
2022-10-01, ∼258🔥, 0💬

What Is XAML?
A quick introduction is provided on XAML (eXtensible Application Markup Language) which is an XML-based markup language developed by Microsoft to separate UI look and feel design from implementation of application behaviors.
2022-10-01, ∼258🔥, 0💬

Java Built-In Implementation of Base64
This section provides a test program for the default Java implementation of the Base64 encoding algorithm java.util.Base64.Encoder.encod e()and java.util.Base64.Decoder.decod e()methods.
2022-10-01, ∼258🔥, 0💬

What Is a Stored Procedures
Describes what is a stored procedure - is an executable program that is stored in the database server.
2022-10-01, ∼258🔥, 0💬

Archived: Download and Install PHP 5.2.2 on Windows
This section describes how to download and install PHP 5.2.2 on Windows systems.
2022-10-01, ∼258🔥, 0💬

Performance Summary of All Implementations
This chapter provides a performance summary of my implementations of different sorting algorithms in different languages: Java, PHP, Perl, and Python.
2022-10-01, ∼258🔥, 0💬

What Is Ethereum Blockchain Miner
This section describes what is Ethereum Blockchain Miner.
2022-10-01, ∼258🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼258🔥, 0💬

What Is OpenLDAP
Describes what is OpenLDAP - an open source implementation of the LDAP (LightweightDirectory Access Protocol).
2022-10-01, ∼258🔥, 0💬

Retrieving BLOB Values with getBinaryStream() Method
This section describes how to retrieve BLOB values with the ResultSet.getBinaryStream() method.
2022-10-01, ∼258🔥, 0💬

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

MySQL - Reference Implementation of JdbcRowSet
This chapter provides tutorial notes on Sun's Reference Implementation of JdbcRowSet working with MySQL database. Topics include installing JdbcRowSet reference implementation; connecting JdbcRowSet objects to database server with connection URL, DataSource name, ResultSet objects or Connection obje...
2022-10-01, ∼258🔥, 0💬

<< < 238 239 240 241 242 243 244 245 246 247 248 > >>   ∑:8899  Sort:Rank