database 第4页
Wednesday Links - Edition 2021-04-21-拾光赋

Wednesday Links – Edition 2021-04-21

Wednesday Links - Edition 2021-04-21, Wednesday Links (20 Part Series) 1 Wednesday Links - Edition 2021-03-24 2 Wednesday Links - Edition 2021-03-31 ... 16 more parts... 3 Wednesda...
kity的头像-拾光赋kity4年前
0258
Using “pepper” to increase password storing security-拾光赋

Using “pepper” to increase password storing security

Using “pepper” to increase password storing security,Article originally posted o my personal website under How to securely store the password using a salt and pepper In a previou...
kity的头像-拾光赋kity4年前
03211
Create a runtime hierarchical config engine in 5 minutes using Java-拾光赋

Create a runtime hierarchical config engine in 5 minutes using Java

Create a runtime hierarchical config engine in 5 minutes using Java,One of many things Kiara DB can do. Please provide feedback and help this open source project improve. Here is a...
kity的头像-拾光赋kity4年前
0467
Image & Video Gallery Management System Web Development-拾光赋

Image & Video Gallery Management System Web Development

Image & Video Gallery Management System Web Development,I'm doing this as my final year project for my diploma. This system comes with backup and multiple levels of admin access. A...
kity的头像-拾光赋kity4年前
0459
Day 14 of 365 days of code-拾光赋

Day 14 of 365 days of code

Day 14 of 365 days of code,I didn't get time to work on my side project today. Was so occupied with office work. Hate working on production support. Guess no fri-yay for me. Was lo...
kity的头像-拾光赋kity4年前
0247
Exposing sequential IDs is bad! Here is how to avoid it.-拾光赋

Exposing sequential IDs is bad! Here is how to avoid it.

Exposing sequential IDs is bad! Here is how to avoid it.,Article originally posted on my personal blog: How not to expose your primary keys When working on LOGaritmical, I initiall...
kity的头像-拾光赋kity4年前
0419
How to properly store a password in the Database-拾光赋

How to properly store a password in the Database

How to properly store a password in the Database,Article originally posted on my website un How to securely store the password in the Database When I started LOGaritmical, one of t...
kity的头像-拾光赋kity4年前
0437
How to use String UUID in Hibernate with MySQL-拾光赋

How to use String UUID in Hibernate with MySQL

How to use String UUID in Hibernate with MySQL,When creating the database structure it is important to make sure that each row in a table has a unique ID so that it can be easily i...
kity的头像-拾光赋kity4年前
02210
Database Query Statistics-拾光赋

Database Query Statistics

Database Query Statistics,I am pretty sure most of us developers will face some database performance problem every day. Ninety percent of the time this could be due to the missing ...
kity的头像-拾光赋kity4年前
03715
Transaction in Spring Boot as simple as possible-拾光赋

Transaction in Spring Boot as simple as possible

Transaction in Spring Boot as simple as possible, Introduction A few days ago I had to investigate a bug in production that involved a database transaction, specifically defined by...
kity的头像-拾光赋kity4年前
04912
MyBatis tips-拾光赋

MyBatis tips

MyBatis tips, Conditional update query with MyBatis Sample code for conditional update (testing for a value using if) when using annotation based MyBatis mapper interface in Java. ...
kity的头像-拾光赋kity4年前
03712
Explore Your Database Schema with SchemaCrawler-拾光赋

Explore Your Database Schema with SchemaCrawler

Explore Your Database Schema with SchemaCrawler,How do you explore a new database? Chances are that you have started a new job, and are quickly trying to get up to speed on how the...
kity的头像-拾光赋kity5年前
0247