`
文章列表
import java.util.Comparator; import java.util.List; import java.util.ArrayList; import java.util.Collections; class User{ String name; String age; public User(String name, String age){     this.name=name;     this.age=age; } setter getter methods } class ComparatorUser implements Comparator<Us ...
由于WAS6.1采用JDK5.0,所以如果JSP中嵌入的代码包含JDK5.0的特性,编译的时候会出错。所以需要设置相应的JSP引擎配置参数如下: jdkSourceLevel 这是在 WebSphere Application Server V6.1 中引入的支持 JDK 5 的新 JSP 引擎参数。此参数的缺省值为 13。该参数需要重新生成 Java 源代码。以下是 jdkSourceLevel 参数值: 13(缺省值) - 此值将禁用 JDK 1.4 和 JDK 5.0 的所有新的语言功能部件。 14 - 此值将启用断言工具并将禁用 JDK 5.0 的所有新的语言功能部件。 15 - ...

执行DB的sql

    博客分类:
  • DB2
db2 -tf xx.sql -z temp.log
右击项目属性,在Java JAR Dependencies中加入缺少的类, Build Path中,加入的类,是在编译过程中起作用

停止DB2服务

    博客分类:
  • DB2
db2 force application all 停止所有相关服务 db2stop db2start
1 Eclipse\eclipse\configuration\org.eclipse.core.runtime 文件夹中内容都 delete掉 2C:\Documents and Settings\Administrator\Application Data\Subversion 文件夹中内容都 delete掉
互联网: 百度:     搜索等核心部门16W+,实习是一个很好的途径,我有几个同学都是实习时留下的 google:   18W+,会有股票 腾讯QQ:   本科生至少7W,研究生至少10W,腾讯研究院16W+ 网易:     11W+,其搜索部门有道大概15W+ 盛 ...
以下以 IE 代替 Internet Explorer,以 MF 代替 Mozzila Firefox 0、px的问题 obj.style.left = ”100px”; obj.style.top = ”100px”; 千万要记得写上px,否则在Firefox上面两句无效!! 1. document.form.item 问题 (1)现有问题: 现有代码中存在许多 document.formName.item(”itemName”) 这样的语句,不能在 MF 下运行 (2)解决方法: 改用 document.formName.elements[”elementName”] (3)其它 参见 ...
package hashmap; import java.util.Iterator; import java.util.Map; import java.util.HashMap; import java.util.ArrayList; /** * TODO 对HashMap的迭代 * @author fxfeng * @create 2005-12-20 */ public class HashMapTest { private static Map temp = new HashMap(); public static void main(String[] args ...
org/apache/commons/collections/map/ListOrderedMap net/sf/json/JsonConfig Java JAR Dependencies 运行的时候依赖的包 build path 编译的时候用的包
删除掉Documents and Settings\user\Application Data\Subversion\auth\svn.simple文件夹下的文件即可.再次访问时,会弹出要求输入用户名和密码
wireless application website:https://bluewireless.ibm.com/leap_request.jsp Step 1: Create the J2C authentication alias for the database Login the WAS console, click "Security" - > "GlobalSecurity" -> "Authentication" -> "JAAS Configuration" -> &q ...
Javascript中并没有内置的日期格式化函数,因此JS框架都有自己的实现方法,而在Dojo中,就是dojo.date.locale.format: dojo.date.locale.format = function(/*Date*/dateObject, /*dojo.date.locale.__FormatOptions?*/options) dojo.date.locale.forma中有两个参数,第一个是日期,第二个是格式化的参数。 顾名思义,第一个参数就是日期类型的值; 而第二个参数则包括如下部分: // selector: String // 可选值为: 'time' ...
从Tomcat下拷来了catalina.jar,代码写成 ParameterMap requestParams=(ParameterMap)request.getParameterMap(); requestParams.setLocked(false); requestParams.remove("key"); ...... 运行时还是报类型转换错误:不能从org.apache.catalina.util.ParameterMap转换为org.apache.catalina.util.ParameterMap 用instanceof判断,返回的也是false,有点晕,呵 ...
File - Preferences-User Preferences-Mail- send outgoing mail: through Domino Server Format for messages addressed to internet addresses--MIME format basics Tab Location type:Local Area Network Location Name:Office(Network) Internet Mail Address: @xx.com prompt for time/date/time: No Servers Tab:
Global site tag (gtag.js) - Google Analytics