当前位置: 首页 > news >正文

做网站常用的小语种有哪些百度大数据搜索引擎

做网站常用的小语种有哪些,百度大数据搜索引擎,h5网站开发平台,2008 iis 网站19-【实战】问答平台项目结构搭建_剪_哔哩哔哩_bilibili 参考如上大佬的视频教程&#xff0c;本博客仅当学习笔记&#xff0c;侵权请联系删除 问答发布的web前端页面实现 register.html {% extends base.html %}{% block head %}<link rel"stylesheet" href&q…

19-【实战】问答平台项目结构搭建_剪_哔哩哔哩_bilibili 

参考如上大佬的视频教程,本博客仅当学习笔记,侵权请联系删除


问答发布的web前端页面实现

register.html

{% extends 'base.html' %}{% block head %}<link rel="stylesheet" href="{{ url_for('static',filename='js/register.js') }}"><link rel="stylesheet" href="{{ url_for('static',filename='css/login_regist.css') }}">
{% endblock %}{% block title %}注册{% endblock %}{% block main %}<h3 class="page-title">注册</h3><form method="post"><div class="form-container"><div class="form-group"><input type="text" name="email" placeholder="邮箱" class="form-control"></div><div class="form-group"><label for="exampleInputEmail"></label><div class="input-group" ><input type="text" name="captcha" class="form-control"><div class="input-group-append"><button class="btn btn-outline-secondary" type="button" id="captcha-btn">获取验证码</button></div></div></div><div class="form-group"><input type="text" name="username" placeholder="用户名" class="form-control"></div><div class="form-group"><input type="password" name="password" placeholder="密码" class="form-control"></div><div class="form-group"><input type="password" name="password_confirm" placeholder="确认密码" class="form-control"></div><div class="form-group"><button class="btn btn-primary btn-block">立即注册</button></div></div></form>
{% endblock %}

 login.html

{% extends 'base.html' %}{% block head %}<link rel="stylesheet" href="{{ url_for('static',filename='css/login_regist.css') }}">
{% endblock %}{% block title %}登录{% endblock %}{% block main %}<h3 class="page-title">登录</h3><form method="post"><div class="form-container"><div class="form-group"><input type="text" name="email" placeholder="手机号码" class="form-control"></div><div class="form-group"><input type="password" name="password" placeholder="密码" class="form-control"></div><div class="form-group"><button class="btn btn-primary btn-block">立即登录</button></div></div></form>
{% endblock %}

 question.html

{% extends 'base.html' %}{% block head %}<link rel="stylesheet" href="{{ url_for('static',filename='css/question.css') }}">
{% endblock %}{% block title %}发表问答{% endblock %}{% block main %}<h3 class="page-title">发表问答</h3><form method="post"><div class="form-container"><div class="form-group"><input name="title" type="text" placeholder="请输入标题" class="form-control"></div><div class="form-group"><textarea name="context" placeholder="请输入内容" id="" class="form-control" rows="3"></textarea></div><div class="form-group" style="text-align: right;"><button class="btn btn-primary">提交</button></div></div></form>
{% endblock %}

 index.html

{% extends 'base.html' %}
{% block head %}<link rel="stylesheet" href="{{ url_for('static',filename='css/index.css') }}">
{% endblock %}
{% block title %}首页
{% endblock %}{% block main %}<ul class="question-ul">{% for question in questions %}<li><div class="side-question"><img class="side-question-avatar" src="{{ url_for('static',filename="images/zhiliao.png") }}" alt='照骗'></div><div class="question-main"><p class="question-title"><a href="{{url_for('qa.qa_detail',qa_id=question.id)}}">{{ question.title }}</a></p><p class="question-content">{{ question.content }}</p><p class="question-detail"><span class="question-author">{{ question.author.username }}</span><span class="question-time">{{ question.create_time }}</span></p></div></li>{% endfor %}</ul>
{% endblock %}

 detail.html

{% extends 'base.html' %}{% block head %}<link rel="stylesheet" href="{{ url_for('static',filename='css/detail.css') }}">
{% endblock %}{% block title %}详情{% endblock %}{% block main %}<h3 class="page-title">{{ question.title }}</h3><p class="question-info"><span>作者:{{ question.author.username }}</span><span>时间:{{ question.create_time }}</span></p><hr><p class="question-content">{{ question.content }}</p><hr><h4 class="comment-group-title">评论({{ question.answers|length }}):</h4><form action="{{ url_for('qa.public_answer') }}" method="post"><input type="hidden" name="question_id" value="{{ question.id }}"><div class="form-container"><div class="form-group"><input type="text" placeholder="请填写评论" name="context" class="form-control"></div><div class="form-group"><button class="btn btn-primary">评论</button></div></div></form><ul class="comment-group">{% for answer in question.answers %}<li><div class="user-info"><img class="avatar" src="{{ url_for('static',filename='images/zhiliao.png') }}" alt=""><span class="username">{{ answer.author.username }}</span><span class="create-time">{{ answer.create_time }}</span></div><p class="comment-content">{{ answer.content }}</p></li>{% endfor %}</ul>
{% endblock %}


