链接——应用

页面搜索快捷键:Ctrl+F

应用的使用链接:

Spring官方文档链接:

https://docs.spring.io/spring/docs/4.3.12.RELEASE/spring-framework-reference/htmlsingle/

Maven导jar包标签链接:

https://mvnrepository.com/artifact/org.mybatis/mybatis/3.5.1

mybatis官方文档链接:

http://www.mybatis.org/mybatis-3/

修改web.xml的版本:(安装服务器的目录中)

D:\software\JAVA\Tomcat\Tomcat8\apache-tomcat-8.0.53\webapps\ROOT\WEB-INF(我自己的)

复制web.xml文件中的代码:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
                      http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
  version="3.1"         ------------------版本号
  metadata-complete="true">       ---------------是否访问注释

  <display-name>Welcome to Tomcat</display-name>
  <description>
     Welcome to Tomcat
  </description>

</web-app>

1、eclipse多行编辑快捷键:Shift +Alt +A
main方法快捷键:敲main,Ctrl+/
打印输出快捷键:敲syso,Ctrl+/
2、IDEA多行编辑快捷键:Shift +Alt+Insert
3、选择多个文件:Ctrl+鼠标点击
4、insert按钮不小心碰到发生的事件
5、相比鼠标,还是学着用键盘方便些:
Alt
会显示当前程序中的快捷键菜单条
Alt+F4
关闭当前项目或退出程序
Ctrl+Home
光标快移到文件头
Ctrl+End
光标快移到文件尾
Shift+Del
删除文件
Shift+多级文件
全部关闭

Alt+Enter
查看所选项目的属性
Shift+Delete
永久删除所选项

Ctrl+S
保存
Ctrl+W
关闭程序
Ctrl+N
新建
Ctrl+O
打开
Ctrl+Z
撤销
Ctrl+F
查找
Ctrl+U
下划线
Ctrl+Esc
显示开始菜单

Alt+F4
关闭当前程序
Alt+空格+C
关闭窗口
Alt+空格+N
最小化当前窗口
Alt+空格+R
恢复最小化窗口
Alt+空格+X
最大化当前窗口
Alt+Tab
两个程序交换
Alt+F
打开文件菜单
Alt+V
打开视图菜单
Alt+E
打开编辑菜单
Alt+I
打开插入菜单
Alt+O
打开格式菜单
Alt+T
打开工具菜单
Alt+A
打开表格菜单
Alt+W
打开窗口菜单
Alt+H
打开帮助菜单
Alt+回车
查看文件属性
Alt+双击文件
查看文件属性

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值