<< < 7 8 9 10 11 12 13 14 15 16 17 > >>   ∑:7917  Sort:Date

Install OpenLDAP Server on CentOS 8
This section provides a tutorial example on how to build and install OpenLDAP server from source code. But release 2.4.9 seems to have problems on CentOS 8 systems.
2024-02-07, 6398🔥, 3💬

💬 2021-08-12 Antonoly: thank you a lot! 2.4.50 is working for me

Using VBScript with Internet Explorer 11
This section provides tutorial example on how to enable script running and disable 'Edge' mode in IE 11 to load Web pages embedded with VBScript code.
2022-04-01, 6382🔥, 5💬

💬 2021-01-03 Herong: Rory, thanks for sharing the information!

💬 2020-12-29 Rory Sellers: I found this extremely clear and timely! Thank you. There was one slight deviation from what I found on my Win 10 (IE11) laptop:...

💬 2020-05-11 Herong: John, I moved your question here under the correct tutorial topic. Hope others can help you out as I don't have IE 11 anymore.

💬 2020-05-11 John: I have followed your article and Updated IE 11 3 Times Trying to get the Latest Version. But the Persist Emulation Settings Butt...

Lock Types and Lock Levels
This section describes 2 types of locks: Read Lock (Shared Lock) and Write Lock (Exclusive Lock), and 3 levels of locks: Table Lock, Row Lock, and Column Lock.
2019-01-02, 6365🔥, 2💬

💬 2016-10-31 Shivin: haha very good

"geth --light" - Ethereum Node Light Mode
This section describes 'geth --light' - Ethereum node in light mode
2020-01-28, 6315🔥, 2💬

💬 2020-01-28 Herong: Sword, a “light” node only stores block headers. So it can not perform any transactions without the help from a “full” or “fas...

💬 2020-01-23 sword_smith: Can you tell us what a 'fast' node can do that a 'light' node cannot do? Are there any RPC calls that will be slower or disabled...

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2022-10-18, 6264🔥, 0💬

Operations on "byte" Data Type Values
This section provides a tutorial example on how 'byte' values are casted to 'int' values when they are involved in arithmetic, comparison and bitwise operations.
2017-01-21, 6264🔥, 2💬

💬 2017-01-21 Herong: Anonymous, Good question. But what do you expect an operation of byte+byte will do?

💬 2017-01-19 Anonymous: Reason for why byte doesn't holds good the + operator directly.

Using openConnection() Method in java.net.URL Class
This section provides a tutorial example on how to use the openConnection() method in the java.net.URL class to perform a GET method on an HTTPS server. Java Secure Socket Extension (JSSE) works quietly behind the java.net.URL class to provide HTTPS support.
2022-07-08, 6263🔥, 3💬

💬 2015-08-05 ashkart: doesnt work indeed. Connection type got, connection object got too. But then there is an exception "java.net.ConnectException: C...

💬 2015-08-05 ashkart: sorry, works fine, i forgot i'm behind the proxy...

Popular Book List
Popular Books: Android Tutorials Bitcoin Tutorials C# Tutorial Examples Cheminformatics Tutorials Cryptography Tutorials Data Encodings EC Cryptography Email Tutorials Ethereum Tutorials Flash Tutorials Free Web Services GB2312 Character Set HTML Tutorials Java Tutorial Examples Java GC Tutorials Ja...
2024-07-20, 6260🔥, 0💬

Free Chinese Calendar 2036 - Year of the Dragon
Want to know when is the 2036 Chinese New Year day? Look for free Chinese calendars for 2036? Chinese New Year Date for Year 2036 The Dragon 2036 January 28 Monday Chinese New Year   ⇒ Free Chinese Calendar 2037 - Year of the Snake ⇐ Free Chinese Calendar 2035 - Year of the Rabbit ⇑ Chinese New Yea...
2021-09-30, 6253🔥, 0💬

