<< < 218 219 220 221 222 223 224 225 226 227 228 > >>   ∑:8894  Sort:Date

Archived: SoapUI 3.0.1 MockService - Web Service Simulator
This section provides a tutorial example on how to create a Web service simulator, MockService, with SoapUI 3.0.1, to return a mock response.
2022-10-01, ∼211🔥, 0💬

Assigning Values to Variables - "=" Statement
This section provides a quick introduction of the assignment statement, which allows you to assign a new value to a variable.
2022-10-01, ∼211🔥, 0💬

Tim Berners-Lee - Father of the Web
This section provides a quick introduction of the original Macintosh, the first commercial personal computer with GUI (Graphical User Interface) developed by Apple Inc. in 1984.
2022-10-01, ∼211🔥, 0💬

"switch" Statements
This section describes 'switch' statements - controlling expressions with multiple embedded statement blocks. At run time, only one statement blocks will be executed depending on the value of the controlling expression.
2022-10-01, ∼211🔥, 0💬

What Is Multithreading?
This section describes what is multithreading - a behavior of an application program where multiple instances of codes are executed simultaneously within the application. C# supports multithreading application development.
2022-10-01, ∼211🔥, 0💬

Partial Class Example
A tutorial example is provided on how to write two source files with two partial classes. When compile them together, two partial classes become a single complete class.
2022-10-01, ∼211🔥, 0💬

Sun Implementation of Base64 in Java - Test
This section provides a test program for the Java implementation of the Base64 encoding algorithm by the Sun.
2022-10-01, ∼211🔥, 0💬

UPDATE with Joined Tables
This section provides a tutorial example on how to use UPDATE statements to update records in one or multiple tables with joined tables.
2022-10-01, ∼211🔥, 0💬

Heap Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Heap Sort algorithm. Topics include introduction of the Heap Sort algorithm, Java implementation and performance of the Heap Sort algorithm.
2022-10-01, ∼211🔥, 0💬

GCPerfP99.java - Output Verification
This section provides tutorials to verify output from GCPerfP99.java test runs. System interrupts are successfully excluded from performance calculation.
2022-10-01, ∼211🔥, 0💬

Usage Report on Heap Memory Areas
This section provides explanations of the usage report on heap memory areas generated by the '-XX:+PrintGCDetails' option.
2022-10-01, ∼211🔥, 0💬

GCPerformance.java - Program Output
This section describes output data generated by the GC tuning test program - GCPerformance.java.
2022-10-01, ∼211🔥, 0💬

"import module" - Two-Step Process
This section describes the two-step process of the 'import module' statement execution.
2022-10-01, ∼211🔥, 0💬

What Is Microsoft SQL Server Express Edition
This section provides a quick introduction on Microsoft SQL Server Express Edition. You don't need Express Edition if you have access to a regular SQL Server.
2022-10-01, ∼211🔥, 0💬

Inserting CLOB Values with setClob() Method
This section describes how to insert CLOB values with the PreparedStatement.setClob() method.
2022-10-01, ∼211🔥, 0💬

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

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

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

Introduction to Big5
A quick introduction of Big5 is provided. Topics include Big5 character set; Big5 encoding, and relation of Big5 and Unicode.
2024-01-29, ∼210🔥, 0💬

Mock Registration - SOAP 1.2 with Document Style in WSDL_1.1
This section describes the free Web service 'Registration' provided by herongyang.com. It' mocks a registration service based on SOAP 1.2 and described in WSDL 1.1
2024-01-21, ∼210🔥, 0💬

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

LWP-UserAgent-Request-Cookies.pl - Sending Request with Cookies
This section provides a tutorial example on how to convert all cookies into persistent cookies, save them to a cookie jar file, and attach them to subsequent requests.
2022-10-06, ∼210🔥, 0💬

中国农历规则和日历原理
本章介绍了中国日历的基本规则。内容包括了各种日历的天文学知识 ;公历(Gregorian calendar)基本规则介绍;农历基本规则介绍。
2022-10-05, ∼210🔥, 0💬

Connection Pooling with C3P0 DataSources
This section provides a tutorial example that shows you how to use the C3P0 DataSources class to create and convert a unpooled DataSource to a pooled DataSource using PoolBackedDataSource with default configurations.
2022-10-04, ∼210🔥, 0💬

<< < 218 219 220 221 222 223 224 225 226 227 228 > >>   ∑:8894  Sort:Date