web tag

96 questions


1 answers
92 views
0
Ask questions about how to page the web implemented by flask

@app.route('/main', methods=['GET'])def test(): test_list = [] test_items = db.session.query(table_class_name).filter(table_class_name.column == 150 ).limit(9).all() for item in test_items: test_dict...


2 answers
116 views
0
Basic Font Settings Guide for Web Site Development

I wonder how you set up the font on the website.Apply font only to body {} tags, Do you use the method of loading Google Web Font?@font-face{ font-family:Nanum Gothic; src:url('/fonts/NanumGothic.eot'...

2 years ago

1 answers
94 views
0
I want to develop a chat service. App, web

I'd like to link the 1:1 chat service I'm trying to write mysql, but can mysql accept the chat details in real time I'm curious. If not, what database should I use?You need to link the web with the ap...

2 years ago

1 answers
122 views
0
This is a question related to the link between Kakao Talk chatbot and web DB.

We would like to implement a simple survey and question-and-answer function using the Kakaotalk chatbot. The detailed flow is as follows:Users are classified by Kakao Talk login and authentication on ...


1 answers
46 views
0
Django Web Development

I've built a server, but I've never built one with the web.Previously, when you created a server, you created a code with PyCharm and Eclipse in the console windowI made it run, but I'm going to use i...

2 years ago

1 answers
59 views
0
I'm trying to crawl the php web, but the page is euc-kr.

I want to parse data from a web page with php, but the encoding method of the page is euc-kr.So if you crawl the contents, the Korean alphabet will be broken, is there a way to solve it?

2 years ago

1 answers
93 views
0
I have a question about the web template.

Is there a site that collects web templates?

2 years ago

1 answers
110 views
0
How do I perform web parsing in the form of changing the value to Javascript after an HTML call?

How do I perform web parsing in the form of changing the value to Javascript after an HTML call?The developer tool shows the value, but if you parse the web itself, the data value is not parsed.I want...

2 years ago

2 answers
75 views
0
Is there a way to find out on the web when changing the db data?

The database is using mysql.Is there any way that the web will notice and process when the DB specific value is updated?

2 years ago

1 answers
95 views
0
I have a question about the event on the web.

Hello.If you look at the link below, I want to give you the effect of following the post a little later than scrolling.http://taotajima.jp/works/I don't know if it's JavaScript.If you have a similar l...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.