Explain Codes LogoExplain Codes Logo

Best Articles — Page 32

Css Display an Image Resized and Cropped

html
responsive-design
css-animations
accessibility

Can't execute jar- file: "no main manifest attribute"

java
manifest
maven
ant

How to insert multiple rows in SQLite?

sql
bulk-operations
performance-optimization
sql-queries

How to properly import a selfsigned certificate into Java keystore that is available to all Java applications by default?

java
keytool
keystore
certificate

How do I get the day of week given a date?

python
datetime
strftime
locale

`` vs. ``

html
responsive-design
pdf-engineering
best-practices

When and how should I use a ThreadLocal variable?

java
thread-local
java-threading
thread-safety

Cleanest way to build an SQL string in Java

sql
prepared-statements
sql-injection
spring-jdbc

Iterating through a Collection, Avoiding ConcurrentModificationException When Removing Objects in a Loop

java
concurrentmodificationexception
iterator
removeif

Is there a concise way to iterate over a stream with indices in Java 8?

java
stream-engineering
java-8
best-practices

How to force table cell `` content to wrap?

html
responsive-design
css
table-layout

Select SQL Server database size

sql
database-management
sql-server
database-performance

Interview question: Check if one string is a rotation of other string

java
algorithm-implementation
performance-optimization
best-practices

Sort ArrayList of custom Objects by property

java
sorting
comparator
lambda

Jquery disable/enable submit button

javascript
event-handling
jquery
user-experience

Resize HTML5 canvas to fit window

javascript
responsive-design
performance
best-practices

How to do a wildcard element name match with "querySelector()" or "querySelectorAll()" in JavaScript?

javascript
xpath
regex
wildcard-matching

How to filter Pandas dataframe using 'in' and 'not in' like in SQL

python
dataframe
list-comprehensions
performance

Java synchronized method lock on object, or method?

java
synchronized-methods
thread-safety
atomic-variables

Recommended way to embed PDF in HTML?

html
responsive-design
pdf-embedding
best-practices