Explain Codes LogoExplain Codes Logo

Best Articles — Page 460

Update multiple rows with different values in one query in MySQL

sql
case
join
upsert

How can I change or remove HTML form validation default error messages?

html
form-validation
error-messages
browser-compatibility

Sql Server Insert if not exists

sql
race-conditions
merge
performance-optimization

Split string to equal length substrings in Java

java
string-splitting
regex
guava

Programmatically navigate using React router

javascript
react-router
navigation
hooks

Sql multiple column ordering

sql
multiple-column-sort
order-by
case-statements

Import SQL file into mysql

sql
import
mysql
permissions

Create `ArrayList` from array

java
arrays
guava
streams

Inserting HTML elements with JavaScript

javascript
html-insertion
document-fragment
template-management

How to comment out a block of code in Python

python
commenting
best-practices
ide-shortcuts

Get list of data-* attributes using JavaScript / jQuery

javascript
data-attributes
performance
jquery

How can I do width = 100% - 100px in CSS?

html
responsive-design
calc
flexbox

Mysql search and replace some text in a field

sql
backup
transactions
replace

Get viewport/window height in ReactJS

javascript
responsive-design
custom-hooks
event-listener

How do I check file size in Python?

python
file-size
pathlib
file-handling

Adding two numbers concatenates them instead of calculating the sum

javascript
type-conversion
input-validation
parseint

How do I determine whether an array contains a particular value in Java?

java
arrays
streams
performance

How to wait until an element exists?

javascript
async-await
mutation-observer
element-detection

How to set thousands separator in Java?

java
decimalformat
bigdecimal
numberformat

Html5 dragleave fired when hovering a child element

html
event-handling
browser-compatibility
drag-and-drop