<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:9086  Sort:Date

CFB (Cipher FeedBack) as a Stream Cipher
This section describes how DES CFB (Cipher FeedBack) operation mode can be modified as a 1-bit stream cipher or a 1-byte stream cipher.
2022-03-10, ∼952🔥, 2💬

1E00: Latin Extended Additional
This section provides a quick summary of the Unicode code point block: 'Latin Extended Additional', which contains 256 code points to represent additional Latin alphabets used in Latin languages.
2024-01-23, ∼951🔥, 0💬

TCC - Tiny C Compiler
This section provides a quick introduction of Tiny C Compiler developed by Fabrice Bellard in 2002.
2022-10-01, ∼951🔥, 0💬

XML Files with Embedded DTD Statements
This section provides a tutorial example on how to include DTD statements inside XML files. Embedded DTD statements should appear after the 'xml' process instruction and before the root element.
2020-12-05, ∼951🔥, 2💬

1DF00: Latin Extended-G
This section provides a quick summary of the Unicode code point block: 'Latin Extended-G', which contains 256 code points to represent Latin Extended-G alphabets used in the Latin Extended-G language.
2024-05-15, ∼950🔥, 1💬

💬 2024-05-15 Adrian rock field: It’s A Letter That Doesn’t Exist In keyboard

14400: Anatolian Hieroglyphs
This section provides a quick summary of the Unicode code point block: 'Anatolian Hieroglyphs', which contains 583 code points to represent the Anatolian Hieroglyphs script which appeared on personal seals, monumental inscriptions, and other objects in the second and first millennia BCE in present-d...
2024-01-23, ∼950🔥, 0💬

Java Exception: "java.lang.OutOfMemoryError: Java heap space"
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2025-12-31, ∼949🔥, 1💬

Using CertificateFactory Class to Read in Certificates
This section provides a tutorial example on how to write a sample program to read in certificate files with the java.security.cert.Certificate Factoryclass.
2022-10-01, ∼949🔥, 0💬

Closing AWT Frame and Terminating Application
This section provides solutions and sample program on how to close an AWT frame and terminate the application.
2022-10-01, ∼949🔥, 0💬

4E00: CJK Unified Ideographs
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs', which contains 20992 code points to represent Chinese characters used in CJK (Chinese, Japanese, and Korean) languages.
2024-01-23, ∼948🔥, 0💬

bitcoin-qt - Debug Window Console
This section describes how to use the debug window console on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼948🔥, 0💬

LVM (Logical Volume Manager)
This chapter provides introductions and tutorial on LVM (Logical Volume Manager). Topics include introduction to LVM components: PV (Physical Volume), VG (Volume Group), LV (Logical Volume); creating and managing PV, VG, LV; extending file systems on LVs on the fly.
2022-10-01, ∼948🔥, 0💬

GC Log Message Format for Serial Collector
This section provides explanations on GC log messages generated from the Serial Collector.
2022-10-01, ∼946🔥, 0💬

Introduction to JavaScript
This chapter provides a quick introduction of JavaScript. Topics include what is JavaScript; writing JavaScript code inside HTML documents; running JavaScript code in Web browser; browser built-in JavaScript object 'document'.
2016-04-04, ∼946🔥, 2💬

💬 2016-04-04 Raymond Poston: Thanks for this opportunity

Installing Apache Ant 1.9 on Windows System
This chapter provides tutorial notes on installing Apache Ant on Windows systems. Topics include downloading and installing Apache Ant 1.9.5; Ant build process preparation; creating an example Ant build file.
2023-08-08, ∼943🔥, 3💬

💬 2023-08-08 foadtul bahari: bagaimana nak install

💬 2021-06-14 yuguangzhou: use ant

Use OpenLDAP Client Tools
This section provides a tutorial example on how to install OpenLDAP client tools and use them to access and manage LDAP server remotely.
2022-10-01, ∼942🔥, 0💬

Input Chinese Text Data to MySQL Database
This chapter provides tutorial notes on saving Chinese text into MySQL database through Web forms and retrieved it back to Web pages. Topics include reviewing the communication process; testing with UTF-8, GBK and Big5 encodings.
2017-05-03, ∼942🔥, 2💬

💬 2017-05-03 : 你好吗

中国农历计算程式
本节介绍了中国农历计算 Java 程式,算法和数据取自 eleworld.com。
2023-09-23, ∼941🔥, 2💬

💬 2023-09-23 杨和荣: lonelyim, 谢谢你的留言!我会在下一次更新时确认和纠正你所指出的错误。农历月份大小有 时会受到新月发生的精确时刻的影响,农历2057年9月的新月是一...

💬 2023-09-17 lonelyim: 经与香港天文台发布的公历与农历对照表( https://www.hko.gov.hk/sc/gts/time/c onversion.htm)对比,发现源程序中char[] chineseMonths的数据有如下...

Page Footer with 3 Parts
This section provides a tutorial example on how to generate page footers with 3 parts aligned to left, center and right separately. A table of one row and three cells is used.
2022-10-01, ∼940🔥, 0💬

Installing Apache 2.4.37 on Windows Systems
This section describes how to install Apache 2.4.37 binary distribution on Windows systems. The server root directory setting needs to be changed to match the installation directory.
2016-05-15, ∼940🔥, 1💬

💬 2016-05-15 : 不知道

1F100: Enclosed Alphanumeric Supplement
This section provides a quick summary of the Unicode code point block: 'Enclosed Alphanumeric Supplement', which contains 256 code points to represent additional enclosed alphanumeric characters.
2024-01-23, ∼939🔥, 0💬

jstack - Stack Tracer to Generate Thread Dump
This section provides a tutorial example on how to use the 'jstack' tool to generate a thread dump (print all running threads and their stack traces).
2017-01-23, ∼938🔥, 1💬

1B170: Nushu
This section provides a quick summary of the Unicode code point block: 'Nushu', which contains 396 code points to represent the Nüshu script devised by women to write the local Chinese dialect of Jiangyong county in the Xiaoshui Valley of southeastern Hunan province in China.
2024-01-23, ∼937🔥, 0💬

Windows Tool "Character Map"
A tutorial example is provided on how to run 'Character Map' on Windows systems to view glyphs of a Unicode font family.
2022-10-01, ∼936🔥, 0💬

<< < 56 57 58 59 60 61 62 63 64 65 66 > >>   ∑:9086  Sort:Date