会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
1printf
博客园
首页
新随笔
联系
订阅
管理
2023年4月5日
前台
摘要:
阅读全文
posted @ 2023-04-05 17:29 1printf
阅读(3)
评论(0)
推荐(0)
编辑
css
摘要: /* *{ padding: 0; margin: 0; border: none; } */ /* margin: auto; =0 auto上下为0,左右自适应*/ /* body{ display: flex; justify-content: center; align-items: cen
阅读全文
posted @ 2023-04-05 03:51 1printf
阅读(8)
评论(0)
推荐(0)
编辑
怎么实现从app注册登录应用跳转到app2所获得爬虫后台数据
摘要: import json from flask import Flask, render_template, request, jsonify from flask_mysqldb import MySQL from flask_login import logout_user import pymy
阅读全文
posted @ 2023-04-05 02:18 1printf
阅读(68)
评论(0)
推荐(0)
编辑
登录页面
摘要: html文件 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>登录</title> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap
阅读全文
posted @ 2023-04-05 01:13 1printf
阅读(24)
评论(0)
推荐(0)
编辑
注册跳转到微博爬取的数据
摘要: 注册app文件 import json from flask import Flask, render_template, request, jsonify from flask_mysqldb import MySQL from flask_login import logout_user imp
阅读全文
posted @ 2023-04-05 00:49 1printf
阅读(20)
评论(0)
推荐(0)
编辑
2023年4月4日
用户注册登录
摘要: import json from flask import Flask, render_template, request, jsonify from flask_mysqldb import MySQL app = Flask(__name__) app.config['MYSQL_HOST']
阅读全文
posted @ 2023-04-04 18:11 1printf
阅读(51)
评论(0)
推荐(0)
编辑
flask,mysql实现用户登录注册注销改密
摘要: flask.py文件 from flask import Flask, render_template, request, redirect, url_for, flash, session from flask_mysqldb import MySQL import bcrypt app = Fl
阅读全文
posted @ 2023-04-04 12:37 1printf
阅读(101)
评论(0)
推荐(0)
编辑
2023年4月3日
后台
摘要: import pymysql from flask import Flask, render_template from flask import Flask, jsonify from flask import Flask, send_from_directory from flask impor
阅读全文
posted @ 2023-04-03 21:21 1printf
阅读(49)
评论(0)
推荐(0)
编辑
前台
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>微博数据</title> <!-- <script src="{{ url_for('static', filename='index.js') }}"></script> -->
阅读全文
posted @ 2023-04-03 21:20 1printf
阅读(2)
评论(0)
推荐(0)
编辑
index.html
摘要: <!DOCTYPE html><html lang="en"> <head> <link href="css/BigData.css" rel="stylesheet" type="text/css" /> <link href="css/index.css" rel="stylesheet" ty
阅读全文
posted @ 2023-04-03 13:40 1printf
阅读(1388)
评论(0)
推荐(0)
编辑
下一页
公告