native2ascii - Native-to-ASCII Encoding Converter
This chapter provides tutorial notes on the native-to-ASCII encoding converter 'native2ascii'. Topics include 'native2ascii' command options, default encoding CP1252 used by 'javac', converting UTF-8 characters into \uXXXX Unicode code sequences, converting \uXXXX sequences back to native encodings.
2023-11-24, 6241🔥, 65💬

💬 2023-11-24 xddd: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-10-03 tag: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-06-09 hupo: (É+ó)+(ó+ó)+'\'

💬 2022-05-29 aaa: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

💬 2022-03-13 Q: É=-~-~[],ó=-~É,Ë=É<<É,þ=Ë+~[]; Ì=(ó-ó)[Û=(''+{})[É+ó]+(''+{})[ó-É]+ ([].ó+'')[ó-É]+(!!''+'')[ó]+({}+'')[ ó+ó]+(!''...

(More comments ...)

Installing LG USB Device Driver on Windows
This section provides a tutorial example on how to install the LG USB device driver for LG-P925g Android phone on Windows system. This is needed to test your Android application developed on Windows on LG phones via a USB connection.
2016-03-24, 6209🔥, 7💬

💬 2016-03-24 vamshi: hi hi hi

💬 2015-08-27 Herong: Renee, did you double-click on the downloaded file to actually install the driver to your computer?

💬 2015-08-26 Renee' Flory: Even after I download the program, the Driver Software Installation box does not come up. Even as the phone receives a charge fr...

setMnemonic() - Setting Keyboard Mnemonics on Menu Items
This section provides a tutorial example on how to use setMnemonic() method to associate mnemonics to menu items. Mnemonics allows user to interact with menu items using keys on keyboard.
2023-04-27, 6183🔥, 5💬

💬 2023-04-27 a: thanks

💬 2021-02-05 Hailemelekot: good.

💬 2020-11-20 rose: nic

Illustration of DSA Algorithm: p,q=23,11
This section provides a tutorial example to illustrate how DSA digital signature algorithm works with small prime modulus p=23 and prime divisor q=11.
2023-11-19, 6164🔥, 10💬

💬 2023-02-23 CYR: Thanks for providing the detail example, it helps me to understand the algorithm a lot. The value for g looks like incorrect to ...

💬 2021-01-09 Flying Horse: Hello Dr Yang, My verification scheme is as follows lhs = (r**s mod p)mod q rhs = ((g**h mod p)*(y**r mod p)) mod q If lhs = rhs...

💬 2021-01-08 Herong: Flying, give us an example to show that this verification scheme is not working?

💬 2021-01-07 Flying Horse: Hello Dr Yang, this is a very helpful tutorial. I am trying a different verification scheme for DSA signature. Unfortunately, it...

💬 2020-06-22 Filip: Very helpful, thanks!

(More comments ...)

DsaSignatureGenerator.java - Generating DSA Digital Signature
This section provides tutorial example on how to generate a digital signature for a message file with a DSA private key using the SHA1withDSA algorithm.
2017-03-13, 6142🔥, 5💬

💬 2017-03-13 dingdong: heheheheehhe

💬 2016-10-15 Herong: Akash, can you check to ensure your key is a DSA key?

💬 2016-10-14 Akash: Exception occurs as follows: java.security.spec.InvalidKeySpecExc eption:Inappropriate key specification what it means? can you ...

新冠病毒(SARS-CoV-2)结构, 感染过程和疫苗
新型冠状病毒自2019年12月初爆发以来,到2021年1月底 为止,已经造成了全人类的一场巨大灾难。在短短一年左右,新型冠状病毒感染了一亿多(102,871,6 14)人,夺走了两百多万(2,225,773)宝贵的生命。为了让读者对新型冠状病毒有更加深刻的了解,我这里编辑了一些有 关新型冠状病毒的基础知识,为战胜新型冠状病毒贡献一份力量。 什么是“20...
2021-02-15, 6114🔥, 1💬

💬 2021-02-15 羽仙: 谢了!

Installed Services in System Registry
This section describes installed services stored in the system registry. A tutorial example is provided on how to use 'regedit.exe' to view the registry area where services are stored - HKEY_LOCAL_MACHINE\SYSTEM\Curr entControlSet\Services\.
2021-03-26, 6098🔥, 5💬

"soap:body" - Binding for SOAP Body
This section describes 'soap:body', a SOAP extension element that specifies how the SOAP Body should be constructed in the SOAP message for an operation input and output. 'literal' means no encoding.
2019-12-23, 6076🔥, 2💬

💬 2017-08-16 willy poki: hola

Free Chinese Calendar 2035 - Year of the Rabbit
Want to know when is the 2035 Chinese New Year day? Look for free Chinese calendars for 2035? Chinese New Year Date for Year 2035 The Rabbit 2035 February 8 Thursday Chinese New Year   ⇒ Free Chinese Calendar 2036 - Year of the Dragon ⇐ Free Chinese Calendar 2034 - Year of the Tiger ⇑ Chinese New Y...
2021-10-19, 6075🔥, 0💬

Printing Histogram of Java Object Heap
This section provides a tutorial example on how to print the histogram of Java object heap, a list of different types of objects and their counts and total sizes.
2016-12-14, 6069🔥, 2💬

💬 2016-12-14 Herong: Erik, you can look at the Java Management Extensions (JMX) API.

💬 2016-12-11 Erik Ostermueller: is there a java api to access this histogram? Thanks, --Erik

Derby (Java DB) - Inserting Data Rows to Existing Tables
This section describes how to insert new data rows into Derby (Java DB) database tables through the JDBC driver.
2017-08-05, 6062🔥, 2💬

💬 2017-08-05 Herong: Stevoski, can you dump the Exception in the message dialog? It will give some clue on what happened to the execution.

💬 2017-08-03 Stevoski: is there any problem with these lines of code? all i get is invalid entry try{ String mk =jTextField1.getText(); String mn = jTe...

Using Visual Basic with Microsoft Access
This section provides tutorial example on how to add a Visual Basic code in Microsoft Access database to be executed as a macro on database tables.
2023-12-16, 6032🔥, 11💬

💬 2023-12-16 v: Thank you!

💬 2022-02-27 bob: this didnt help

💬 2021-10-27 fahis: lets go

💬 2018-08-11 Herong: trina, I will make corrections. Thanks for the comment.

💬 2018-08-11 trina: Why spreading misinformation? Pages like this are confusing for new users, with half-facts and limited instruction. First: Acces...

(More comments ...)

Mid Autumn (Mooncake Festival) - 15th Day of 8th Lunar Month
When is the Chinese Mid Autumn Festival? How is it celebrated? What are the traditions? Mooncake Festival ('Zhong Qiu Jie' 中秋节) The mooncake festival (Zhong Qiu Jie) falls on the 15th day of the eighth lunar month. It is an occasion for family members to get together over mooncakes, fruits and fine...
2021-08-26, 6016🔥, 0💬

Downloading and Installing SoapUI
This section provides a tutorial example on downloading and installing SoapUI on Windows system.
2017-02-23, 6000🔥, 3💬

💬 2016-12-26 Tony: Greate JOB!

💬 2015-07-31 BVIJAYREDDY: GOOD

GetWeatherByZipCode - Usage Description
This section describes the free Web service GetWeatherByZipCode provided by WebserviceX.NET. GetWeatherByZipCode allows you to retrieve weather forecast information for next 6 days for any given ZIP code in USA.
2016-05-28, 5995🔥, 4💬

💬 2016-05-28 Herong: Prince, Thanks for sharing your experience. Are you able to make it work?

💬 2016-05-26 Prince Singh: The web service has been moved to a new location and it giving error. After cracking my brain over finding the mistake i have in...

💬 2015-08-04 Herong: Rupesh, Thanks for pointing out that this free web service has been moved to a new location. I will update the tutorial later.

💬 2015-08-04 rupesh: The wsdl is moved from the server. its giving error: System.Net.WebException: The request failed with the error message: -- &...

<< < 7 8 9 10 11 12 13 14 15 16 17 > >>   ∑:7917  Sort:Date