HttpURLConnection multipart/form-data example
To make a http request with multipart/form-data, we need to define a boundary separator, which suppo...
add a trailing slash in path if not exists java
Path separators are different on Windows and Linux. You can use the constant File.separatorChar. The...
jQuery select all except first or a specific one
Use jquery's selector and related methods to select all elements but not include the first (or a spe...
Javascript call function by name string
Sometimes it is necessary to call functions dynamically. Use the string of the function name to exec...
Java program to Encrypt/Decrypt String Using AES 128 bits Encryption Algorithm
During web development, sometimes you need to display some sensitive information to the client. Such...
Activate Sublime Text 3 with free License Key
Sublime Text is a cross-platform editor that supports Windows, Linux and Mac systems. Not at all lik...
Using activation code to register JetBrains products (Updated in Aug 17)
JetBrains is a cutting-edge software vendor specializing in the creation of intelligent development ...
Settings properties file to display utf-8 encoding in Intellij Idea
When developing i18n international multilingual using java, * .properties files are often used to st...
Topics
Hot Articles