<< < 209 210 211 212 213 214 215 216 217 218 219 > >>   ∑:9026  Sort:Date

Hex String Literal Evaluation Examples
This section provides tutorial examples on how hex string literals are evaluated to values of different datatypes.
2022-10-01, ∼278🔥, 0💬

Selection Sort - Implementation Improvements
This section provides discussion on how to improve the performance of the Selection Sort implementation. There is no easy way to improve the Java implementation.
2022-10-01, ∼278🔥, 0💬

Creating CallableStatement Objects with INOUT Parameters
This section describes how to create CallableStatement objects with INOUT parameters.
2022-10-01, ∼278🔥, 0💬

Process Management
This chapter provides introductions and tutorial on managing processes on Linux systems. Topics include 'ps' to display processes; 'jobs' and other commands to manage background jobs; 'tmux' tool to manage multiple shells and keep them in background.
2022-10-01, ∼278🔥, 0💬

Mozilla Thunderbird - Mail User Agents (MUA)
This chapter provides introductions and tutorial examples on Mozilla Thunderbird as an email client tool, also called Mail User Agents (MUA). Topics include installing Thunderbird on macOS and Windows computers; configuring Thunderbird for SMTP, POP3 and IMAP protocols with SSL/TLS options; managing...
2024-04-06, ∼277🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 BD 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 BD 行。
2024-01-31, ∼277🔥, 0💬

Big5 to Unicode - Row A1: Special Symbols
Big5 to Unicode code point mapping is provided for Big5 character set - Row A1: Special Symbols.
2024-01-29, ∼277🔥, 0💬

Invoking WSDL Services with Zeep Library
This section provides a tutorial example on how to create a Zeep client object with a WSDL URL, access a given service, and invoke a given operation.
2024-01-10, ∼277🔥, 0💬

javax.crypto.KeyGenerator - Generating Secret Keys
This section provides a quick introduction of the secret key generation class, javax.crypto.KeyGenerator.
2022-10-16, ∼277🔥, 0💬

Block Padding in mcrypt
This section describes the padding schema used in PHP mcrypt library for MCRYPT_MODE_ECB and MCRYPT_MODE_CBC modes. mcrypt simply pads 0x00 to the end of the plaintext.
2022-10-08, ∼277🔥, 0💬

Use Case Diagram and Notations in Visio
This section lists UML Use Case Diagram notations supported in MS Visio 2010.
2022-10-08, ∼277🔥, 0💬

Command Line Tools Provided by Open Babel
This chapter provides introductions and tutorial examples on various command line tools provided by Open Babel. Topics include 'obconformer' to generate the best conformer; 'obfit' to superimpose two molecules; 'obgen' to generate 3D structures; 'obgrep' to search substructures; 'obminimize' to opti...
2022-10-06, ∼277🔥, 0💬

说明与摘要
中国农历二百年算法及年历 - 和荣笔记
2022-10-06, ∼277🔥, 0💬

2100 年年历 - 猴年
中国年历 - 2100 年年历 - 猴年
2022-10-05, ∼277🔥, 0💬

ResultSet Cursor Initial Position: Before First Row
This section describes the ResultSet cursor initial position: before first row. next() should be called to move the cursor to the first row.
2022-10-04, ∼277🔥, 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, ∼277🔥, 0💬

What Is Character Encoding?
This section provides introductions on what is a character encoding - A map scheme between code points of a code character set and sequences of bytes.
2022-10-01, ∼277🔥, 0💬

DOMToXML.java - Converting DOM Documents to XML Files
This section provides a tutorial example on how to write a program to convert a DOM document object into an XML file using the default XML transformer, org.apache.xalan.transformer, provided in the JDK.
2022-10-01, ∼277🔥, 0💬

Automatic Semicolon Insertion to End Statements
This section provides the automatic semicolon insertion rule supported by the ECMAScript specification. A tutorial example is provided to show you a problem when writing 'return' in a line by itself.
2022-10-01, ∼277🔥, 0💬

"switch ... case" Statement Example
This section provides a JavaScript tutorial example showing how to write a 'switch ... case' statement.
2022-10-01, ∼277🔥, 0💬

Generating Transformation Output in XML Format
This section provides a tutorial example on how to generate transformation output in XML format. The first approach is to include output XML element as literal XML elements in the transformation template.
2022-10-01, ∼277🔥, 0💬

Information of JSP Execution Context
This section provides a tutorial example on how to obtain information from the JSP execution context environment through 'session' and 'application' implicit object provided by the JSP container.
2022-10-01, ∼277🔥, 0💬

Writing Directive Element in XML Format
This section describes the syntax of writing Directive Elements in XML format for a JSP document. There are 3 types of Directive Elements: page, include and taglib.
2022-10-01, ∼277🔥, 0💬

Atomic, List, Atomic Union and List Union Datatypes
This section describes categories of datatypes, Atomic, List, Atomic Union and List Union. And rules of using them to construct new datatypes with 'restriction', 'union' and 'list' components.
2022-10-01, ∼277🔥, 0💬

<< < 209 210 211 212 213 214 215 216 217 218 219 > >>   ∑:9026  Sort:Date