摘要:
function getContextPath(){ var path = window.location.href; path = path.substring(0, path.lastIndexOf("/")); path = path.subs... 阅读全文
摘要:
一 第一步创建一个web application:expolded 选择当前项目二 新建一个web application: Archive 选择刚刚新建的Expoded “For ‘............’”选中之后,在去选择war包输出路径,默认是当前项目里out文件中(项目名称/out/ar... 阅读全文
摘要:
1 Calendar calendar1 = Calendar.getInstance(); 2 Calendar calendar2 = Calendar.getInstance(); 3 calendar1.set(2007, 01, 10); 4 ... 阅读全文
摘要:
java注解一般分为三大类: 1.标记注解 2.标记元注解 3.一般注解 其中1.标记注解包括 一 override:覆盖超类中的方法 二 Deprecated : 丢弃的类 三 SuppressWarings... 阅读全文
摘要:
一.出现了上述问题解决办法 1.查看eclipse.ini文件 看看eclipse环境架构需要的是什么。 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140116-2212 这个是要求win32 ... 阅读全文
摘要:
摘自:http://blog.csdn.net/wintys/article/details/3525643/Server端。package com.topca.server;import java.io.IOException;import java.net.DatagramPacket;impo... 阅读全文
摘要:
1.单向SSL一.在Tomcate的service.xml文件中放开SSL配置 -->二.使用Keytool工具生成服务端证书(这里指的jks库)keytool -genkeypair -alias password -keysize 1024 -sigalg SHA1withRSA -valid... 阅读全文
摘要:
一.webkit下载地址:https://svn.webkit.org/repository/webkit/ 它的总大小为2.75G二.xcode下载地址:http://adcdownload.apple.com/Developer_Tools/xcode_5.1/xcode_5.1.dmg和ht... 阅读全文