摘要:
自定义django登录装饰器 阅读全文
摘要:
自定义django登录装饰器 阅读全文
摘要:
# aware time:清醒的时间(清醒的知道自己这个时间代表的是哪个时区的)# navie time:幼稚的时间(不知道自己的时间代表的是哪个时区) 在settings.py中设置 #### 使用aware time 进行计算操作。出现的错误 阅读全文
摘要:
莫名其妙的错误。 删除了migreation文件,并且更换了数据库。 1.直接makemigrations + migrate error: no change ?? WTF 2.makemigrations app + migrate app 循环完成 no error, but can't us 阅读全文
摘要:
在另一个函数中,将需要使用的函数绑定在window下 阅读全文
摘要:
1.form 2.ajax发送 django获取文件 request.FILES.get('file', '') tornado获取文件 self.requests.files.get('file', '') 获取的格式 list [{'body': 'aaa', 'content_type': u 阅读全文
摘要:
btn.click(function (event) { event.preventDefault(); // 组织发送 $.ajax({ ...}) }) 阅读全文
摘要:
<label class="btn btn-default btn-file">上传图片 <input hidden type="file" class="btn btn-default"></label> 阅读全文
摘要:
bootstrp样式: v3.bootcss.vom 弹窗: sweetalert 后台管理系统页面框架 css框架 LTE adminlte.io 编辑器 UEditor 阅读全文
摘要:
地址:https://adminlte.io/ 下载代码。使用index.html的页面及相关文件 通过下在线检查adminlte.io的后台的各种模块元素,仿写。 阅读全文
摘要:
pip freeze >requirements.txt 阅读全文
|