Explain Codes LogoExplain Codes Logo

Best Articles — Page 15

'str' object has no attribute 'decode'. Python 3 error?

python
encoding
unicode
data-types

Strip last two characters of a column in MySQL

sql
join
best-practices
performance

String.valueof() vs. Object.toString()

java
null-safety
logging
best-practices

String to string array conversion in java

java
string-manipulation
array-conversion
java-8-features

String to LocalDate

java
date-time-parsing
java-8
exception-handling

Stretch child div height to fill parent that has dynamic height

html
responsive-design
flexbox
css-grid

Streaming a video file to an HTML5 video player with Node.js so that the video controls continue to work?

javascript
streaming
video-player
node-js

Storing Python dictionaries

python
serialization
deserialization
data-structures

Storing Image Data for offline web application (client-side storage database)

javascript
client-side-storage
indexeddb
blob-storage

Stop IntelliJ IDEA from switching Java language level every time the pom is reloaded (or change the default project language level)

java
maven-settings
intellij-ide
java-compiler-plugin

Stop floating divs from wrapping

html
responsive-design
css
layout

Start a background process in Python

python
background-process
subprocess
daemon-threads

Standard way to embed version into Python package?

python
versioning
semantic-versioning
package-management

Staleelementreferenceexception on Python Selenium

python
selenium
webdriverwait
staleelementreferenceexception

"ssl module in Python is not available" when installing package with pip3

python
pip-installation
ssl-module
python-ssl

Ssh library for Java

java
ssh-library
java-ssh
jsch

Sql: Subtracting 1 day from a timestamp date

sql
timestamp-manipulation
date-trunc
interval-functions

Sql statement to get column type

sql
sql-queries
database-schema
data-types

Sql Server - stop or break execution of a SQL script

sql
error-handling
control-flow
sql-server

Sql Server replace, remove all after certain character

sql
sql-queries
string-manipulation
database-optimization