<< < 225 226 227 228 229 230 231 232 233 234 235 > >>   ∑:8894  Sort:Date

Keyboard and Mouse Click Shortcuts on macOS
This section provides a list of commonly used keyboard and mouse click shortcuts on macOS.
2022-10-01, ∼207🔥, 0💬

Install SQuirreL SQL Client on macOS
This section provides a tutorial on how to install SQuirreL SQL Client on macOS.
2022-10-01, ∼207🔥, 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, ∼207🔥, 0💬

JDBC (Java Database Connectivity) Introduction
This chapter provides a quick introduction about JDBC (Java Database Connectivity). Topics include overview of JDBC; versions of JDBC; JDBC driver types; database connection with DriverManager and DataSource; JDBC driver class and connection URL for DriverManager.
2022-10-01, ∼207🔥, 0💬

"ALTER TABLE" Statements
This section describes how to alter a table by adding a new column.
2022-10-01, ∼207🔥, 0💬

Layers of Memory and Access Speed
This section describes layers of memory: CPU Register, CPU Caches, RAM and hard disk.
2024-08-17, ∼206🔥, 0💬

Listen to Non-Standard Ports with Apache
This section provides a tutorial example on how to add virtual hosts to listen to additional ports other than standard ports (80 and 443) with and without systemd Socket Activation service.
2024-04-12, ∼206🔥, 0💬

Big5 到 Unicode 轉換:二級漢字 - 第 EE 行
本節列出了 Big5 到 Unicode 代碼轉換表中二級漢字 - 第 EE 行。
2024-02-03, ∼206🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 B2 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 B2 行。
2024-01-31, ∼206🔥, 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-21, ∼206🔥, 0💬

SmilesMolSupplier/SDWriter for SMILES Files
This section provides a tutorial example on how to use rdkit.Chem.rdmolfiles.SmilesMo lSupplier(f)and rdkit.Chem.rdmolfiles.SDWriter (f)methods to handle SMILES files with multiple molecules.
2022-10-10, ∼206🔥, 0💬

Illustration of DSA Algorithm with Different k and h
This section provides a tutorial example to illustrate how DSA digital signature algorithm works with same DSA key paramters but different k and h values.
2022-10-09, ∼206🔥, 0💬

What Is an Activity Diagram?
This section describes the UML Activity Diagram, which presents behaviors of a system by showing execution sequences of activities of the system.
2022-10-04, ∼206🔥, 0💬

"forcearray" - Forcing Element Contents as Arrays
This section provides a tutorial example on how to use the 'forcearray' option to parse XML element contents as arrays instead of hashes.
2022-10-04, ∼206🔥, 0💬

Samsung Galaxy Tab 3 Mini Tablet
This chapter provides tutorial notes on the Android mini tablet - Samsung Galaxy Tab 3. Topics include Android tablet system basic information; running background processes and foreground applications; connecting tablet to computer as USB storage drive, transferring files using Bluetooth radio; usin...
2022-10-01, ∼206🔥, 0💬

Importing Classes from Unnamed to Named Packages - JDK 1.4.1
This section provides a tutorial example on how to import classes defined in an unnamed package to a named package with JDK 1.4.1 or higher. A wrapper class is needed to integrate the class in an unnamed package into a named package with JDK 1.3.1 first.
2022-10-01, ∼206🔥, 0💬

system() - Execute External Programs
This section provides a tutorial example on how to the system() function to invoke an external program. The program's standard output, stdout, and input, stdin, are shared with the calling script. The last line of stdout is returned as the return value.
2022-10-01, ∼206🔥, 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, ∼206🔥, 0💬

"switch" Statements
This section describes 'switch' statement, which is a decision-making statement that executes a portion of the contained statement block by passing control to a sub-statement based on label matching.
2022-10-01, ∼206🔥, 0💬

Schema and Schema XML Representation
This section describes what is a schema and what is a schema XML representation.
2022-10-01, ∼206🔥, 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, ∼206🔥, 0💬

GetWeatherByZipCode - Request Message Sample
This section provides a request message sample of GetWeatherByZipCode Web service.
2022-10-01, ∼206🔥, 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, ∼206🔥, 0💬

"bf-ecb" Cipher on Multiple Blocks
A tutorial example is provided to show you how multiple plaintext blocks are encrypted in ECB operation mode. Each plaintext block is encrypted independently. The corresponding ciphertext is same, no matter where the plaintext block is located in the plaintext stream.
2022-10-01, ∼206🔥, 0💬

<< < 225 226 227 228 229 230 231 232 233 234 235 > >>   ∑:8894  Sort:Date