96 questions
@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...
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'...
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...
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 ...
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...
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?
Is there a site that collects web templates?
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...
The database is using mysql.Is there any way that the web will notice and process when the DB specific value is updated?
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...
« | - 8 - | » |
© 2024 OneMinuteCode. All rights reserved.