留言板

avatar 2017年02月03日15:07:51 525 133634 views
博主分享免费Java教学视频,B站账号:Java刘哥

收藏语录

  • 务实 言行相应 不怀自大;有恒 有所作为 而不终舍
  • 幸勿苟且小就,自限其成。 ——贺长龄对左宗棠
  • 天下断无易处之境遇,人间哪得空闲之光阴。——曾国藩
  • No matter which one is your choice, please remember, stick to it and take the consequences.
  • If you don't succeed ,try ,try ,try again.

   

发表评论

avatar 登录者:匿名
匿名评论,评论回复后会有邮件通知

  

已通过评论:305   待审核评论数:0
  1. avatar 哈哈

    http://localhost:8080/manager/html 出现无样式的登录页面,http://localhost:8080/出现404配置了application context uploads下的静态页面可以访问到了,这是怎么回事

  2. avatar DMC

    博主数据库的各个字段的含义有说明书吗

    • avatar 王一

      @DMC:你好,你的这个问题解决了吗,我现在也有这个问题

  3. avatar 软工

    java: java.lang.ExceptionInInitializerError Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs accessible: module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module @3e5aa471 咋回事啊!!!Tomcat 10.1.0-M2 maven 3.8.1

  4. avatar yanzhao

    社区版idea部署 1. jsp的依赖有问题,改成下面这个 <!-- 添加jsp支持 --> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>2.1</version> <scope>provided</scope> </dependency> 2. 添加maven插件 <build> <resources> <!-- 编译之后包含xml --> <resource> <directory>src/main/java</directory> <includes> <include>**/*.xml</include> </includes> <filtering>true</filtering> </resource> <!-- 编译之后包含xml和properties --> <resource> <directory>src/main/resources</directory> <includes> <include>**/*</include> </includes> <filtering>true</filtering> </resource> </resources> <plugins> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configuration> <path>/</path> <!-- 项目访问路径 本例:localhost:9090, 如果配置的aa,则访问路径为localhost:9090/aa --> <port>8080</port> <uriEncoding>UTF-8</uriEncoding><!-- 非必需项 --> </configuration> </plugin> </plugins> </build>

  5. avatar szx123456

    感谢博主开源 请问一下 至少有一个JAR被扫描用于TLD但尚未包含TLD。 为此记录器启用调试日志记录,以获取已扫描但未在其中找到TLD的完整JAR列表。 在扫描期间跳过不需要的JAR可以缩短启动时间和JSP编译时间。 一个或多个listeners启动失败,更多详细信息查看对应的容器日志文件 由于之前的错误,Context[]启动失败 三个错误出现是因为什么 刚开始学习ssm,谢谢

    • avatar admin

      @szx123456: 按照我说明里一样导入项目,idea会自动加载web,然后配置tomcat,修改db账号密码就行。你这个报错一般是没用正确配置项目或者导入错误

  6. avatar mll

    <!-- jackson --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.5.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.5.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.5.0</version> </dependency> 这三个在版本那里报红,怎么办

    • avatar admin

      @mll: 尝试配置下阿里云镜像,多刷新几次maven

  7. avatar lllleeeee

    博主,为啥pom文件的依赖加载不了呢

  8. avatar ldldld

    <h1 onload="alert('您好');">评论</h1> <script> alert('Hi'); </script>

  9. avatar 会飞的鱼

    老哥 心理咨询论坛项目怎么收费 用的是tomcat么

    • avatar 言曌

      @会飞的鱼: springboot版本,内置tomcat

  10. avatar lyn

    tomcat启动后,http://localhost:8080/可以进到首页,但是http://localhost:8080/admin就404,小白不懂出错原因

    • avatar 言曌

      @lyn: 注意配置tomcat context为/