<< < 19 20 21 22 23 24 25 26 27 28 29 > >>   ∑:9107  Sort:Date

康复者血浆治疗技术
什么是康复者血浆治疗技术? 康复者血浆治疗技术是采集新冠病毒康复者的血浆, 对血浆进行核酸检测、病毒灭活工艺等工序后, 通过成熟的血浆制备技术, 研发制备病毒灭活血浆, 用于重症患者的临床治疗技术。 2020年1月31日,中国科技部明确由中国生物承担国家重点研 发计划“公共安全风险防控与应急技术装备”重点专项 “2019-nCoV感染恢复...
2021-07-19, ∼3707🔥, 0💬

"jar --update" - Updating Class Files in JAR
This section provides a tutorial example on how to 'jar --update' to update class files in JAR files.
2022-10-01, ∼3692🔥, 0💬

Where Is Session Data Stored
This section provides a tutorial example on how to find out where the PHP engine stores session data. The session.save_path setting specifies the directory name for session data.
2016-01-23, ∼3691🔥, 3💬

💬 2016-01-23 Herong: Venki, PHP engine only provides mechanism to cache session data. You need an application server to manage userid and user profil...

💬 2016-01-21 venki: how to get current session userid

💬 2015-11-18 ' OR '1'='1' ({: ' OR '1'='1' ({

GB2312 vs. Unicode
A quick introduction of GB2312 is provided. Topics include GB2312 character set; Location Codes; Native Codes; Unicode; GBK encoding and Unicode character set.
2024-05-14, ∼3688🔥, 14💬

💬 2024-05-14 jimmy wu: GB2312 convert to unicode

💬 2023-06-26 Rastus Zhang: Thanks

💬 2021-09-01 liq: study

💬 2021-05-12 grant: Thanks

💬 2020-04-25 yola: Yes!! Thanks!!

(More comments ...)

Install MySQL Connector/Python on CentOS
This section provides a tutorial example on how to install MySQL Connector/Python on CentOS systems.
2022-10-01, ∼3682🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other formats.
2026-02-19, ∼3670🔥, 11💬

💬 2026-02-19 Catendi Dianzenza: Hi hearing yang I'm informatics computer science and sciences student and enthusiastic, I'm looking to learn more. Buy yours boo...

💬 2017-05-24 basha: u r too good

💬 2017-04-15 Herong: You are welcome!

💬 2017-04-01 abdul: Thanks for the book

💬 2016-06-06 Jay: Thanks for the book

(More comments ...)

Cryptography Terminology
This section provides descriptions on some commonly used cryptography terminologies
2019-02-18, ∼3666🔥, 2💬

💬 2019-02-18 Hh: &lt;body bgcolor="red">

💬 2015-10-24 dexter aparicio: this site is my favorite reference on cryptography topics

Data Encoding Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial notes and example codes written by the author while he was learning different data encoding algorithms. Topics include introduction of data encoding algorithms: Base32, Base64, UUEncode; Base64 Encoding Algorithm with W3C Implementation; Base64 Encoding tools an...
2022-03-12, ∼3651🔥, 1💬

💬 2022-03-12 Rishi V: Hi -- How do i buy copyright to the Java implantation of DES encryption / Decryption

PDF Printing Version: GB2312 Tutorials
Information on how to obtain the PDF version of this book, 'GB2312 Tutorials - Herong's Tutorial Examples', is provided.
2021-03-09, ∼3651🔥, 5💬

💬 2020-05-11 cli: thanks

💬 2019-11-21 dave: Thank You for

💬 2018-08-15 tom: thanks

💬 2016-12-11 hyolin: thanks very much

Including VBScript Code as External Files
This section provides a quick description of how to save VBScript code into separate files and include them into HTML documents with 'script' tags. A tutorial example is provided on calling a function stored in a separate VBScript file.
2022-01-02, ∼3648🔥, 4💬

💬 2022-01-02 Herong: Cody, you can try the suggestion in VBScript Support in IE Web Browsers

💬 2021-12-28 Cody Shmaz: Is it possible to right a MsgBox() on a web page? thanks!

💬 2017-01-21 Herong: Jason, I am not sure if that is doable to install a printer with a VB script on a Web page. May be make the image as a download ...

💬 2017-01-19 Jason: Have vb script created that will map network printers on our network, created page on IIS for users to use and want them to clic...

Example - Page-Break-with-Header.fo
This section provides a tutorial example of an XSL-FO document structure, Page-Break-with-Header.fo, which declares a simple page layout with a body region and a header region. It also specifies a flow of blocks to be presented in the body region in a sequence of 2 pages with static header block on ...
2017-07-17, ∼3621🔥, 2💬

💬 2017-07-15 Herong: Lisa, you can try to enter some whitespace characters to make blank pages. The following should give you 2 blank pages: &lt;...

💬 2017-07-13 Lisa: Hi, I just use Text on the new page... twice, but only get one blank page. How can I make 2 blank page? thanks!

Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing.
2016-12-28, ∼3593🔥, 5💬

💬 2016-12-28 liab: wrote a meaningful comment

💬 2016-08-23 ericens: it meaning a lot to me

💬 2015-11-09 yogesh: I need this for learning abount JDB

💬 2015-08-06 Akhilesh: Thanks

💬 2015-08-05 Vinay: good

Cheminformatics Tutorials - Herong's Tutorial Examples
This book is a collection of notes and tutorial examples written by the author while he was learning cheminformatics and related tools. Topics include SMILES (Simplified Molecular-Input Line-Entry System) specifications; Open Babel chemical toolbox for file format conversion; Fingerprint index files...
2022-10-01, ∼3592🔥, 0💬

Cryptography Basic Concepts
This chapter describes some basic concepts of cryptography: what is cryptography, what is function and what is encryption.
2016-04-07, ∼3587🔥, 4💬

💬 2016-02-03 dinesh: thanks

💬 2015-12-28 Herong: Malini, RSA is good example of cryptosystem. Read Introduction of RSA Algorithm for more information.

💬 2015-12-28 malini: need cryptosystem

JDBC-ODBC - Creating a MS Access Database File
This section describes how to create a MS Access database file to be used for ODBC MS Access driver testing.
2022-10-01, ∼3581🔥, 0💬

Sun Implementation of Base64 in Java
This section provides the source code for the Java implementation of Base64 by Sun.
2016-01-23, ∼3574🔥, 2💬

💬 2016-01-23 Herong: Ashish, Finally Base64 encoding is included in JDK now. Thanks for sharing the tutorials;

💬 2016-01-22 Ashish: Nice Article you can read more about base 64 encoding using Java 8 at Modern Pathshala

What is OFB (Output FeedBack) Operation Mode?
This section describes what is OFB (Output FeedBack) Operation Mode - each plaintext block is XORed with the current output block to be the ciphertext block. The current output block is the encrypted version of the previous output block.
2015-11-13, ∼3565🔥, 2💬

💬 2015-11-13 Ashish: Hello world!

Other XML Tools Functions
This section describes other nice functions in XML Tools Plugin: XML to text conversion, current XPath, and XPath expression evaluation.
2015-07-22, ∼3522🔥, 1💬

What Is ECDH Key Exchange
This section introduces what is ECDH Key Exchange - a protocol that uses the Elliptic Curve group property to establish a shared secret key without sending it directly to each other.
2023-11-09, ∼3516🔥, 3💬

💬 2021-11-08 Carol: Thanks

What Is WS-Security X.509 Certificate Token Profile?
This section describes the WS-Security X.509 Certificate Token Profile specification describing the profile (specific mechanisms and procedures) on how the 'BinarySecurityToken' element defined in WS-Security standard can be used to include X.509 certificate as a means of identifying the sender of a...
2022-05-06, ∼3514🔥, 6💬

💬 2022-04-25 Хуй: Блять что дальше делать то суки... с этой хуйнёй.. для PHP

💬 2020-01-12 Herong: Walter, are you looking for an example to generate the SOAP message?

💬 2020-01-08 walter: thanks for the write up. Do you have an example in JAVA

💬 2019-11-27 Herong: Nurik, In what programming language?

💬 2019-11-24 nurik: plaese advice me tutorial about implementing soap security using x.509

Downloading and Installing Flex SDK 4.1
This section provides a tutorial example on how to download and install Adobe Flex SDK 4.1 on Windows system.
2021-01-13, ∼3514🔥, 15💬

💬 2020-06-30 liuzongcai: m=t think you

💬 2020-03-30 tonyzhangshi: thank you!

💬 2019-01-09 jack: thank you

💬 2018-02-27 syy: 谢谢 谢谢 谢谢 谢谢

💬 2018-02-27 sunyuanyuan: thank you

(More comments ...)

What Is APK File Format?
This section describes the Android application package (APK) file, which is really a ZIP archive file that holds all binary codes, resources and other data required by the Android application.
2024-02-26, ∼3503🔥, 2💬

💬 2024-02-26 Carx Street Mod APK: Hy!! Thanks for such an amazing post about APK. I just visit this website https://modapkcarxstreet.com/ and I got APK file for C...

💬 2016-06-07 nultymc: Android application package (APK) is the package file format used by the Android operating system for distribution and installat...

SocketRequestResponse.java - Socket Client Testing Program
This section provides a tutorial example on how to write a Java program using socket interface to send a request and receive a response in binary mode.
2015-08-01, ∼3502🔥, 2💬

💬 2015-07-31 Herong: Javier, Using this program is simple: run it in a command window as "java SocketRequestResponse host port in_file out_file", whe...

💬 2015-07-31 javier: sorry my bad english.. please an example, how use this, parameters?

Astrology - Encyclopedia
Astrology is a form of divination based on the theory that the movements of the celestial bodies&#150;the stars, the planets, the sun, and the moon&#150;influence human affairs and determine the course of events. Celestial phenomena have been the object of religious sentiment since earliest ...
2021-11-12, ∼3486🔥, 0💬

<< < 19 20 21 22 23 24 25 26 27 28 29 > >>   ∑:9107  Sort:Date