小 强

导航

2011年11月19日

jsp window内存查看

摘要: 查看空间内存<%@ page contentType="text/html;charset=GBK"%><% out.print("您空间的最大内存为:"+Runtime.getRuntime().maxMemory()/1024/1024); %> 阅读全文

posted @ 2011-11-19 01:28 小 强 阅读(252) 评论(0) 推荐(0) 编辑

sqlserver通过映射文件生成数据库

摘要: package com.test;import org.hibernate.cfg.Configuration;import org.hibernate.tool.hbm2ddl.SchemaExport;public class test { public static void main(String[] args) { Configuration configuration =new ... 阅读全文

posted @ 2011-11-19 01:25 小 强 阅读(174) 评论(0) 推荐(0) 编辑