python基础和前端中英文对照

python中英文对照

python 大蟒蛇
downlaods 下载
install 安装
customize 自定义
path 环境变量:路径
optional 可选的
feature 特性特点
documentation 文档
associate 关联
shortcuts 快捷方式
setup 安装
successful 成功
library 库
scripts 脚本
print 打印
hello world 你好,世界
commond 命令
power 能量
shell 壳
exit 退出

integer int 数字
string str 字符串
define 定义
delete del 删除
rencent 最近的(时间方面)
last 最后的
call 调用
IDE (integrate Development kit) 集成开发工具
tools 工具
professional 专业的
Development 开发
developer 开发者
community 社区
setup 安装
guide 想到
installation 安装
recommend 建议
application 应用
possible 可能
computer 电脑
next 下一步
break 中断
length 长度 len()
parameter 参数 param
argument 参数
return 返回
define 定义 def
function 功能,函数
require 必须
miss 丢失
object 对象、事物
callable 可调用
default 默认的
follow 跟在…后面
recursion 递归
global 全球,全局的
slice 切
remove 移除
list 列表
dict 字典
key 键
value 值
support 支持,具备…功能
assignment 分配,任务,工作
set 集合
operator 操作符
union 联合, 并

pycharm

new 新建
directory 文件夹
file 文件
copy 复制
cut 剪切
paste 粘贴
refactor 修改
rename 重命名
move 移动
font 字体
setting 设置
appearance 外观
editor 编辑器
external 外部的
library 库
console 终端、命令行
terminal 终端
todo 待办事情
favorites 喜爱,收藏夹
structure 结构
view 视图,浏览
edit 编辑
navigate 导航
code 代码
refactor 更改
run 跑,运行
tools 工具
windows 窗口 布局
help 帮助
indent 缩进
expected 期待,预料
PEP8 python官方第8号文件,规定了代码书写风格
instance 实例
while 当…的时候
stop 停止
terminate 终止
interpreter 解释器
range 范围

前端

html 缩写 Hyper text Markup Language:超文本标记语言
lang=“zh”

head:

head 头部 html的开头
meta charset 元字符集 例子:meta charset=“UTF-8”
title 标题 >

body:

body 身体 html的内容
##基础属性

用来定义文档的页 有1到6从大到小
paragraph 段落

换行 attribate:属性 值:value algin 对齐的 bold 加粗 italic 斜体 强壮 加重语气 emphsized 强调 small 小 字体变小变细

horizon 水平分割线 style 样式

超文本

anchor 链接 超链接
herf href属性
target 目标 target=self 默认 blank新标签页
Title 标题 热点区域 (点上去可以看见)
图片

table 表格

border 边界 边框 border=“38px”
background 背景

table row 表格的每一行 table head表格的开头 table date 表格列
colspan column span 列合并
rowspan row span 行合并

bgcolor 单元格颜色
background 背景颜色
border 边框
cellpadding 文字与单元格之间的距离

图片

img src img图片 sample return container 样品返回容器 返回的图片
title 标题 图片显示失败显示的内容

列表

ol order list 有序列表

list 列表 列表中的每一项 type 属性
unordered list 无序列表

表单

form 表格,表单,形式
label 标签 用户名
type 类型 例子:type=“text”
placeholder 占位符 placeholder=“请输入用户名”
required 要求 required=“required” 输入不能为空的意思
readonly 只读 readonly=“readonly” 只读此项
input 输入
text 普通的文本输入框 type=“text”
password 密码输入框
checkbox 多远
value 价值 是传入后台的值
select 选择
option 选项
textarea 文本域
submit 提交

布局

divide 分割 class 班级,归类 class可以命名多个一类相同的 id 地址 name 名字 size 尺寸 reset 重置

CSS

link 链接
rel relation目标文件种类
href 目标文件地址
type 文件种类
style 方式
background-image 背景图片
background-repeat:no-repeat 图片是否重复
background-repeat:repeat-x 图片变成一行
background-attachment: fixed 随着鼠标滑动
background-size: 用px 也可以用%
text-decoration: none 去除下划线
text-align 对齐
text-indent 首行缩进
circle 圆圈
square 正方体,方格
hover 悬停 鼠标停留是状态
visited 参观,访问 点击之后状态
active 积极起作用的 鼠标按下时的激活状态
outline描边
border 边境,边界
margin 边缘
solid 实心线
dotted虚线
padding 垫衬,填充
font-size 字体大小
width: 宽度
height 高度
top 顶部
bottom 底部
padding-left: 填充左
padding-right: 填充右
padding-top: 填充顶部
padding-bottom: 填充底部
border-style: 边框风格
solid 实心
border-width: 边框宽度
border-color: 边框颜色

猜你喜欢

转载自blog.csdn.net/Tian_rc/article/details/83010537