Explain Codes LogoExplain Codes Logo

Best Articles — Page 40

Invalid shorthand property initializer

javascript
prompt-engineering
linting-tools
debugging

Internet Explorer 11 disable "display intranet sites in compatibility view" via meta tag not working

web-development
meta-tags
best-practices
responsive-design

Intercept a form submit in JavaScript and prevent normal submission

javascript
event-handling
form-validation
security

Intellij shows method parameter hints on usage - How to disable it

java
intellij
editor-settings
productivity

Intellij IDEA 13 uses Java 1.5 despite setting to 1.7

java
intellij-idea
maven
gradle

Intellij Cannot resolve symbol on import

java
intellij-settings
maven-vs-gradle
import-resolution

Intellij cannot find any declarations

java
intellij-configuration
project-structure
java-sdk

Instantiating a generic class in Java

java
instantiation
generics
reflection

Instantiate a class object with constructor that accepts a string parameter?

java
reflection
constructor
instantiation

Installation failed with message Error: android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

android
emulator-optimization
storage-management
android-development

Install a module using pip for specific python version

python
pip
python-versions
virtual-environments

In SQL, how can you "group by" in ranges?

sql
group-by
bucketing
sql-queries

Insert into a MySQL table or update if exists

sql
on-duplicate-key-update
insert-ignore
replace-into

Inserting multiple rows in a single SQL query?

sql
bulk-insert
performance-optimization
database-operations

In querySelector: how to get the first and get the last elements? What traversal order is used in the dom?

javascript
dom-traversal
javascript-queries
node-list

In Python, how do you convert seconds since epoch to a `datetime` object?

python
datetime
timestamp
timezone

In Python, how do I split a string and keep the separators?

python
functions
list-comprehension
string-manipulation

In pytest, what is the use of conftest.py files?

python
fixture-engineering
test-preparation
best-practices

Input type "number" won't resize

html
responsive-design
css
best-practices

Inputting a default image in case the src attribute of an html `` is not valid?

html
responsive-design
best-practices
web-development