<< < 33 34 35 36 37 38 39 40 41 42 43 > >>   ∑:7670  Sort:Date

Exporting Server Certificate to File in Google Chrome
This section provides a tutorial example on how to export an HTTPS server certificate to a certificate file in PEM (Privacy Enhanced Mail) format, also called Base-64 encoded X.509 format.
2022-10-01, 1350🔥, 0💬

Table Column Headers and Footers
This section provides a tutorial example on how to create tables with column headers and footers. table-header and table-footer formatting objects should go before table-body formatting object.
2019-06-06, 1349🔥, 1💬

💬 2019-06-06 adfasdfas: it doesn't works

Using Notepad as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Nodepad as a Unicode text editor. Topics including opening Unicode text files in 3 encodings: UTF-8, UTF-16BE, and UTF-16LE; saving and opening Unicode text files with the BOM character.
2023-08-11, 1345🔥, 3💬

Command Line Console Registry Tool - "reg.exe"
This section provides a quick description of the command line registry management tool: 'reg.exe'.
2018-02-07, 1345🔥, 1💬

💬 2018-02-07 unknown: REG add HKCU\Software\Policies\Microsoft\Win dows\System/v DisableCMD /t REG_DWORD /d 0 /f

Oracle Express Edition Installation on Windows
This chapter provides tutorial notes on Oracle Express Edition installation on Windows systems. Topics include downloading, installing and starting Oracle Database 10g Express Edition; access Oracle server through its Web interface; creating Oracle login user.
2022-11-10, 1336🔥, 0💬

中国生物新冠疫苗 - 接种年龄
老人小孩何时能接种新冠疫苗? 到2021年1月14日为止,中国接种人群年龄限制在18至60 岁之间。中国新冠疫苗接种工作分三步走,第一步针对18至59岁重点人群 、感染风险较高的人群;第二步根据疫苗供应保障能力的提升情况, 将逐步扩大到高危人群接种,也就是感染新冠病毒后容易发生重症的 人群,主要包括老年人和有基础疾病的人群;第三步再扩大到全人群接.. .
2021-07-19, 1334🔥, 0💬

What Is Android Debug Bridge (adb)
This section describes the Android Debug Bridge (adb) tool, which allows you to manage an Android emulator or connected Android device like install application APK files.
2016-01-28, 1333🔥, 6💬

💬 2016-01-28 Herong: Xeni, can you find out the name of the directory where Android SDK is installed?

💬 2016-01-28 Xeni: yes, I know. It is in a special folder on Disk C.

💬 2016-01-27 Herong: Xeni, I think the issue you had was caused by the installation location of the Android SDK. Do you know in which directory your ...

💬 2016-01-27 xeni: Thank you for quick response. I have got: Windows_NT

💬 2016-01-27 Herong: Xeni, Can you type in the following and see what you are getting: echo %OS%

(More comments ...)

UTF-8 Encoding
This section provides a quick introduction of the UTF-8 (Unicode Transformation Format - 8-bit) encoding for Unicode character set. It uses 1, 2, 3, or 4 bytes for each character.
2019-11-06, 1332🔥, 2💬

💬 2016-12-30 Rehman: Welcome

SAAJ - SOAP with Attachments API for Java
This chapter provides notes and tutorials on SAAJ (SOAP with Attachments API for Java). Topics include SAAJ specification and reference implementation; creating a SOAPConnection object; creating a SOAPMessage object; populating SOAP body; adding namespace for SOAP body elements; adding SOAPAction he...
2017-08-05, 1332🔥, 2💬

💬 2017-08-05 Herong: Ashraf, SAAJ (SOAP with Attachments API for Java) is for Java only.

💬 2017-08-03 Ashraf K C: Hello, Is this SAAJ API platform independent? Can i use in other languages like PHP? is this having wsdl?

