归档:2017年4月
  • Redis停止服务时(Error) NOAUTH Authentication required

    2017-04-25 在使用redis-cli停止Redis服务时,出现如下错误信息:[root@WCUfJM105714 bin]# redis-cli shutdown (error) NOAUTH Authentication required.检测6379端口后,看到端口还在监听[root@WCUfJM105714 bin]# netstat -lntp |grep 6379 tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      14505/./redis-serve解决办法:在redis-c...
    后端 - 1人评论 - 434人浏览
  • Windows系统手动安装Tomcat服务

    2017-04-18 Windows 系统安装Tomcat,比较便捷的是setup程序去安装设置。做为习惯于直接下载ZIP包的人来说,就需要简单的设置一下咯。首先,去tomcat官方网站下载tomcat。地址:http://tomcat.apache.org/download-60.cgi32位:http://apache.fayea.com/tomcat/tomcat-6/v6.0.53/bin/apache-tomcat-6.0.53-windows-x86.zip64位:http://apache.fayea.com/tomcat/tomcat-6/v6.0.53/bin/apache-tomcat-6...
    其他 - 去评论 - 239人浏览
  • Navicat for Oracle 连接 Oracle 11g

    2017-04-13 亲测完全OK可用。Navicat for Oracle 下载:https://www.navicat.com.cn/download然后还需要Oracle 的二个文件 地址为 http://www.oracle.com/technetwork/topics/winsoft-085727.htmlinstantclient-basic-nt-12.1.0.2.0.zipinstantclient-sqlplus-nt-12.1.0.2.0.zip这里我百度云有 链接: http://pan.baidu.com/s/1bpH2TTd 密码: f31q这里我直接把 instantclient-...
    其他 - 去评论 - 408人浏览
  • IDEA Properties中文unicode转码问题

    2017-04-06 如何让IDEA的properties中的中文进行unicode转码,正确显示。在IDEA中创建了properties文件,发现默认中文不会自动进行unicode转码。如下在project settings - File Encoding,在标红的选项上打上勾,确定即可效果图如下:
    其他 - 去评论 - 365人浏览
  • 在IntelliJ IDEA中org.apache.catalina.util.DefaultAnnotationProcessor的解决方案

    2017-04-06 以前开发一直用Eclipse,最近这段时间,为了能和大家一起装B,就将项目导入到IntelliJ IDEA开发。在启动项目后运行时,出现了一个异常:2017-4-6 11:32:07 org.apache.catalina.core.StandardWrapperValve invoke 严重: Servlet.service() for servlet jsp threw exception java.lang.ClassCastException: org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast...
    后端 - 去评论 - 402人浏览