Explain Codes LogoExplain Codes Logo

Best Articles — Page 235

How to drop multiple tables in PostgreSQL using a wildcard

sql
database-management
postgresql
best-practices

Howto? Parameters and LIKE statement SQL

sql
sql-injection
stored-procedures
performance-tuning

Loading .sql files from within PHP

php
sql-engineering
pdo
database-connections

Repeat a string in JavaScript a number of times

javascript
prompt-engineering
performance
polyfills

How to rollback or commit a transaction in SQL Server

sql
transaction-handling
error-handling
database-optimization

How can I get around MySQL Errcode 13 with SELECT INTO OUTFILE?

sql
file-system-permissions
mysql-errorcode-13
apparmor

How to speed up insertion performance in PostgreSQL

sql
performance
best-practices
optimization

Convert timestamp in milliseconds to string formatted time in Java

java
date-formatting
java-time
simpledateformat

"inconsistent use of tabs and spaces in indentation"

python
best-practices
code-formatting
editor-settings

Find string between two substrings

python
functions
string-manipulation
regex

How do I have an SVG image inherit colors from the HTML document?

html
responsive-design
css-variables
svg-coloring

How to add custom HTML attributes in JSX

javascript
jsx
react
custom-attributes

Transactsql to run another TransactSQL script

sql
sqlcmd-mode
dynamic-execution
script-automation

Html5 localStorage error with Safari: "QUOTA_EXCEEDED_ERR: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota."

html
localStorage
safari
storage-quota

Is there a CSS selector for the first direct child only?

html
responsive-design
css-selectors
browser-support

Not all parameters were used in the SQL statement (Python, MySQL)

sql
parameterized-queries
sql-injection
database-connection

Is it possible to hide the cursor in a webpage using CSS or Javascript?

javascript
cursor-manipulation
pointer-lock-api
cross-browser-compatibility

How do I add an auto_increment primary key in SQL Server database?

sql
best-practices
performance
data-structure

How to solve InaccessibleObjectException ("Unable to make {member} accessible: module {A} does not 'opens {package}' to {B} ") on Java 9?

java
reflective-access
module-access
java-9

Initialize a long in Java

java
data-types
best-practices
casting