Explain Codes LogoExplain Codes Logo

Best Articles — Page 402

When submitting a GET form, the query string is removed from the action URL

html
form-submission
xss
query-strings

How to check DB2 version

sql
db2
version-check
sql-syntax

How do I connect to a MySQL Database in Python?

python
mysql
orms
database-connection

How to create `` dynamically

javascript
input-creation
form-handling
user-experience

How can I randomly select an item from a list?

python
random-selection
secrets-module
list-manipulation

How to for each the hashmap?

java
hashmap
lambda
iterator

How do I get textual contents from BLOB in Oracle SQL?

sql
blob-extraction
character-set
oracle-19c

Mailto link multiple body lines

javascript
mailto
url-encoding
email-clients

What is the equivalent of Java static final fields in Kotlin?

java
kotlin
constants
javainteroperability

Optimal way to concatenate/aggregate strings

sql
string-aggregation
performance
best-practices

Refresh Part of Page (div)

javascript
ajax
dom-manipulation
performance

How to display HTML in TextView?

html
html-parsing
android-development
custom-textview

What's the best practice using a settings file in Python?

python
best-practices
settings
environment-variables

Reading HTML content from a UIWebView

html
uiwebview
html-content
javascript-execution

Html: Changing colors of specific words in a string of text

html
css-classes
inline-styles
accessibility

Tick symbol in HTML/XHTML

html
unicode
accessibility
css

Scanning Java annotations at runtime

java
reflection
spring
classgraph

How to format a float in JavaScript?

javascript
tofixed
number-formatting
rounding

Is it possible to write data to file using only JavaScript?

javascript
file-handling
downloads
blob

Why is __init__() always called after __new__()?

python
design-patterns
singleton
immutable-types