Explain Codes LogoExplain Codes Logo

Best Articles — Page 364

How to retrieve JSON data from MySQL?

sql
json-handling
mysql-performance
database-normalization

How to remove the first and the last character of a string

javascript
string-manipulation
javascript-methods
regular-expressions

How to allow `` to accept only image files?

html
client-side-validation
server-side-validation
file-upload

Why does overflow:hidden not work in a ``?

html
responsive-design
css
best-practices

Insert statement conflicted with the FOREIGN KEY constraint - SQL Server

sql
foreign-key
database-design
error-handling

Sql try/catch rollback/commit - preventing erroneous commit after rollback

sql
error-handling
transaction-management
sql-server

How to efficiently count the number of keys/properties of an object in JavaScript

javascript
prompt-engineering
performance
best-practices

Url decode UTF-8 in Python

python
url-decoding
utf-8
python-3

How to write "not in ()" sql query using join

sql
join
best-practices
performance

Easy way to concatenate two byte arrays

java
bytearray
concatenation
ioexception

How to add a new column to an existing DataFrame?

python
dataframe
pandas
best-practices

Can you use CSS to mirror/flip text?

html
responsive-design
css-transforms
web-development

Adding a matplotlib legend

python
matplotlib
legend
plotting

How do I retrieve the number of columns in a Pandas data frame?

python
pandas
dataframe
data-handling

How to query MongoDB with "like"

javascript
regex
mongodb
pattern-matching

How to install localdb separately?

sql
localdb
sql-server-express
database-management

Is there a limit to the length of HTML attributes?

html
responsive-design
best-practices
data-management

How to check which locks are held on a table

sql
database-management
lock-management
sql-queries

The data-toggle attributes in Twitter Bootstrap

html
responsive-design
best-practices
web-development

How to pretty print nested dictionaries?

python
dataframe
pandas
pretty-printing