上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 35 下一页
摘要: 切换切片工具 Ctrl + - 放大缩小图片 空格 鼠标拖动图片 delete 删除切片 Ctrl + r 显示/隐藏 标尺 鼠标放在标尺上 切换 为 像素 单位 鼠标放在切切片图片的原点 拉动切片大小 导出切片图片 文件-》导出-》 存储为web选用格式 快捷键 Alt + Shift + Ctr 阅读全文
posted @ 2020-05-15 11:04 EricBlog 阅读(467) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>双伪元素清除浮动</title> <style type="text/css"> /* 声明清除浮动的样式 */ .clearfix:before, .clearf 阅读全文
posted @ 2020-05-15 09:40 EricBlog 阅读(3600) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> /* 声明清除浮动的样式 */ .clearfix:after { content 阅读全文
posted @ 2020-05-15 09:26 EricBlog 阅读(909) 评论(0) 推荐(0) 编辑
摘要: /*box-shadow: 水平阴影 垂直阴影 模糊距离 阴影尺寸 阴影颜色 内/外阴影*/ box-shadow: 0 15px 30px 0 rgba(0,0,0,0.3); 圆角 border-radius: 50%; 阅读全文
posted @ 2020-05-14 16:14 EricBlog 阅读(562) 评论(0) 推荐(0) 编辑
摘要: https://desktop.github.com/ 阅读全文
posted @ 2019-09-10 17:27 EricBlog 阅读(235) 评论(0) 推荐(0) 编辑
摘要: # 查询轮播图slider_list = Slider.objects.filter(type = constants.SLIDER_TYPE_INDEX)# 查询新闻now_time = datetime.now()# 置顶的 有效的 在时间范围内的news_list = News.objects 阅读全文
posted @ 2019-09-10 17:26 EricBlog 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1 配置数据库 100行左右 python manage.py check python manage.py makemigrations python manage.py migrate 同步成功 阅读全文
posted @ 2019-09-10 11:02 EricBlog 阅读(679) 评论(0) 推荐(0) 编辑
摘要: """ Q函数的使用"""# 查询username 或者nicjname 都为zhangsan 的用户# user_list = WeiboUser.objects.filter(username='zhangsan')# user_list2 = WeiboUser.objects.filter( 阅读全文
posted @ 2019-09-06 15:51 EricBlog 阅读(966) 评论(0) 推荐(0) 编辑
摘要: from django.shortcuts import renderfrom django.http import HttpResponsefrom django.db.models import Sum,Max,Min,Avgfrom grade.models import Grade, Stu 阅读全文
posted @ 2019-09-06 14:34 EricBlog 阅读(1435) 评论(0) 推荐(0) 编辑
摘要: from django.shortcuts import renderfrom django.http import HttpResponsefrom django.core.paginator import Paginator, EmptyPage, PageNotAnIntegerfrom datetime import datetime from weibo.models import We 阅读全文
posted @ 2019-09-06 12:36 EricBlog 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 35 下一页