星火燎原

千日修以返初心 万日炼以达极致

导航

随笔分类 -  白话JavaEE开发

上一页 1 2 3 4 下一页

白话JavaEE开发
MyEclipse2014+Maven配置记录
摘要:MyEclipse2014+Maven配置记录 阅读全文

posted @ 2018-03-09 21:36 xusweeter 阅读(1315) 评论(0) 推荐(0)

Maven环境搭建操作记录
摘要:Maven环境搭建操作记录 阅读全文

posted @ 2018-03-09 18:16 xusweeter 阅读(230) 评论(0) 推荐(0)

ZooKeeper通过ACL修复未授权访问漏洞
摘要:ZooKeeper通过ACL修复未授权访问漏洞 阅读全文

posted @ 2018-02-09 17:01 xusweeter 阅读(9738) 评论(0) 推荐(1)

SolrCloud索引富文本数据
摘要:SolrCloud索引富文本数据 阅读全文

posted @ 2018-01-30 17:54 xusweeter 阅读(219) 评论(0) 推荐(0)

通过Fiddler监控Java应用发送请求及相应数据
摘要:通过Fiddler监控Java应用发送请求及相应数据。 阅读全文

posted @ 2017-12-10 22:34 xusweeter 阅读(4985) 评论(0) 推荐(1)

使用Apache Commons IO组件读取大文件
摘要:使用Apache Commons IO组件读取大文件,通过行迭代,而不是把所有行都放在内存中。 阅读全文

posted @ 2017-10-17 12:22 xusweeter 阅读(1676) 评论(0) 推荐(0)

Class.getResourceAsStream()与ClassLoader.getResourceAsStream()获取资源时的路径说明
摘要:Class.getResourceAsStream()与ClassLoader.getResourceAsStream()获取资源时的路径说明 阅读全文

posted @ 2017-10-13 14:20 xusweeter 阅读(551) 评论(0) 推荐(0)

使用HttpClient携带证书报错_Certificate for <IP> doesn't match any of the subject alternative names:[域名]
摘要:使用HttpClient携带证书报错_Certificate for doesn't match any of the subject alternative names:[域名] 阅读全文

posted @ 2017-10-13 10:46 xusweeter 阅读(20967) 评论(2) 推荐(0)

使用HttpClient携带pfx证书调用HTTPS协议的WebService
摘要:通过HttpClient构建SSL通道调用HTTPS的WebService接口,携带pfx证书信息,直接发送SOUP报文调用接口; 阅读全文

posted @ 2017-10-13 10:12 xusweeter 阅读(4009) 评论(0) 推荐(0)

Arrays.asList()后调用add,remove这些method时出现java.lang.UnsupportedOperationException异常
摘要:Arrays.asList()后调用add,remove这些method时出现java.lang.UnsupportedOperationException异常。 阅读全文

posted @ 2017-09-27 14:29 xusweeter 阅读(333) 评论(0) 推荐(0)

DB2:在缓冲池 "1" 中当前没有任何页面可用。. SQLCODE=-1218, SQLSTATE=57011, DRIVER=3.61.75
摘要:DB2:在缓冲池 "1" 中当前没有任何页面可用。. SQLCODE=-1218, SQLSTATE=57011, DRIVER=3.61.75 阅读全文

posted @ 2017-09-25 13:22 xusweeter 阅读(1788) 评论(0) 推荐(0)

Exception in thread "main" java.lang.NoClassDefFoundError: org/jaxen/NamespaceContext
摘要:Exception in thread "main" java.lang.NoClassDefFoundError: org/jaxen/NamespaceContext 阅读全文

posted @ 2017-09-14 23:22 xusweeter 阅读(881) 评论(0) 推荐(0)

java.lang.UnsatisfiedLinkError: E:\TomcatV7_iot\bin\tcnative-1.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
摘要:java.lang.UnsatisfiedLinkError: E:\TomcatV7_iot\bin\tcnative-1.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform 阅读全文

posted @ 2017-09-14 23:20 xusweeter 阅读(195) 评论(0) 推荐(0)

Java compiler level does not match the version of the installed Java project facet问题处理
摘要:Java compiler level does not match the version of the installed Java project facet问题处理 阅读全文

posted @ 2017-09-12 11:21 xusweeter 阅读(175) 评论(0) 推荐(0)

HBuilder发行原装安装包操作记录
摘要:HBuilder发行原装安装包操作记录 阅读全文

posted @ 2017-09-12 10:23 xusweeter 阅读(682) 评论(0) 推荐(0)

Tomcat6和7版本对web.xml中taglib标签的配置差异
摘要:Tomcat6和7版本对web.xml中taglib标签的配置差异,java.lang.IllegalArgumentException: taglib definition not consistent with specification version 阅读全文

posted @ 2017-07-11 16:02 xusweeter 阅读(290) 评论(0) 推荐(0)

MyEclipse无法自动编译项目故障一例
摘要:MyEclipse导入项目后发现无法自动编译,classes目录下没有编译的类。 尝试的解决方法: 1、刷新项目,失败; 2、project-》clean…,失败; 3、关闭项目再次打开,失败; 查看日志发现如下错误信息: 日志目录:D:\WorkSpaces\WorkSpaceOfMyEclipseBlue2014\.metadata\.log !ENTRY org.eclipse.core... 阅读全文

posted @ 2017-07-05 15:47 xusweeter 阅读(392) 评论(0) 推荐(0)

MyEclipse日志文件目录
摘要:MyEclipse日志文件目录 阅读全文

posted @ 2017-07-04 22:21 xusweeter 阅读(2182) 评论(0) 推荐(0)

Linux环境下修改MySQL数据库对表名大小写不敏感
摘要:Linux环境下修改MySQL数据库对表名大小写不敏感 阅读全文

posted @ 2017-06-13 18:34 xusweeter 阅读(1066) 评论(0) 推荐(0)

Linux环境下修改MySQL数据库存储引擎
摘要:Linux环境下修改MySQL数据库存储引擎 阅读全文

posted @ 2017-06-13 17:48 xusweeter 阅读(481) 评论(0) 推荐(0)

上一页 1 2 3 4 下一页