<< < 253 254 255 256 257 258 259 260 261 262 263 > >>   ∑:9045  Sort:Date

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, ∼248🔥, 0💬

Archived: 1076/800/80MB Test on HotSpot Client 1.6
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.6.0_45 with 1076MB memory limit and a 800MB base plus 80MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼248🔥, 0💬

Common Features of All Data Types
This section describes some common features of all data types: unique identifiers, id(object) and type(object) functions, data type categories, casting to Boolean values, etc.
2022-10-01, ∼248🔥, 0💬

"with" Statement for Context Manager
This section provides a quick introduction of 'with' statement, which wraps a standard 'try' statement with a context manager object.
2022-10-01, ∼248🔥, 0💬

"SELECT ... INTO" Statements
This section describes how to create a table and insert data rows with a special SELECT statement.
2022-10-01, ∼248🔥, 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, ∼248🔥, 0💬

PHP SOAP Extension - XML Document Based Web Services
This section provides a tutorial example on how to write a PHP program to call an XML document based Web service with SOAP 1.2 binding using the SoapClient class. 'soap_version' => SOAP_1_2 is used for SOAP 1.2.
2016-10-12, ∼248🔥, 1💬

Java Chinese Lunar Calendar
'中国年历算法和程式' tutorials were cited in a csdn.net article in 2024.
2025-01-07, ∼247🔥, 0💬

Most Popular Certificate Authorities
This section provides a list of most popular certificate authorities.
2024-11-27, ∼247🔥, 0💬

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

What Is Zeep Python Library
This section describes the Zeep Python library a fast and modern Python SOAP client.
2024-01-21, ∼247🔥, 0💬

Hard References - Addresses of Memory Objects
This chapter provides tutorial examples and notes about hard references, addresses of memory objects. Topics include taking hard references with the reference operator, \ on variables, functions or anonymous objects; using hard references in the same way as soft references by using curly brackets {}...
2022-11-16, ∼247🔥, 0💬

JCE DES Operation Mode Testing Program
This section provides a tutorial example program to test DES operation modes implemented in the JDK JCE package.
2022-10-22, ∼247🔥, 0💬

Moving Frames and Galilean Transformation
This section provides a quick introduction of the Galilean transformation between two frames that are move relative to each other.
2022-10-16, ∼247🔥, 0💬

Chinese Calendars: Year 2001 to 2010
This chapter provides Chinese calendars for 10 years from 2001 to 2010.
2022-10-08, ∼247🔥, 0💬

What Is HTTP::Cookies?
This section describes what is HTTP::Cookies - a Perl class that helps you to extra cookies from HTTP::Response objects, store them and attach them to HTTP::Request objects.
2022-10-07, ∼247🔥, 0💬

1953 年年历 - 蛇年
中国年历 - 1953 年年历 - 蛇年
2022-10-06, ∼247🔥, 0💬

1986 年年历 - 虎年
中国年历 - 1986 年年历 - 虎年
2022-10-06, ∼247🔥, 0💬

What Is CGI::Cookie?
This section describes what is CGI::Cookie, which is a sub class of the CGI.pm Perl module, which help you to create HTTP cookies and manage them in HTTP headers of request and response messages.
2022-10-06, ∼247🔥, 0💬

1988 年年歷 - 龍年
中國年歷 - 1988 年年歷 - 龍年
2022-10-04, ∼247🔥, 0💬

"if" Statement Examples
This section provides a tutorial example on how to use different types of 'if' statements to control code executions.
2022-10-01, ∼247🔥, 0💬

The "Error" Object Type - Runtime Exceptions
This section provides a quick description and a tutorial example script on the 'Error' built-in object type, which is used to create 'Error' objects for runtime exception handling.
2022-10-01, ∼247🔥, 0💬

javax.servlet.jsp.tagext.IterationTag Interface
This section describes javax.servlet.jsp.tagext.Itera tionTaginterface, which supports 3 event handlers using in the iteration tag lifecycle: doStartTag(), doAfterBody(), and doEndTag().
2022-10-01, ∼247🔥, 0💬

Merge Sort - Java Implementation
This section provides a tutorial on how to implement the Merge Sort algorithm in Java.
2022-10-01, ∼247🔥, 0💬

<< < 253 254 255 256 257 258 259 260 261 262 263 > >>   ∑:9045  Sort:Date