<< < 21 22 23 24 25 26 27 28 29 30 31 > >>   ∑:9086  Sort:Date

JDK Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial notes and sample codes written by the author while he was learning JDK (Java Development Kit) core libraries himself. Topics include Time and Calendar, Internationalization, Unnamed Packages, Collections, Character Set and Encoding, Logging, XML related technolo...
2015-07-18, ∼3207🔥, 0💬

附条件批准上市
什么是附条件批准上市? 附条件批准上市,是指用于严重危及生命且尚无有效治疗手段的疾病 、公共卫生方面急需的药品,现有临床研究资料尚未满足常规上市注册 的全部要求,但已有临床试验数据显示疗效并能预测其临床价值, 在规定申请人必须履行特定条件的情况下基于替代终点、中间临床终 点或早期临床试验数据而批准上市。应对重大突发公共卫生事件急...
2021-07-19, ∼3200🔥, 0💬

GetStringAsync() Method Example Program
A tutorial example is provided on how to use GetStringAsync() method in the System.Net.Http.HttpClient class to send a GET request in a child thread as am asynchronous operation.
2024-10-27, ∼3188🔥, 3💬

jstack - Detecting Java Thread Deadlocks
This section provides a tutorial example on how to detect Java thread deadlocks with the thread stack trace dump tool, 'jstack'.
2016-02-01, ∼3183🔥, 0💬

PC Register and Native Method Stack
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Normal Java applications do not have any significant impact on PC Registers and Native Method Stacks.
2023-07-15, ∼3178🔥, 4💬

💬 2023-07-15 Makhdoom: Great info.

"On Error GoTo 0" - Turning off Error Handling
This section provides a tutorial example on how to use 'On Error GoTo 0' to turn off the error handling flag in a procedure to catch the first runtime error.
2019-12-02, ∼3172🔥, 1💬

💬 2019-12-02 toto: oui

Running PerlApp to Convert *.pl to *.exe
This section provides a tutorial example of running PerlApp from ActiveStat to convert a sample Perl script, DirGrep.pl, to Windows executable binary, DirGrep.exe.
2017-01-14, ∼3155🔥, 2💬

💬 2017-01-14 Herong: Monique, Yes, you run the commands listed in the tutorial at the command prompt.

💬 2017-01-12 Monique: Where do you actually run this???? from command prompt?

MolFromSmiles/MolToSmiles for SMILES Format
This section provides a tutorial example on how to use rdkit.Chem.rdmolfiles.MolFromS miles(s)and rdkit.Chem.rdmolfiles.MolToSmi les(m)methods to handle molecules expressed in SMILES strings.
2023-06-06, ∼3153🔥, 1💬

💬 2023-06-06 Toh Sean Minki: hello i am minki toh

中国生物新冠疫苗 - 保护效力
中国生物新冠疫苗的保护效力是多少? 2020年12月底,国药集团中国生物北京所公布了Ⅲ期临床试验 期中分析数据,结果显示,免疫程序两针接种后,中和抗体阳转率为99.52%, 疫苗保护效力为79.34%。 中和抗体阳转率为99.52%应该理解为, 有99.52%的受试者产生了中和抗体。 疫苗保护效力为79.34%应该理解为, 有79.34%的受试者因为接种疫苗而受到保护。 另...
2021-07-19, ∼3144🔥, 0💬

552 BC - Yang Chun Bai Xue (阳春白雪) - White Snow in Early Spring
Yang Chun Bai Xue (阳春白雪) - White Snow in Early Spring, lute music (琵琶曲), was composed by Shi Kuang (师旷), 572 BC - 532 BC.
2017-03-14, ∼3138🔥, 1💬

💬 2017-03-14 Gilberto Loia: Músicas Belas. Sou Fascinado e Adoro Ouvi-las.

Windows 7: Disable Scheduled Tasks
This section provides a tutorial example on how to review tasks that have been scheduled to run on a Windows 7 system in the background and disable any unwanted tasks.
2016-10-20, ∼3131🔥, 4💬

💬 2016-10-20 Herong: Branksome, your right panel is probably turned off. You can turn it on by clicking the last icon below the menu. You can also ac...

💬 2016-10-18 Branksome: On my Win7 system, there is no right panel with an option to delete. What I would prefer to do is reduce the schedule to run les...

💬 2016-03-30 Herong: David, There is a button on "Task Scheduler" to disable all of them. You should not allow any program to be scheduled on your ho...

💬 2016-03-23 David Betts: Hi, I was looking for a solution that disabled all tasks. However I can now find my way around the entries . I think I will leav...

Copy PDF File to Android Emulator's File System
This section provides a tutorial example on how to copy PDF files to the Android emulator's file system using the 'adb' tool provided in the SDK package.
2016-04-19, ∼3129🔥, 2💬

💬 2016-04-19 Herong: Pankaj, you are welcome!

💬 2016-04-11 Pankaj Kumar: Thank you so much. It was really helpful for me.

