会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
coins
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2018年7月26日
Django内容整理
摘要: 1,创建Django工程 django-admin startproject 工程名 2,创建app cd 工程名 python manage.py startapp cmdb 3,静态文件 setting.py
阅读全文
posted @ 2018-07-26 13:32 coins
阅读(80)
评论(0)
推荐(0)
2018年7月20日
css第三天
摘要: 在标签上设置style属性: background-color: #2459a2; height: 48px; ... 编写css样式: 1. 标签的style属性 2. 写在head里面 style标签中写样式 - id选择区 #i1{ background-color: #2459a2; hei
阅读全文
posted @ 2018-07-20 15:41 coins
阅读(78)
评论(0)
推荐(0)
2018年7月19日
html第二天
摘要: - img src alt title - 列表 ul li ol li dl dt dd - 表格 table thead tr th tbody tr td colspan = '' rowspan = '' - label 用于点击文件,使得关联的标签获取光标 <label for="user
阅读全文
posted @ 2018-07-19 17:38 coins
阅读(87)
评论(0)
推荐(0)
2018年7月18日
html学习第一天
摘要: 1,<!DOCTYPE html> --Doctype告诉浏览器使用什么样的html或xhtml规范来解析html文档2,< meta http-equiv=“content-type” content=“text/html;charset=utf-8”>--页面编码(告诉浏览器是什么编码) < m
阅读全文
posted @ 2018-07-18 16:21 coins
阅读(107)
评论(0)
推荐(0)