文章标题

来源:互联网 发布:华南师范大学 网络缴费 编辑:程序博客网 时间:2024/03/29 08:24

学习Spring专业词汇
(一)
1.$ is no defined:美元符号没有被定义
问题:没有引用js文件、引用js文件路径错误
2.server startup in:服务器启动
3.caused by:由于
4.no buffer space available:意思:没有可用的缓存空间
5.bind:绑定

(二)
端口被占用解决方法:
1.重启
2.检查tomcat conf目录下的server.xml文件配置
3.eclipse设置

过滤器:
1.定义好Filter
新建一个工程,在src目录下创建一个包,在包里面创建一个filter文件,在filter中找到dofilter()方法,在该方法中写入request.setCharacterEncoding(“UTF-8”)
2.配置Filter(在web.xml文件中配置)——web.xml是配置文件
在工程中找到web.xml文件,在该文件中写入
创建的filter文件名
创建filter的包.创建的filter文件名


创建的filter文件名
/根目录下面所有的请求/
/*

3.使用Filter

(三)
1.Several:几个的
2.Port:端口
3.Required:需要
4.At localhost:在本地
5.Already in use:已在使用
6.The server may already be running in another process.
这个服务器可能已经在运行其他进程
7.or a system process may be using the port.
或者一个系统进程可能正在使用这个端口
8.TO start this server you will need to stop the other process or change the port number(s)
开始该服务你将需要停止其他进程或者改变端口号
9.success成功
10.Field ‘id’ doesn’t have a default value
字段id没有默认的值
11.the tomcat server at \xxx\xxx\xx\local-config is missing.
这个tomcat服务器在…目录下丢失了
12.no server are available,click this link to create a new server
没有服务器是可用的,点击这个链接去创建一个新的服务器
13.DispatcherServlet:中央控制器
14.HandlerMapping:处理器映射
15.Controller:控制
16.ViewResolve:视图解析器
17.ContextConfigLocation:上下文配置路径
18.ContextLoaderListener:上下文加载监听器
19.Resource:资源
20.Property:属性、性质
21.Prefix:前缀
22.Suffix:后缀
23.Root cause:根本原因
24.Cannot be cast to:不能转换于
25.Is not a:不是一个
26.Could not find A in B with root cause:不能在B里面找到A不是根本原因
27.No mapping found for HTTP request with URI[/springMVC_02/user/alink3] in DispatcherServlet with name ‘UserController’
在HTTP请求没有发现映射URI(统一资源标识符)在中央控制器没有注册
28.Debug
29.Info
30.Warn
31.Error
32.Fatal
33.org.apache.log4j.ConsoleAppender 控制台
34.org.apache.log4j.FileAppender 文件
35.org.apache.log4j.DailyRollingFileAppender 每天产生一个日志文件
36.org.apache.log4j.RollingFileAppender 文件大小到达指定尺寸的时候产生一个新的文件
37.org.apache.log4j.WriterAppender 将日志信息以流格式发送到任意指定的地方
38.BeanFactory:Bean工厂
39.Clean:清理
40.Applicationcontext:上下文应用
41.Required:需求,必须
42.Autowire:自动装配
43.ModelAndView:模型和视图
44.Deployment:部署
45.Remove:移除
46.Dependencies:依赖
47.GroupId:组ID
48.ArtifactId:项目ID
49.ClasspathXmlApplicationContext:ClasspathXml上下文应用
50.Container:容器
51.Aspects:切面
52.Singleton单例
53.Prototype原型
54.Init初始化
55.Destroy销毁
56.Editor编辑
57.spellChecker拼写检查
58.Namespace命名空间
59.Inner内部的
60.Constructor 构造器
61.Invalid 无效的
62.Writable 可写的
63.Mean 意味着
64.Qualifier 限定词
65.Contfiguration 配置
66.Annotation 注解
67.Join 加入、参加
68.Point 要点
69.Advice 建议
70.ApplicationEvent 应用事件
71.Specific 特殊
72.Autowire 自动装配
73.Autodetect 自动检测
74.transaction 事务
75.Association 协会
76.Online 在线
77.Component 组件
78.Expression 算式
79.Wrapper 包装
80.ContextStartedEvent 容器启动
81.ContextStoppedEvent 容器停止
82.ApplicationEvent 容器事件
83.ApplicationListener 容器事件监听
84.Defined 定义
85.Initialization 初始化
86.Invocation 调用
87.Nested 嵌套的
88.Failed 失败
89.Pointcut 切入点
90.Weaving 组合
91.Access 进入
92.variables 变量
93.stack 推
94.modifier 修饰词
95.argument 参数
96.atom 原子性
97.consistency 一致性
98.isolation 隔离性
99.durable 持久性

原创粉丝点击