<< < 61 62 63 64 65 66 67 68 69 70 71 > >>   ∑:9026  Sort:Date

"jar --module-version" - Updating Module Version in JAR
This section provides a tutorial example on how to use 'jar --update --module-version' to update the version number of the Java module stored in a module JAR file.
2022-10-01, ∼811🔥, 0💬

"token" Datatype Values and Representations
This section describes the built-in datatype 'token' derived from 'normalizedString'. Whitespace characters are collapsed to a single ' ' character. Leading and trailing whitespace characters are removed.
2022-10-01, ∼811🔥, 0💬

rdkit.Chem.Draw - Handle Molecule Images
This chapter provides introductions and tutorial examples on rdkit.Chem.Draw module. Topics include introduction of rdkit.Chem.rdDepictor module; module methods to get molecule images quickly; sub-modules to draw molecule images with better controls.
2022-10-01, ∼811🔥, 0💬

Setting Up Tomcat Server Admin Access
This section provides a tutorial example on how to set up admin access (user role, name and password) to Apache Tomcat server. 2 entries are needed in the conf\tomcat-users.xml file: 'role' and 'user'.
2022-10-01, ∼810🔥, 0💬

Open Files in Binary Mode
This chapter provides tutorial examples and notes about opening files in binary mode. Topics include using binmode() to open files in binary mode; Copy.pl - copying binary files; Bin2Hex.pl - converting binary data to hex numbers.
2017-06-26, ∼810🔥, 1💬

💬 2017-06-26 vf: kjnpoi

Java Exceptions in AndroidRuntime Error Log
This section provides a tutorial on how use the 'adb logcat' command to retrieve Java exceptions from the AndroidRuntime error log entries.
2022-10-01, ∼809🔥, 0💬

Archived: Installing MySQL 5.7.10 with Installer
This section provides a tutorial example on how to download and install MySQL 5.7.10 on a Windows system using MySQL Installer.
2022-10-01, ∼809🔥, 0💬

Tenured Generation Collectors - Serial, ParOldGen, CMS, G1
This section describes Garbage Collectors used for the Tenured generation: Serial, Parallel Old (ParOldGen), Concurrent Mark Sweep (CMS), and Garbage First (G1)
2022-10-01, ∼809🔥, 0💬

HelloWPF.cs - First WPF Application
A tutorial example is provided on how to create a simple Windows Presentation Foundation (WPF) application with a single empty window.
2021-12-14, ∼809🔥, 1💬

💬 2021-12-14 Rob: Wow... amazing

2F00: Kangxi Radicals
This section provides a quick summary of the Unicode code point block: 'Kangxi Radicals', which contains 224 code points to represent radicals of Chinese characters used in the Kangxi Dictionary.
2024-01-23, ∼807🔥, 0💬

Install GCC C/C++ Compilers
This section provides a tutorial example on how to install GCC C/C++ compiler on CentOS systems.
2022-10-01, ∼805🔥, 0💬

"keytool -importkeystore" Importing PKCS#12 Files
This section provides a tutorial example on how to import a private key stored in a PKCS#12 file into a JKS (Java KeyStore) file with the 'keytool -importkeystore' command.
2022-10-04, ∼804🔥, 0💬

GB18030 Encoding for GB18030 Character Set
This section provides a quick introduction of the GB18030 encoding for the GB18030 character set. GB18030 is a multi-byte (1-byte, 2-byte, or 4-byte) encoding.
2022-10-01, ∼804🔥, 0💬

ECDSA (Elliptic Curve Digital Signature Algorithm)
This chapter provides tutorial notes on ECDSA (Elliptic Curve Digital Signature Algorithm). Topics includes ECDSA digital signature generation process and verification process; security issue of the private key with same random number k is used; find possible public keys from a digital signature; in...
2022-10-01, ∼804🔥, 0💬

madebits Implementation of Base32 in C++
This section provides a C++ implementation of the Base32 encoding algorithm by madebits.com.
2025-09-26, ∼803🔥, 1💬

💬 2025-09-26 meo: it is a great library

GetMorganFingerprintAsBitVect() Method in RDKit
This section provides a quick introduction on the rdkit.Chem.rdMolDescriptors.Ge tMorganFingerprintAsBitVect()Method in the RDKit library.
2023-04-04, ∼802🔥, 0💬

jrunscript - What Is It
This section describes what is 'jrunscript' - a command line tool that allows you to run script code that in interactive or batch mode.
2022-10-01, ∼802🔥, 0💬

"enc -bf-ecb" Command Summary
A quick summary is provided to list major features of the OpenSSL 'enc -bf-ecb' command. Blowfish algorithm in ECB operation mode with a random salt and PKCS#5 padding, or Blowfish/ECB/Salted/PKCS5Paddi ng,is the recommended way to use Blowfish in ECB mode.
2022-10-01, ∼802🔥, 0💬

DOM Level Test - document.implementation.hasFeature
This section provides a tutorial example of using the document.implementation.hasFea ture()method to test DOM levels supported in a particular Web browser.
2016-05-17, ∼802🔥, 2💬

💬 2016-05-17 Herong: Bob, it looks like Core=XML in DOM level 1 specification. Thanks for the feedback.

💬 2016-05-14 Bob: The spec says the legal values for the feature parameter are "HTML" and "XML". https://www.w3.org/TR/REC-DOM-Level- 1/level-one-c...

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

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

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

Install JDK with "yum" Command
This section provides a tutorial on how to download and install JDK packages using 'yum' command on CentOS systems. It will automatically install dependencies.
2022-10-01, ∼801🔥, 0💬

Compiling C# Source Code Files
This chapter provides tutorial examples and notes on C# compiler options. Topics include compiling C# source code with multiple classes in a single source code file and multiple source code files; generating .NET library files.
2015-10-03, ∼800🔥, 1💬

💬 2015-10-03 koko: good

JDBC for Oracle - Herong's Tutorial Examples
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Oracle server; using Oracle JDBC driver; database connection URLs; introduction to Result Set, Meta Data, Prepared Statement, CLOB,...
2022-11-05, ∼799🔥, 0💬

What Is XML Notepad
This section describes XML Notepad, which is an XML file editor developed by Microsoft and offered as an open source freeware.
2021-07-27, ∼799🔥, 2💬

💬 2021-07-27 Herong: Looks like Microsoft has moved the software to https://microsoft.github.io/XmlNotep ad/. Thanks for reporting the issue.

💬 2021-07-24 q109876543210blastzoft@outlook.c: Link not active at Microsoft no longer

<< < 61 62 63 64 65 66 67 68 69 70 71 > >>   ∑:9026  Sort:Date