database tag

146 questions


1 answers
63 views
0
How to interlock flask sqlite3

Enter the ID password in the html document connected by render_template on a simple web screen made of flask and compare it with the data stored in db (I want to pass it over by POST method) so that y...


1 answers
86 views
0
Why can't the value read from the database be seen in the packet?

We are making an app that parses information from our school portal.The problem is that the information you want to parse seems to be the value expressed in the Java portlet, not in the html form.I pl...

2 years ago

1 answers
67 views
0
About the Pandas DataFrame SQLite3 conversion

Hello. I'm trying to google several times, but this part is blocked, so I'm asking you a question. We created two lists as shown below, and created a DataFrame that identifies the quantity of values w...


2 answers
106 views
0
What should I do with logic when the purchase list product is deleted?

Product ------FK----> Purchase ListIf the product on the purchase list is deleted, the purchase list is supposed to be deleted. Is it the right way not to delete the purchase list?Or is it right to...


1 answers
40 views
0
I want to know how to set the DB of WordPress.

I understand that you can set the DB in wp-config.php in WordPress.What I'm curious about is that I don't know how to write DB_HOST below. e.g.) When you set up a host for a local DB server inside the...

2 years ago

1 answers
119 views
0
user permission table design

What I'm going to do now is to store multiple roles for each user, and there are several permissions attached to the role.user1.Role = [writer, reader]user2.Role = [editor, reader]writer.permission = ...


1 answers
80 views
0
In personal blog development, to write a post like Naver blog?

I want to develop my own personal portfolio site.For example, this text I'm writing now can be uploaded to DB as a data type called Content..?Like Naver Blog, there is a font designation on the top of...

2 years ago

1 answers
93 views
0
Do I need to encrypt Firebase DB separately?

I'm trying to create a notepad app using Firebase DB, but when I used it, I could see other people's data and storage pictures without data encryption.In Firebase, it is considered that security suppo...


1 answers
37 views
0
Share Android db

Android DB uses sqliteWhen I tried it, it was the intestinesShould I say that cell phones can't share db because it's a DB?I want to share the db like the web. Please let me know the db program or met...

2 years ago

1 answers
106 views
0
How to Implement Comments/Like Notifications

Like the attached image, please leave a comment or like such as What can I do if I want to create a notification feature?Here are some of the things that need to be implemented:

« - 11 - »

© 2024 OneMinuteCode. All rights reserved.