Explain Codes LogoExplain Codes Logo

Best Articles — Page 89

How to use java.String.format in Scala?

java
string-formatting
scala
advanced-formatting

How to get a file or blob from an object URL?

javascript
fetch
blob
file-download

Remove the last character in a string in T-SQL?

sql
string-manipulation
null-handling
best-practices

How can I tell what edition of SQL Server runs on the machine?

sql
editionid
compatibility
database-management

How to view the SQL queries issued by JPA?

sql
jpa-logging
hibernate
eclipselink

Get a list of all threads currently running in Java

java
threads
performance
monitoring

Change Schema Name Of Table In SQL

sql
schema-transfer
dynamic-sql
error-handling

Use of *args and **kwargs

python
args
kwargs
decorators

What is the difference between venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc?

python
venv
pipenv
virtualenv

Java - get the current class name?

java
class-names
reflection
best-practices

What is the difference between JOIN and UNION?

sql
join
union
data-consolidation

How to delete from a table where ID is in a list of IDs?

sql
delete
transactions
best-practices

Best way to find if an item is in a JavaScript array?

javascript
array-methods
performance
polyfills

Multiple queries executed in java in a single statement

java
jdbc
resultset
transactions

How to not wrap contents of a div?

html
flexbox
responsive-design
overflow

Finding duplicate rows in SQL Server

sql
duplicates
inner-join
deletion

Convert string to Python class object?

python
eval
input-validation
dynamic-import

Where value in column containing comma delimited values

sql
comma-separated
data-normalization
wildcard-search

Splitting string with pipe character ("|")

java
string-splitting
regex
input-validation

React js onClick can't pass value to method

javascript
onclick
performance
event-handling