Explain Codes LogoExplain Codes Logo

Best Articles — Page 34

Determine a table's primary key using TSQL

sql
database-management
data-integrity
sql-server

Intellij IDEA Java classes not auto compiling on save

java
intellij-idea
compilation
best-practices

How to print SQL statement in a CodeIgniter model

sql
database-debugging
query-logging
profiler-class

How can I have two fixed width columns with one flexible column in the center?

html
responsive-design
flexbox
css-tweaks

How do I chop/slice/trim off last character in string using Javascript?

javascript
functions
callbacks
promises

How to compute the sum and average of elements in an array?

javascript
functions
promises
callbacks

Using jQuery how to get click coordinates on the target element

javascript
event-delegation
click-coordinates
responsive-design

How can I group an array of objects by key?

javascript
reduce
groupby
lodash

Oracle SQL escape character (for an '&')

sql
sql-escape
oracle-sql
substitution-variables

How to run .sql file in Oracle SQL developer tool to import database?

sql
database-import
sql-developer
oracle

Css center content inside div

html
responsive-design
css-grid
flexbox

How to remove underline from a link in HTML?

html
responsive-design
best-practices
css

Why doesn't java.util.Set have get(int index)?

java
collections
data-structures
best-practices

Iterating over and removing from a map

java
concurrentmodificationexception
lambda-expressions
map-modification

How to make `` accept only specific file types?

html
file-input
file-types
mime-types

How to randomly select rows in SQL?

sql
randomness
performance-tuning
database-management

How to call a script from another script?

python
functions
modules
best-practices

How do I resize an image using PIL and maintain its aspect ratio?

python
image-processing
aspect-ratio
resampling

Selecting by month in PostgreSQL

sql
date-functions
postgresql
sql-queries

Laravel: getting a single value from a MySQL query

php
laravel-eloquent
query-builder
database-queries