What Is SOAP Encoding
This section provides a quick description of SOAP Encoding and samples of serializing simple and compound value nodes.
2020-09-09, ∼3126🔥, 1💬

💬 2020-09-09 byju: thanks for the tutorial..!

How Secure Is RSA Algorithm?
This section discusses the security of RSA public key encryption algorithm. RSA private key is not 100% secure. But if the private key uses larger value of n = p*q, it will take a very long time to crack the private key.
2022-04-12, ∼3112🔥, 5💬

💬 2022-04-12 Yesssuuh: Gang way

💬 2017-11-10 Anonymous: LOLZZZ

Byte Order Mark (BOM) - FEFF - EFBBBF
This section provides a brief introduction on the Byte Order Mark (BOM) character, U+FEFF, used as the Unicode character stream signature when prepended to a character stream. The U+FEFF character becomes a 3-byte sequence of EFBBBF when encoded in UTF-8.
2023-06-22, ∼3098🔥, 1💬

WSDL Message Exchange Patterns
This section describes message exchange patterns defined in WSDL Version 2.0 Part 2: Adjuncts - In-Only, Robust In-Only, and In-Out.
2017-06-22, ∼3098🔥, 5💬

💬 2017-04-30 Sam: Incredible!!.This solution worked like a charm. Thanks a ton.

💬 2016-06-10 shravan: ok

💬 2016-02-12 Herong: Sarah, I don't think WSDL supports multiple input or output messages for an single operation. May be can put "m" and "m1" into a...

💬 2016-02-08 sarah: My name is Sarah and I am a student , during my searches i found this website. i have a problem and i am looking for help 1- Iam...

"openssl pkcs12" Merging Key with Certificate
This section provides a tutorial example on how to merge a private key and its self-signed certificate into a single PKCS#12 file, with can be then encoded as PEM and encrypted with DES.
2018-07-07, ∼3093🔥, 1💬

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, ∼3092🔥, 0💬

Validating ds:Signature with X.509 Certificate
This section provides a tutorial example on how the SOAP message receiver should validate the digital signatures included in the ds:Signature elements. Digital signatures should be decrypted using public keys included in X.509 certificates passed in the wsse:BinarySecurityToken element.
2019-01-21, ∼3089🔥, 5💬

💬 2019-01-21 Herong: 喝着茅台,看什么应该都不错... ☺

💬 2019-01-17 茅台酒: 用谷歌翻译看你的教程真好

💬 2018-10-21 Jacek: I configure was security with security token and partial signing of body and one more node. Next trying to validate this signatu...

💬 2018-10-20 Herong: Jacek, I will try it.

💬 2018-10-19 Jacek: hi you wrote Use msgReference to match a message element with "[@wsu:Id]=msgReference", and parse the message element to a DOM o...

Font Attributes and Generic Fonts
This section describes font attributes to specify font family, size, style and weight. XSL-FO supports 5 generic font families: serif, sans-serif, cursive, fantasy, and monospace.
2022-10-01, ∼3083🔥, 0💬

serialver - serialVersionUID Generator
This chapter provides provides a tutorial example on how to use 'serialver' command to generate a unique 'serialVersionUID' value for any given serializable Java class.
2025-10-23, ∼3080🔥, 11💬

💬 2025-10-03 zara: comment

💬 2023-02-22 Youngjo Kim: HEllo My name is BYUIOUDHFODIUHOFIHODIHF

💬 2022-06-27 Ravi Shrestha: Generating serial version id

Managing JAR Files with WinZIP
This section provides a tutorial example on how to manage a JAR file as a ZIP file with the ZIP tool, WinZIP.
2016-06-10, ∼3074🔥, 2💬

💬 2016-06-10 Herong: Jordyn, can you try to follow Test #1 mentioned in the tutorial to open a .jar file with WinZIP?

💬 2016-06-10 Jordyn: This still doesn't quite help with opening the files for me. How do you open a .jar file? :/

Decrypting Encrypted SOAP Message
This section describes how the message receiver should decrypt an encrypted SOAP message in 2 steps: decrypt the encrypted secret key with receiver's private key and decrypt the encrypted message with the secret key.
2024-01-01, ∼3073🔥, 2💬

💬 2024-01-01 marco: 0A 7D 00 F9 C1 00 00 00 10 00 18 D1 04 A4 00 01 00 40 01 01 00 14 11 01 03 D4 12 01 04 44 01 02 02 02 01 9C 01 0C 02 01 4A 02 0B...

💬 2020-02-19 lolzl337: alert('1');

Introduction of PKI (Public Key Infrastructure)
This chapter provides a quick introduction of PKI (Public Key Infrastructure). Topics include what is PKI; usage examples of PKI; most popular certificate authorities.
2016-02-22, ∼3071🔥, 2💬

💬 2016-02-22 Charlie Beebout: Thank you. I am looking forward to familiarizing myself with security issues.

<< < 21 22 23 24 25 26 27 28 29 30 31 > >>   ∑:9086  Sort:Date