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

Functionalities of Bitcoin Wallet
This section describes functionalities of a Bitcoin Wallet.
2022-01-31, ∼269🔥, 1💬

Reference Citations in 2024
This is a collection of reference citations to Herong's tutorials on the Internet in 2024.
2025-01-07, ∼268🔥, 0💬

smem - Process Memory Usage Report
This section provides a tutorial on how to install 'smem' and use it to report memory usage of each running process.
2024-08-17, ∼268🔥, 0💬

Upgrade OpenJDK on CentOS
This section provides a tutorial example on how to upgrade OpenJDK on CentOS 8 systems using package manager 'dnf/yum' and symbolic link manager 'update-alternatives' symbolic links for 'java/javac' command.
2024-04-12, ∼268🔥, 0💬

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

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

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

Unicode > Big5 轉換: 第 31 部分 - U+7B4A 到 U+7CF1
本節列出了 Unicode 到 Big5 代碼轉換表的第 31 部分 - Unicode U+7B4A 到 U+7CF1。
2024-01-31, ∼268🔥, 0💬

ActivityLog Test - Activity Paused and Resumed
This section tries to test activity lifecycle with the ActivityLog application in case user pauses the activity and resumes it later.
2022-12-10, ∼268🔥, 1💬

"read(byteBuf) = -1" Not Working
This section provides a tutorial example of trying to use 'read(byteBuf) = -1' as the condition to stop reading the request on the server side. It will not work if the client keeps the connection open and waiting for the response.
2022-11-06, ∼268🔥, 0💬

Derby (Java DB) JDBC DataSource Objects
This chapter provides tutorial notes on using DataSource objects and JNDI to connect Derby (Java DB) Database. Topics include creating connections with ClientDataSource objects directly without JNDI; downloading and installing JNDI File System Service Provider; Binding ClientDataSource objects to JN...
2022-10-09, ∼268🔥, 0💬

What Is Light Cone
This section provides a quick introduction of light cone, which is a 4-dimensional surface in a spacetime frame where all events on the surface can be connected to a central event by light.
2022-10-04, ∼268🔥, 0💬

Installing Application to Phone using "adb -d install" Command
This section provides a tutorial example on how to install the debug package of my 'HelloAndroid' application to my LG-P925g phone using the 'adb -d install' command through the USB debugging interface.
2022-10-01, ∼268🔥, 0💬

opendir() and Directory Management Functions
This section describes opendir() and other directory management functions. A tutorial example is provided on how to open a directory as a directory resource handle and read its entries with the readdir() function in a loop.
2022-10-01, ∼268🔥, 0💬

What Is an Overloaded Property
This section describes what is an overloaded property - A class property that is not directly declared at all or not declared as publicly accessible, but it is provided indirectly through implementations of __set(), __get(), __isset(), and __unset() methods.
2022-10-01, ∼268🔥, 0💬

Prototype-Dased Object-Oriented Programming Style
This section provides a quick description of object-oriented programming and prototype-based programming style.
2022-10-01, ∼268🔥, 0💬

What Is WSDL 1.1 SOAP Extension
This section describes the SOAP extension added in 2006 to the original 2001 WSDL 1.1 specification to support SOAP 1.2 binding. 7 language components introduced in WSDL 1.1 binding extension for SOAP 1.2.
2022-10-01, ∼268🔥, 0💬

PHP SOAP Extension for WSDL 1.1
This chapter provides tutorial notes and example codes on SOAP Extension in PHP for WSDL 1.1 documents. Topics include configuring SOAP Extension; reviewing SoapClient class and methods; calling RPC method based and XML document based Web services; rpc/encoded style requiring encodingStyle attribute...
2022-10-01, ∼268🔥, 0💬

"Do ... Loop" Statements
This section describes how 'Do ... Loop' statements work in VBScript. A block of statements is repeated based on the specified condition.
2022-10-01, ∼268🔥, 0💬

What is ASP (Active Server Pages)?
This section describes the ASP (Active Server Pages) technology that allows you to write VBScript code inside HTML documents for the Web server, IIS, to execute. The VBScript code can provide dynamic contents into the final HTML document to be delivered to the client machine.
2022-10-01, ∼268🔥, 0💬

"if-then" Statements
This section describes 'if-then' statement, which is a decision-making statement that executes contained sub-statements only when the given 'boolean' expression is 'true'.
2022-10-01, ∼268🔥, 0💬

"break" Statements
This section describes 'break' statement, which is a branching statement that transfers the control to the end of the immediate enclosing 'switch', 'while', 'do', or 'for' statement.
2022-10-01, ∼268🔥, 0💬

Converting JSP Pages with Scripting Elements
This section describes general rules on how a JSP page with static data and scripting elements gets converted into a Servlet class source code.
2022-10-01, ∼268🔥, 0💬

What Is a Session
This section describes what is a session - a concept to represent a series of HTTP requests and responses exchanged between a specific Web browser and a specific Web server.
2022-10-01, ∼268🔥, 0💬

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