摘要: 一.出现了上述问题解决办法 1.查看eclipse.ini文件 看看eclipse环境架构需要的是什么。 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140116-2212 这个是要求win32 ... 阅读全文
posted @ 2014-08-26 18:30 哎呦喂,我的小祖宗╰つ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 摘自:http://blog.csdn.net/wintys/article/details/3525643/Server端。package com.topca.server;import java.io.IOException;import java.net.DatagramPacket;impo... 阅读全文
posted @ 2014-08-26 17:50 哎呦喂,我的小祖宗╰つ 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: 1.单向SSL一.在Tomcate的service.xml文件中放开SSL配置 -->二.使用Keytool工具生成服务端证书(这里指的jks库)keytool -genkeypair -alias password -keysize 1024 -sigalg SHA1withRSA -valid... 阅读全文
posted @ 2014-08-26 11:24 哎呦喂,我的小祖宗╰つ 阅读(276) 评论(0) 推荐(0) 编辑