本站首页    管理页面    写新日志    退出


«November 2025»
1
2345678
9101112131415
16171819202122
23242526272829
30


公告

 


我的分类(专题)

日志更新

最新评论

留言板

链接

Blog信息
blog名称:
日志总数:22
评论数量:55
留言数量:0
访问次数:130436
建立时间:2006年3月13日




[java程序设计]portal资料
(需密码) 软件技术

jjs_love 发表于 2008/1/9 17:30:51



阅读全文(1387) | 回复(0) | 编辑 | 精华 | 删除
 


[java程序设计]Setup.rul
软件技术

jjs_love 发表于 2007/5/8 14:34:46

 //===========================================================================
//
//  File Name:    Setup.rul
//
//  Description:  Blank setup main script file
//
//  Comments:     Blank setup is an empty setup project. If you want to
//      create a new project via. step-by step instructions use the
//      Project Assistant.
//
//========================


阅读全文(2337) | 回复(0) | 编辑 | 精华 | 删除
 


[java程序设计]filter过滤
软件技术

jjs_love 发表于 2007/3/31 11:12:22

web.xml
  <servlet>
    <description>This is the description of my J2EE component</description>
    <display-name>This is the display name of my J2EE component</display-name>
    <servlet-name>ShowImgServlet</servlet-name>
    <servlet-class>rcom.rf.common.ShowImgServlet</servlet-class>
  </servlet>
  <servlet-mapping>
  

阅读全文(2118) | 回复(1) | 编辑 | 精华 | 删除
 


[java程序设计]日期js
软件技术

jjs_love 发表于 2006/4/18 13:10:08

Calendar.js function Calendar(formatString) {
 var today = new Date();
 
 this.currYear = today.getYear();
 this.currMonth = today.getMonth();
 this.currDate = today.getDate();
 this.currHour = today.getHours();
 this.currMinute = today.getMinutes();
 this.currSecond = today.getSeconds();
 this.currMeridiem = (this.currHour >= 12 ? 'PM' : 'AM');
 var property = null;  var self = document.

阅读全文(3641) | 回复(1) | 编辑 | 精华 | 删除
 


[java程序设计]url中传中文
软件技术

jjs_love 发表于 2006/3/21 11:49:47

'> <%@ page language="java" contentType="text/html;charset=GBK"%>
<%@ page import="java.sql.*, java.net.*,java.io.*,java.util.* " %> <%   request.getLocale().setDefault(Locale.CHINA);
  String s="中国人";
        try
  { 
   &

阅读全文(3548) | 回复(0) | 编辑 | 精华 | 删除
 


[java程序设计]取得程序的物理路径
随笔

jjs_love 发表于 2006/3/13 12:59:55

取得程序的物理路径  private String getClassPath()
    {
    String strClassName = getClass().getName();
    String strPackageName = "";
    if(getClass().getPackage() != null)
    {
    strPackageName = getClass().getPackage().getName();
    }     String strClassFileName = "";
    if(!"".equals(strPackageName))
 &n

阅读全文(1913) | 回复(0) | 编辑 | 精华 | 删除
 


« 1



站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.672 second(s), page refreshed 144812065 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号