Setting up Gmail Access on Android Phone
This section provides a tutorial example on how to set up Gmail access on Android phones: 'Settings' &gt; 'Account and sync' &gt; 'Add account'.
2015-08-15, 1331🔥, 1💬

💬 2015-08-15 nicholas patterson: It is a great day

Leo - The Lion, The Fifth Zodiac Sign
This section describes the fifth zodiac sign, Leo, the Lion.
2022-12-02, 1327🔥, 1💬

💬 2022-12-02 Andre: My Kuya is a Leo, I can confirm that this 100% real

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-01-02, 1324🔥, 6💬

💬 2021-12-30 Abdulrasheed: Great tutorial

💬 2018-03-03 ben: you make my life easier, thanks so much

💬 2017-05-06 Edgar: Downloading for evaluate... Thanks

💬 2017-01-31 pk: herong_yang...at...yahoo...dot...com

💬 2017-01-31 Prashant: Great Tutorial

(More comments ...)

JDBC Thin Client-Side Driver Installation
This section describes how to download and install Oracle JDBC thin client-side driver.
2022-10-09, 1322🔥, 0💬

Archived: Download and Install JDK 12 on Windows
This section describes how to download and install JDK 12 on a Windows system.
2022-10-01, 1322🔥, 0💬

JDBC-ODBC - MS Access Database and Driver Info
This section describes how to get some basic info about the Access database and the driver through the JDBC DatabaseMetaData object.
2022-10-01, 1321🔥, 0💬

科兴生物新冠疫苗 - 研发时刻表
科兴生物新冠疫苗是什么时候开始研发的?什么时候获批的? 下面是科兴生物新冠疫苗的时刻表: 2020年1月28日,科兴中维启动名为“克冠行动”的新型冠状 病毒疫苗研制项目2020年6月,科兴生物新冠疫苗在中国率先获批紧急使用 2020年7月21日,科兴中维在南美洲的巴西、智利,印尼和土 耳其开展Ⅲ期临床研究2021年1月11日,印度尼西亚批准紧急使用 2021年1月...
2021-07-19, 1321🔥, 0💬

C# Compiler "csc" Options
A complete list of options is provided for the 'csc' compiler in .NET Framework 4.6.1 SDK.
2022-10-01, 1320🔥, 0💬

javaw - Launching Java Programs without Console
This section provides a tutorial example on how to use 'javaw' tool to launch a Java program without the output console window.
2016-04-27, 1319🔥, 1💬

DESCipherTest.java - DES Cipher Algorithm Illustration
This section provides a tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works.
2016-01-24, 1319🔥, 1💬

💬 2016-01-24 Joe: Output

Python Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default Python implementation of the Base64 encoding algorithm.
2022-10-01, 1317🔥, 0💬

Using VBScript with Internet Information Services
This section provides tutorial example on how to embed a VBScript code in a HTML document to be executed by IIS (Internet Information Services) on the server machine.
2021-11-23, 1317🔥, 1💬

💬 2021-11-23 ttag: &lt;script> alert('lol') &lt;/script>

XML Notepad - XML Editor
This chapter provides notes and tutorial examples on XML Notepad. Topics include downloading and installing XML Notepad 2007; converting XML to pretty print format; XSD schema validation; XSLT transformation to HTML documents.
2019-06-01, 1316🔥, 2💬

💬 2019-06-01 Herong: John, which encoding are you referring to?

💬 2019-05-24 John: Can the encoding be changed?

SOAP Encoding
This chapter provides notes on SOAP Encoding rules and examples.
2015-12-09, 1314🔥, 1💬

💬 2015-12-09 mephtu: Thank you. Very helpful.

Scorpio - The Scorpion, The Eighth Zodiac Sign
This section describes the eighth zodiac sign, Scorpio, the Scorpion.
2022-10-01, 1312🔥, 0💬

<< < 33 34 35 36 37 38 39 40 41 42 43 > >>   ∑:7670  Sort:Date