409 questions
I started Django, I started with 1.10.I use Python 3.5, but MySQLdb only supports Python 2.So I chose pymysql.However, Django wants to use the session
When specifying data types in mysql, what is the meaning of the numbers in brackets?
I'm practicing linking php and mysql. If you look at the example, the way you approach the table column is a little different, but I wonder if they have the same meaning or not, and I want to know wha...
I'd like to make a blog with PHP. I would like to create a personal blog of members like Naver blog, not a personal homepage. I have many questions about DB design before making it.I don't think it wa...
Hello, I'm an introductory developer.I am working on transferring data from the Android app to the web server (php, MySQL).If you enter information about the product (text + picture) in the app and sa...
For example, if today's route is stored in DB, I want to print out a list of today's travel routes. What I want to do here is not print out all the travel routes, but if it's the same place for hours ...
<?php$com = mysqli_connect(localhost, 123 , 123! , 123 );$start = '2018/5/1';$end = '2018/5/30';$statement = mysqli_prepare($com, select * from CARJOIN where DATE(startDay)>= '?' and DATE(startD...
Data imported from mysql has been scattered in the list view. When I click on the item in the list view, I'd like to show you other information about the data in pop-up format. There is a column calle...
SELECT u.*FROM users uWHERE u.id IN (5, 4, 1, 2, 3)If you do it, the result isThe results of the arrangement of 1, 2, 3, 4, and 5 come out, so can't we make it come out as we put it in?
« | - 30 - | » |
© 2024 OneMinuteCode. All rights reserved.