database tag

146 questions


1 answers
55 views
0
This is a problem with Python Django + AJAX linkage.

You want to use AJAX + DJANGO to make sure that the value will continue to change automatically without having to manually refresh the screen.In this case, I don't know how to write the code, so I'm a...

2 years ago

1 answers
47 views
0
This is a question about django DB renewal.

Hello, I'm Jango and DB Wang novice. I'm writing to ask you a long db question.I wrote a script to store the contents of a site information obtained through real-time crawling in Django db.What I'm cu...

2 years ago

1 answers
101 views
0
When deleting data, can I find it with the delete method (key value to match, class name)?

public static void delete (int id) { // Create an EntityManager EntityManager manager = ENTITY_MANAGER_FACTORY.createEntityManager(); EntityTransaction transaction = null; try { // // Get a transacti...


1 answers
56 views
0
How to prevent database hacking

Hello.I am running mysql, mongodb on the aws instance. I didn't take any security measures, so I got hacked this time. No wonder the data didn't come up even if I sent the request. I thought this mess...

2 years ago

1 answers
81 views
0
Large Comment DB Schema Design

Hello, I'm trying to implement the comment function during the development of the bulletin board.I'm confused no matter how much I think about it and search for it.I'd like to ask for your help.First ...


1 answers
43 views
0
Questions regarding the design of the Android DB table. (Even if it's not an Android environment...)

Hello, db design because I don't know a lot of help to the table please.For example, a DB for managing Olympic record winning records was created as follows: The reason why I put the type column is th...

2 years ago

2 answers
90 views
0
Query to get daily visitor count as login history (MySQL)

There is a table that takes the user ID (INT) and login time (Timestamp) as columns, and INSERTs the record once every time the user logs in.I'd like to get the number of duplicate daily visitors from...

2 years ago

1 answers
67 views
0
Springboot database integration

Database Configuration.java Class package board.configuration;import javax.sql.DataSource;import org.springframework.boot.context.properties.ConfigurationProperties;import org.springframework.context....

2 years ago

1 answers
52 views
0
How do I not save values in db where the primary_key setting and primary_key overlap in sql database? (Android) (Beginner)

While using sql statements and inserting data into the database as insert statements, it is difficult to implement a way to move over data that overlaps the key without storing it in the database. How...

2 years ago

1 answers
48 views
0
I want to get a tuple with a specific string from rails db.

Hello, everyoneI want to get a tuple with a specific string from the rails. When I do the sql door, LIKE '% specific string%' could be searched.Rails has several functions that use dbI'd like to know ...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.