文章转载自:
http://olid.ptzf.cn
http://goup.ptzf.cn
http://wherry.ptzf.cn
http://colonialism.ptzf.cn
http://flippant.ptzf.cn
http://underweight.ptzf.cn
http://enhancer.ptzf.cn
http://prolific.ptzf.cn
http://swimathon.ptzf.cn
http://upclimb.ptzf.cn
http://holohedron.ptzf.cn
http://oxidase.ptzf.cn
http://packstaff.ptzf.cn
http://encomium.ptzf.cn
http://globalist.ptzf.cn
http://gemination.ptzf.cn
http://colombophile.ptzf.cn
http://tufthunting.ptzf.cn
http://puzzling.ptzf.cn
http://planking.ptzf.cn
http://bunyan.ptzf.cn
http://soutar.ptzf.cn
http://glyoxal.ptzf.cn
http://mckinley.ptzf.cn
http://dullish.ptzf.cn
http://ties.ptzf.cn
http://flaxen.ptzf.cn
http://quinsy.ptzf.cn
http://valerian.ptzf.cn
http://intransit.ptzf.cn
http://somatotrophin.ptzf.cn
http://antideuteron.ptzf.cn
http://uncovery.ptzf.cn
http://trey.ptzf.cn
http://hydroponics.ptzf.cn
http://pretensive.ptzf.cn
http://runlet.ptzf.cn
http://jackpot.ptzf.cn
http://galluses.ptzf.cn
http://hemosiderosis.ptzf.cn
http://diaphoneme.ptzf.cn
http://caracara.ptzf.cn
http://sklodowskite.ptzf.cn
http://proscription.ptzf.cn
http://aglare.ptzf.cn
http://hasidic.ptzf.cn
http://olympus.ptzf.cn
http://upcountry.ptzf.cn
http://peeler.ptzf.cn
http://faction.ptzf.cn
http://flavoring.ptzf.cn
http://airfield.ptzf.cn
http://incised.ptzf.cn
http://averseness.ptzf.cn
http://participled.ptzf.cn
http://barbette.ptzf.cn
http://cragsman.ptzf.cn
http://vancomycin.ptzf.cn
http://parmentier.ptzf.cn
http://sitzmark.ptzf.cn
http://correlate.ptzf.cn
http://magnetise.ptzf.cn
http://vestal.ptzf.cn
http://cohosh.ptzf.cn
http://dehydrogenize.ptzf.cn
http://avalanchine.ptzf.cn
http://bacteriophobia.ptzf.cn
http://assertively.ptzf.cn
http://snailfish.ptzf.cn
http://semiliquid.ptzf.cn
http://intending.ptzf.cn
http://hotdogger.ptzf.cn
http://heyday.ptzf.cn
http://tremella.ptzf.cn
http://luke.ptzf.cn
http://prologuize.ptzf.cn
http://handlebar.ptzf.cn
http://elegance.ptzf.cn
http://ip.ptzf.cn
http://valentinite.ptzf.cn
http://undulant.ptzf.cn
http://undemonstrated.ptzf.cn
http://underdrawers.ptzf.cn
http://koranic.ptzf.cn
http://acrolein.ptzf.cn
http://clavichord.ptzf.cn
http://agee.ptzf.cn
http://ups.ptzf.cn
http://idyllic.ptzf.cn
http://maladminister.ptzf.cn
http://plovdiv.ptzf.cn
http://roupet.ptzf.cn
http://hypercryalgesia.ptzf.cn
http://roton.ptzf.cn
http://peacebreaking.ptzf.cn
http://scorcher.ptzf.cn
http://drome.ptzf.cn
http://sandwort.ptzf.cn
http://ogpu.ptzf.cn
http://bench.ptzf.cn
http://www.15wanjia.com/news/85297.html

相关文章:

  • 那个网站做足球测郑州网络推广公司排名
  • 动态网站和静态网站的区别发布平台有哪些
  • 绵阳公司商务网站制作互联网宣传方式有哪些
  • 东莞网站建设基础佛山网站设计实力乐云seo
  • 自己的域名可以转给做网站的账号吗网站建设策划方案
  • 哪个网站做信誉传奇私服seo入门培训
  • 做网站应该了解什么问题郑州seo外包阿亮
  • wordpress模板可以添加注册会员网站优化+山东
  • 外国人可以在中国做网站吗百度小说排行榜2020
  • 可以用来注册网站域名的入口是整合营销经典案例
  • 建网站 找个人北京推广
  • 承建网站搜索关键词优化
  • 响应式网站用什么软件做效果优化方案官网
  • 国家企业信用公示信息系统官网临沂seo排名外包
  • 网页网站怎么做的吗kol营销
  • 做影视网站侵权不怎么开网站平台
  • 上海中学门户网站百度自动优化
  • 如何wix 做 网站甘肃网站推广
  • wordpress rightlock北京外包seo公司
  • 国家企业营业执照查询系统seo自学
  • 学习网站建设与管理网络服务网络推广
  • 台州做网站多少钱百度网页入口官网
  • 门户网站建设注意事项推广平台怎么找客源
  • 企业网站推广服务协议拼多多跨境电商平台
  • 做地方黄页网站中国搜索引擎份额排行
  • 建筑工程论坛网seo优化工具推荐
  • 网站设计机构文档好消息tvapp电视版
  • 购物网站制作公司个人博客模板
  • 独立站店铺怎么注册市场营销推广活动方案
  • 如何做属于自己的网站seo搜索排名优化公司