- 浏览: 3871 次
- 性别:
- 来自: 北京
-
最新评论
文章列表
1,打开 http://www.oracle.com/ 官网
2,选中"Download" -> "JAVA SE" 打开 如图:
3,然后打开了下载页面 http://www.oracle.com/technetwork/java/javase/downloads/index.html
移动到最后发现有个"Java Archive" 点右边的“Download”按钮
如图:
4,打开了如下页面
5,选中你要下载的大版本
我选择1.8版本打开
如图:
我选择的是18u66版本
如图:
...
mysql查询重复数据
- 博客分类:
- WEB开发经验总结
表 table_1有字段id,和name,现在我要查询重复的id和name数据出来,使用下面语句即可。
select count(1) as total,id,name from table_1 GROUP BY mvid,volumeid HAVING total>1
我通过Help>Install New Software进行插件安装:
FindBugs
http://findbugs.cs.umd.edu/eclipse
PMD
http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
CheckStyle 下载安装
https://sourceforge.net/projects/eclipse-cs/files/Eclipse%20Checkstyle%20Plug-in/
工具
目的
检查项
...
1,把jar修改为war
2,右击要修改的项目,点Properties修改project facets,选中Dynamic Web Module
3,新建如下目录
配置web文件
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchem ...
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<!-- 指定jdk和编码 -->
<source>1.7</source>
<target>1.7</target>
<sourceEncodi ...
一直都是报这个错误, 检查了好几次也没有发现问题, 后来检查一次又一次发现Web Deployment Assembly管理少了maven Dependencies
HTTP Status 404 - /com.steel.live.web/
type Status report
message /com.steel.live.web/
description The requested resource (/com.steel.live.web/) is not available.
Apache Tomcat/7.0.27