Explain Codes LogoExplain Codes Logo

Best Articles — Page 361

Postgresql - query from bash script as database user 'postgres'

sql
bash-scripting
dynamic-sql
error-handling

How to randomize two ArrayLists in the same fashion?

java
randomization
data-integrity
fisher-yates

What does functools.wraps do?

python
decorators
functools
debugging

Creation timestamp and last update timestamp with Hibernate and MySQL

java
localdatetime
hibernate
timestamps

Centering the pagination in bootstrap

html
bootstrap
responsive-design
pagination

Creating a new dictionary in Python

python
dictionaries
comprehensions
defaultdict

What is the difference between HAVING and WHERE in SQL?

sql
having
where
query-optimization

Copy array by value

javascript
array-cloning
shallow-copy
deep-copy

What does 'synchronized' mean?

java
synchronized
thread-safety
java-memory-model

Jquery form serialize - empty string

html
form-serialization
input-validation
javascript-errors

How to remove an item from an array in AngularJS scope?

javascript
array-manipulation
angularjs
callback

What is the Python 3 equivalent of "python -m SimpleHTTPServer"

python
http-server
local-development
ipv6

Are dictionaries ordered in Python 3.6+?

python
dictionaries
ordered-dict
memory-usage

How do I reduce the opacity of an element's background using CSS?

html
css
opacity
rgba

Html: Valid id attribute values?

html
id-attributes
best-practices
css-integration

How to dockerize a maven project? and how many ways to accomplish it?

java
dockerization
maven
kubernetes

Java Serializable Object to Byte Array

java
serialization
exception-handling
objectmapper

Jquery get the rendered height of an element?

javascript
height
jquery
css-transforms

How to parse JSON in Java

java
json-parsing
jackson
error-handling

Python string.replace regular expression

python
regex
string-manipulation
file-handling