<%@ page contentType="text/html;charset=gb2312" %> <%@ page import = "java.util.*" %> <%@ page import="java.sql.*"%> <%@ page import="javax.servlet.*"%> <%@ page import="javax.servlet.http.*"%> <%@ page import="java.util.Date" %> <%@ page import="AspToJsp.*"%> <% String sqlStr1="select countNum from cinfo_counter where belong='english'"; String sqlStr2="select countNum from cinfo_counter where belong='Program'"; MyExeSQL exeSql2 = null; exeSql2 = new MyExeSQL(); Vector rstVector3 = null; rstVector3 = exeSql2.execQuery(sqlStr1); String[] tempArray1 = (String[])rstVector3.elementAt(1); //out.print("counterNum:"+tempArray1[0]); int theCounter=0; theCounter=Integer.parseInt(tempArray1[0])+1; rstVector3 = exeSql2.execQuery(sqlStr2); String[] tempArray2 = (String[])rstVector3.elementAt(1); int theCounter1=0; theCounter1=Integer.parseInt(tempArray2[0])+1; Date today=new Date(); String submit_time_now=current.getDate(today); String sqlModify="update cinfo_counter set countNum="+theCounter+",submitTime=to_date('"+submit_time_now+"','YYYY-MM-DD HH24:MI:SS') where belong='english'"; String sqlModify1="update cinfo_counter set countNum="+theCounter1+",submitTime=to_date('"+submit_time_now+"','YYYY-MM-DD HH24:MI:SS') where belong='Program'"; //out.print(sqlModify); db.executeUpdate(sqlModify); db.executeUpdate(sqlModify1); %> 中国儿童信息中心
<%@ include file="/common/head.jsp"%>
 

 

 
 相关国内网站/其他
 
  中国青少年维权网
 
  中国法律资源网
  中华母婴网
  中国儿童少年基金
  中国收养中心
  中国儿童表达中心
  宋庆龄基金会
  中国法官
  中国人口信息研究中心
  国家信息中心
  中青网
  中国少年在线
  中国疾病预防控制中心农村改水技术指导中心
  中国特殊需要在线
  中国康复研究中心
  中国雏鹰网
  中国儿童中心
  中国少年儿童网
  摇篮
  中国少年儿童手拉手地球村
  中国社会科学院
  政府公务员上网指南
  中国市县区信息网站
   
   
 
<%@ include file="/common/foot.jsp"%>