develop-skill-route-names

##开发技巧(接口,路由命名)
参考下面的网站路由规则

1
2
3
4
5
web服务标准链接
学习好的官网的路由规则
http://ws-i.org/
http://uddi.xml.org/uddi-org
http://www.alibabagroup.com/cn/global/home

方法命名规则
转自

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
单词
eclipse使用git遇到的单词
Browse 浏览
push 推送
Configuration 配置
team 团队
upgrade 升级
cleanup 清理
clone 克隆
repository 仓库
master 主要
history 历史
repositories 库
ignore 忽略
patch 补丁
reset 复位,还原
untracked 跟踪
staged 上演
modified 被改进的
compare mode 比较模式
team synchronizing 团队同步
commit时:
author 作者
committer 提交者
commit 提交到本地仓库
stashes 将
push to upstream 推到上游
fetch from upstream 从上游取
push branch 推支
pull 拉取
remote 远程
references 引用
switch to 切换到
advanced 先进的
synchronize workspace 同步工作区
merge tool 合并工具
merge 合并
rebase 垫底
refresh 刷新
Clone Git repository 克隆Git仓库
discon nect 断开连接
create patch 创建补丁
apply patch 应用修补程序
add to index 添加到索引
remove from index 从索引中删除
show in repositories view 显示仓库视图
checkout as new local branch 作为新的本地分支结账
checkout commit 结帐提交
git view 仓库
branches 分支
local 局部
remote tracking 远程跟踪
create branch 创建分支
paste repository path or url 粘贴库路径或网址
working directory 工作目录
添加索引 好处?
EGIT中只要Commit就可以默认将untracked的文件添加到索引再提交更新,不需要分开操作
///////////////////////////////////////////////////////////////////////
Maven学习遇到的单词
Apache 一个开放源码的网页服务器
timestamp 时间戳
dependency 依赖
injection 注入
dependency injection 依赖注入
Archetype 原型
maven 专家
selection 选择
skip 跳跃
simple 简单的
plan 计划
skip Archetype selection 跳过原型选择
Create a simple project 创建一个简单的项目
configuration 配置
restore defaults 恢复默认值
choose 选择
existing 目前的
choose an existing server 选择一个现有的的服务器
manually 手动的
define 定义
reason 理由
missing 错过
config 配置
preferences 参数选择
runtime 执行时间
environment 环境
runtime environment 运行环境
Annotation 注释
source 来源
resource 资源
DataSource 数据源
Artifact ID 组中模块的名称
group id 组标识符
scan 扫描
不是很全,欢迎补充!
///////////////////////////////////////////////////////////////////////
spring学习单词
Component 组成
include 包含
filter 过滤
scan 扫描
status 状态
report 报告
status report 状态报告
source 来源
not 不
found 创立,建立
for 因为
source not found for
没有找到来源
jetty 码头
skills 技能
background 背景音乐
in 在...之内,按照
run in background 在后台运行
不是很全,欢迎补充!