随笔分类 - PROJECT_WHOLE
摘要:${model.tip} model.tip是错误信息需要注意,使用ActionSupport的getText方法, 来处理国际化 public String regist() throws Exc...
阅读全文
摘要:1. 写一个domain类来映射数据库表2. 写一个*.hbm.xml文件来配置映射 FORUM_MEMBER_ID_SEQ 3.applicationContext.xml文件中配置读取hbm.xml com/jforum/domain/Employee.hbm.xml --> com/ROCKY/domains/me...
阅读全文
摘要: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} ...
阅读全文

浙公网安备 33010602011771号