Explain Codes LogoExplain Codes Logo

Best Articles — Page 328

Google Chrome form autofill and its yellow background

html
responsive-design
css-override
accessibility

Can I change the checkbox size using CSS?

html
responsive-design
css
browser-support

Set type for function parameters?

javascript
type-checking
javascript-features
best-practices

How to specify line breaks in a multi-line flexbox layout?

css
responsive-design
flexbox
css-tricks

Is it possible to specify a starting number for an ordered list?

html
responsive-design
css-counters
list-item-numbers

Mysql GROUP BY two columns

sql
subqueries
group-by
having-clause

How can I find Java heap size and memory used (Linux)?

java
memory-management
jvm-parameters
garbage-collection

Sql subquery with COUNT help

sql
subquery
count
performance

How to convert an int array to String with toString method in Java

java
arrays
string-conversion
streams

How can I open Java .class files in a human-readable way?

java
decompilation
javap
bytecode

Hibernate show real SQL

java
logging
hibernate
sql-logging

How to reset Postgres' primary key sequence when it falls out of sync?

sql
best-practices
sequence-reset
postgres

Get JavaScript object from array of objects by value of property

javascript
array-methods
filter
find

Reimport a module while interactive

python
importlib
reload
ipython

Laravel Eloquent get results grouped by days

php
eloquent
groupby
carbon

How to measure time taken by a function to execute

javascript
performance
timing
functions

Add a column with a default value to an existing table in SQL Server

sql
default-values
sql-server
table-operations

How to create a listbox in HTML without allowing multiple selection?

html
responsive-design
best-practices
accessibility

Check for file exists or not in SQL Server?

sql
file-existence
sql-function
xp_fileexist

Syntax for an async arrow function

javascript
async-functions
promises
await