Explain Codes LogoExplain Codes Logo

Best Articles — Page 206

Calculating difference between two timestamps in Oracle in milliseconds

sql
interval
timestamp-arithmetic
oracle

Find closing HTML tag in Sublime Text

html
emmet
sublime-text
html-tag-management

Css word-wrapping in div

html
responsive-design
css
best-practices

Permgen elimination in JDK 8

java
jvm-tuning
memory-management
gc-performance

How do I exclude all instances of a transitive dependency when using Gradle?

java
gradle
dependency-management
build-tools

What are Java command line options to set to allow JVM to be remotely debugged?

java
debugging
jvm-options
remote-debugging

Get img thumbnails from Vimeo?

javascript
api-engineering
vimeo
thumbnail

Mockito test a void method throws an exception

java
mockito
unit-testing
exception-handling

What is x after "x = x++"?

java
post-increment-operator
java-expressions
programming-puzzles

Sql Server giving logins(users) db_owner access to database

sql
best-practices
security
scripting

Is There `StartsWith` or `Contains` in T-SQL with Variables?

sql
wildcards
performance
best-practices

How do I import a sql data file into SQL Server?

sql
import-data
sql-server
command-line-tool

How to Execute SQL Query without Displaying Results

sql
result-suppression
sql-commands
database-performance

Can you tab through all radio buttons?

html
accessibility
web-development
best-practices

Get a filtered list of files in a directory

python
file-system
pattern-matching
regular-expressions

Mysql Trigger after update only if row has changed

sql
database-performance
trigger-logic
sql-queries

How to find current transaction level?

sql
transaction-isolation
sql-server
database-management

When are you supposed to use escape instead of encodeURI / encodeURIComponent?

javascript
url-encoding
javascript-functions
web-development

How can I sort a List alphabetically?

java
advanced-sorting-techniques
custom-sorting
comparators

Can I parameterize the table name in a prepared statement?

sql
sql-injection
dynamic-sql
security-best-practices