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

'jrunscript' - JavaScript Shell Command from JDK
This chapter provides introductions and tutorial examples on JavaScript shell command included in the JDK package. Topics include downloading and installing JDK; ECMAScript (JavaScript) engine used in 'jrunscript' command; running JavaScript code in command line; interactive or batch mode.
2017-08-18, ∼805🔥, 4💬

💬 2017-08-18 Harry Potter: Jeg er havren, hvem er du?

💬 2017-08-18 yepp: hello

"keytool" Viewing Certificates in DER and PEM
This section provides a tutorial example on how to use 'keytool' to view certificates in DER and PEM formats generated by 'OpenSSL'.
2022-10-04, ∼803🔥, 0💬

20000: CJK Unified Ideographs Extension B
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension B', which contains 42720 code points to represent additional CJK (Chinese, Japanese and Korean) characters.
2024-01-23, ∼802🔥, 0💬

Multiple CA Certificates in a Single File
This section provides a tutorial example on how to store multiple root CA certificates in a single PEM file to be used by Crypt::SSLeay as the HTTPS_CA_FILE environment variable.
2022-10-01, ∼802🔥, 0💬

Explicit and Implicit Type Casting
This section describes type casting supported in Java: up casting (widening reference conversion) and down casting (narrowing reference conversion). Cast operation can be written explicitly with the cast operator (T), or implicitly with no operator.
2022-10-01, ∼802🔥, 0💬

MySQL JDBC Driver (MySQL Connector/J)
This chapter provides tutorial notes on MySQL JDBC driver. Topics include installing MySQL JDBC driver; connection URL and DriverManager class; DataSource and Connection objects; server and driver information; creating tables with auto-increment columns.
2022-10-01, ∼801🔥, 0💬

Bitcoin Wallet
This chapter introduces what is Bitcoin Wallet.
2022-03-31, ∼800🔥, 9💬

💬 2022-03-01 Albert Washington: Hi guys, I don’t have much to say right now rather than to say thank you to Dr Amber for rescuing me and my family from poverty....

💬 2022-02-20 Robert Earl: 


💬 2022-02-05 Robert Earl: HOW CAN I RECOVER BACK MY LOST FUNDS Expressive question entreated by victims. Here is the reason you need to know about the GLO...

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

"portType" - Port Type Definition Element
This section describes 'portType', a definition element that defines a port type with one or multiple operations. An operation is defined with input-output pattern. An input or output is defined to be of a given message type.
2022-10-01, ∼799🔥, 0💬

Character Set Encoding Comparison
This section provides a tutorial example on how to compare some commonly used character set encodings in number of characters, byte sequence sizes and ASCII compatibilities.
2022-10-01, ∼798🔥, 0💬

rotateLeft() - Left Rotating All Bits in a Byte Array
This section provides a tutorial example on how to perform a left rotation of all bits in a byte array - rotateLeft().
2022-10-01, ∼798🔥, 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, ∼798🔥, 2💬

💬 2017-05-03 : 你好吗

"openssl genrsa" Generating Private Key
This section provides a tutorial example on how to generate a RSA private key with the 'openssl genrsa' command. The key file can be then converted to DER or PEM encoding with or without DES encryption.
2022-10-04, ∼797🔥, 0💬

AAE0: Meetei Mayek Extensions
This section provides a quick summary of the Unicode code point block: 'Meetei Mayek Extensions', which contains 32 code points to represent additional Meetei Mayek alphabets used in the Meitei language.
2024-01-23, ∼795🔥, 0💬

Showing RDP Server Certificate Failed Error
This section provides a tutorial example on how to trigger a RDP server certificate authentication failed error using the Remote Desktop Connection program.
2022-10-01, ∼795🔥, 0💬

Manage Multiple Firewall Zones
This section provides a tutorial example on how to manage multiple firewall zones on CentOS 8 systems.
2022-10-01, ∼795🔥, 0💬

Ethereum Mist Wallet
This chapter introduces what is Ethereum Mist Wallet.
2021-11-16, ∼795🔥, 1💬

💬 2021-11-16 phuong: thanks

0000: C0 Controls and Basic Latin
This section provides a quick summary of the Unicode code point block: 'C0 Controls and Basic Latin', which contains 128 code points to represent simple text formatting codes and English language characters.
2024-01-23, ∼794🔥, 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, ∼794🔥, 0💬

Literal Formats for Floating-Point
This section describes 2 literal formats for floating-point values: decimal and hex floating-point literals. The default floating-point literal data type is 'double'.
2016-02-19, ∼794🔥, 1💬

💬 2016-02-19 Merit Campus: You can clear many of your doubts regarding Literals in Java through Merit Campus, visit: [URL removed]. Not only Literals, we a...

1986 - 芙蓉镇 - Hibiscus Town
芙蓉镇(Hibiscus Town), 1986; 导演: 谢晋(Jin Xie); 主演: 姜文(Wen Jiang), 刘晓庆(Xiaoqing Liu).
2022-07-29, ∼793🔥, 1💬

💬 2022-07-29 limis: I do need such a tour

Block Splitting for Page Break
This section provides a tutorial example showing a 'block' of text getting split into two parts, because it is too big to fit into remaining portion of the current page.
2022-10-01, ∼790🔥, 0💬

"sc.exe query type= service" - All Application Program Services
This section provides a tutorial example on how to list all application program services with 'sc.exe' Service Controller command tool.
2020-07-01, ∼789🔥, 1💬

💬 2020-07-01 Richard Djeniko: you are wonderful with information, but i have not solve my problem of green color to enable local host to run fully. in wamp st...

""unsignedLong" and "unsignedShort" Datatypes
This section describes the built-in primitive datatypes, 'unsignedLong', 'unsignedInt', 'unsignedShort' and 'unsignedByte', that represents unsigned integer numbers for different storage sizes. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼788🔥, 0💬

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