随笔分类 -  PROJECT_WHOLE

摘要:${model.tip} model.tip是错误信息需要注意,使用ActionSupport的getText方法, 来处理国际化 public String regist() throws Exc... 阅读全文
posted @ 2013-10-11 14:41 holycrap 阅读(220) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-10-11 09:56 holycrap 阅读(144) 评论(0) 推荐(0)
摘要:1. 写一个domain类来映射数据库表2. 写一个*.hbm.xml文件来配置映射 FORUM_MEMBER_ID_SEQ 3.applicationContext.xml文件中配置读取hbm.xml com/jforum/domain/Employee.hbm.xml --> com/ROCKY/domains/me... 阅读全文
posted @ 2013-10-10 16:39 holycrap 阅读(215) 评论(0) 推荐(0)
摘要:1. 数据库oracle安装2. 数据库用户创建,表空间创建,表创建#!/bin/bashcurrent_path=`pwd`create_tablespace=${current_path}/create_tablespace.sqlcreate_tables=${current_path}/create_tables.sqlinstall_log=${current_path}/installlog.logsqllog=${current_path}/sql.logfunction create_table_space{ if [ ! -f ${create_tablespace} ... 阅读全文
posted @ 2013-10-10 14:58 holycrap 阅读(242) 评论(0) 推荐(0)