Explain Codes LogoExplain Codes Logo

Best Articles — Page 163

Finding the next available id in MySQL

sql
auto-increment
id-allocation
mysql-optimization

How can I find all matches to a regular expression in Python?

python
regex
finditer
match-objects

How to get last inserted id?

sql
sql-exceptions
resource-management
output-parameter

Cast Double to Integer in Java

java
null-check
rounding-strategy
explicit-cast

Maven package works but IntelliJ's build fails

java
maven
intellij
configuration

Binding a list in @RequestParam

java
parameter-binding
request-param
java-annotations

How to check if a String contains another String in a case insensitive manner in Java?

java
string-comparison
performance-optimization
java-8

Replace null with 0 in MySQL

sql
null-replacement
mysql-functions
best-practices

Generic way to detect if HTML form is edited

javascript
form-engineering
event-listeners
mutation-observers

Can I execute a function after setState is finished updating?

javascript
react-hooks
state-management
functional-components

Why do I need to override the equals and hashCode methods in Java?

java
equals
hashcode
collections

Is there a way to run Python on Android?

python
mobile-development
cross-platform
android-apps

Finding local IP addresses using Python's stdlib

python
networking
stdlib
ip-address

Sql Error: ORA-01861: literal does not match format string 01861

sql
date-format
oracle-error
sql-best-practices

Can I escape HTML special chars in JavaScript?

javascript
html-escaping
security-best-practices
javascript-libraries

How to build sources JAR with Gradle?

java
gradle
java-library-plugin
javadoc

Java Byte Array to String to Byte Array

java
encoding-decoding
base64-conversions
data-integrity

Sql Server Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >=

sql
subquery
aggregate-functions
join

What's the best SQL datatype for storing JSON string?

sql
json-storage
sql-server
database-performance

Update multiple rows in Entity Framework from a list of ids

sql
bulk-operations
entity-framework
database-performance