Explain Codes LogoExplain Codes Logo

Best Articles — Page 170

Jquery, Clear / Empty all contents of tbody element?

javascript
jquery
dom-manipulation
ajax

How do I enable the MySQL slow query log?

sql
performance
best-practices
tools

How to tell if a JavaScript function is defined

javascript
callbacks
functions
robustness

Know relationships between all the tables of database in SQL Server

sql
database-diagrams
information-schema
recursive-relationships

How to select records without duplicate on just one field in SQL?

sql
distinct
aggregate-functions
subqueries

Self-references in object literals / initializers

javascript
self-references
object-literals
getters

Can I get a div's background-image URL?

javascript
prompt-engineering
performance
functions

How to programmatically empty browser cache?

web-development
cache-management
browser-cache
cache-control

How do I get the current year using SQL on Oracle?

sql
date-manipulation
oracle-sql
database-queries

In Markdown, what is the best way to link to a fragment of a page, i.e. #some_id?

html
markdown
anchors
linking

Escaping keyword-like column names in Postgres

sql
database-design
sql-best-practices
postgres

Jquery Event for user pressing enter in a textbox?

javascript
event-handling
jquery
keypress

How do I obtain a Query Execution Plan in SQL Server?

sql
query-execution-plan
sql-server
performance-optimization

Why can't I use "create schema" in a begin/end block in SQL Management Studio?

sql
sql-server
schema-creation
dynamic-sql

Comparator.reversed() does not compile using lambda

java
lambda
type-inference
best-practices

Classpath resource not found when running as jar

java
resource-management
exception-handling
best-practices

How do I split a string into a list of characters?

python
list-comprehension
string-manipulation
python-iterator-protocol

How to select several hardcoded SQL rows?

sql
best-practices
performance
join

Order by descending date - month, day, and year

sql
date-sorting
database-performance
best-practices

Force CSS grid container to fill full screen of device

html
responsive-design
css-grid
full-screen