今天安装了idea最新版,安装完成后发现光标变成了粗体,并且快捷键在使用时出现了问题,比如:ctrl+F搜索功能无法使用 经过反复修改配置也无法改善情况,后来一次重启看到下面小窗弹出有关vim的一个提示,于是猜想是不是安装的时候装了vim插件造成的快捷方式冲突,之后进入plugin界面禁用vim插件 Read More
posted @ 2016-12-12 15:06 foutouren Views(323) Comments(0) Diggs(0)
1、openfire xmpp登录 boolean result = false; ConnectionConfiguration config = new ConnectionConfiguration("192.168.1.143"); // serverI... Read More
posted @ 2014-05-14 16:05 foutouren Views(538) Comments(0) Diggs(0)
1、openfire采用的加密方法 Blowfish.java /** * $RCSfile$ * $Revision: 3657 $ * $Date: 2002-09-09 08:31:31 -0700 (Mon, 09 Sep 2002) $ * * Adapted from Markus ... Read More
posted @ 2014-05-14 10:06 foutouren Views(1644) Comments(0) Diggs(0)
1、切换到root用户下2、进入到/etc/sysconfig/SuSEfirewall23、修改FW_SERVICES_EXT_TCP="22 80 8080 8081 8082 8801 8823 8824 8826 8850 8852 8858 8863 8981" 将自己要开放的端口添加到... Read More
posted @ 2014-05-12 11:27 foutouren Views(2785) Comments(0) Diggs(0)
1、现象 工程为spring+mybatis+xfire,webservice工程服务,实现的接口数据功能2、修复方法 经过各种尝试: 1、重新部署工程 无果 2、重新部署tomcat 无果 3、重新配置jdk环境 无果3、惊人的发现 最后发现在用plsql及sqplus连接数据... Read More
posted @ 2014-05-07 15:13 foutouren Views(1961) Comments(0) Diggs(0)
SEVERE: Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name'bookservice': Invocation o... Read More
posted @ 2014-04-22 14:04 foutouren Views(1642) Comments(0) Diggs(0)
官网示例http://cxf.apache.org/docs/writing-a-service-with-spring.htmlhttp://cxf.apache.org/docs/jax-rs-basics.html#JAX-RSBasics-HTTPMethod----版本CXF2.6.9添加... Read More
posted @ 2014-04-22 13:59 foutouren Views(911) Comments(0) Diggs(1)
tar-c: 建立压缩档案-x:解压-t:查看内容-r:向压缩归档文件末尾追加文件-u:更新原压缩包中的文件这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令连用但只能用其中一个。下面的参数是根据需要在压缩或解压档案时可选的。-z:有gzip属性的-j:有bz2属性的-Z:有compres... Read More
posted @ 2014-04-16 16:46 foutouren Views(212) Comments(0) Diggs(0)
前言Java领域的即时通信的解决方案可以考虑openfire+spark+smack。当然也有其他的选择。Openfire是基于Jabber协议(XMPP)实现的即时通信服务器端版本,目前建议使用3.8.1版本,这个版本是当前最新的版本,而且网上可以找到下载的源代码。即时通信客户端可使用spark2... Read More
posted @ 2014-04-16 09:54 foutouren Views(403) Comments(0) Diggs(0)
转自:http://blog.csdn.net/nomousewch/article/details/7546083在最近的项目中使用openfire服务器实现消息推送功能,如果使用openfire自带的用户表,需要维护两张用户表,不是很方便,如果openfire能够直接使用现有系统的用户表就方便多... Read More
posted @ 2014-04-16 09:41 foutouren Views(388) Comments(0) Diggs(0)