Explain Codes LogoExplain Codes Logo

Best Articles — Page 414

Spring Boot Adding HTTP Request Interceptors

java
spring-boot
http-request-interceptors
web-development

How to escape < and > inside <pre> tags

html
html-entities
encoding
auto-escaping

"implements Runnable" vs "extends Thread" in Java

java
concurrency
threading
best-practices

Turning Sonar off for certain code

java
sonarqube
suppression
annotations

Csv file written with Python has blank lines between each row

python
csv-writing
python-quirks
file-handling

Detecting that the browser has no mouse and is touch-only

javascript
responsive-design
touch-events
pointer-events

Play local (hard-drive) video file with HTML5 video tag?

html
responsive-design
video-tag
local-video-playback

What's the difference between Instant and LocalDateTime?

java
time-management
java-8
best-practices

How to connect an existing SQL Server login to an existing SQL Server database user of same name

sql
sql-server
database-users
login-credentials

Case statement in MySQL

sql
case-statement
mysql-functions
sql-queries

Convert LocalDateTime to LocalDateTime in UTC

java
datetime
utility-class
date-formatting

Matplotlib Different Size Subplots

python
matplotlib
subplots
grid-spec

How to define a List bean in Spring?

java
bean-definition
spring-config
list-bean

Turn off constraints temporarily (MS SQL)

sql
data-integrity
constraint-management
sql-server

Parameterize an SQL IN clause

sql
sql-injection
parameterization
sql-server

Post unchecked HTML checkboxes

javascript
prompt-engineering
functions
callbacks

Difference between JOIN and INNER JOIN

sql
join
best-practices
performance

Sql query to return differences between two tables

sql
data-integrity
sql-techniques
data-comparison

Unable to execute dex: GC overhead limit exceeded in Eclipse

java
memory-management
eclipse-configuration
performance-optimization

Jackson Enum Serializing and Deserializing

java
enum-serializing
jackson-serialization
custom-serializers