08 2018 档案
摘要:实现用户的登录 在view中 def login(request): if request.method=='GET': return render(request,'login.html') else: name=request.POST.get('name') pwd=request.POST.
阅读全文
摘要:补充一个SweetAlert插件示例 点击下载Bootstrap-sweetalert项目。
阅读全文
摘要:col-md-offset-*、col-md-push-*、col-md-pull-* offset 补偿(课本上或相关教程上一般都把这个叫做“偏移”),其实就是在左侧补列(1~11列) push 推 pull 拉 偏移、推、拉,都有一个参照物,即相对的位置,那就是左侧, 相对于左侧偏移、推、拉 写
阅读全文


浙公网安备 33010602011771号