`
dazhilao
  • 浏览: 246414 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论
文章列表
今天接手了我的同事的程序,发现bug很多。在我查询一个表的时候没有带上任何参数。就是:"from 表名"不断的提示我数据溢出。我查了很久。hibernate配置文件重新写了。检查了数据类型。都没有问题。最后认真想了想原来被人插了一个超大的数值在表里。崩毁了。把数值删了就好了。
 一、Content Management System(内容管理系统) 简介   CMS是Content Management System的缩写,意为“内容管理系统”。   CMS具有许多基于模板的优秀设计,可以加快网站开发的速度和减少开发的成本。   CMS的功能并不只限于文本 ...
多对多关系 表teacher和student多多对多关系,中间表为teacherStudent,如果不配置inverse属性的话,就两边都是主控方(能操作中间表),所以删除 teacher对象hibernate会自动删除中间表的对应关系(只是中间表的对应关系,这个不是cascade属性的delete)。如果配置了student的配置文件的teacher(set属性)为inverse="true",那就定义了主控方为teacher,所以在删除student对象的时候hibernate不会自动删除中间表的对应关系,导致student对象删除失败。但删除teacher的方式跟上面 ...
中jquery中使用datepicker岁要需要加入以下代码。 $.datepicker.setDefaults({ beforeShow:function(i,e){ var z = jQuery(i).closest(".ui-dialog").css("z-index") + 1;  e.dpDiv.css('z-index', z);  } });
'.a' : 'application/octet-stream', '.ai' : 'application/postscript', '.aif' : 'audio/x-aiff', '.aifc' : 'audio/x-aiff', '.aiff' : 'audio/x-aiff', '.au' : 'audio/basic', '.avi' : 'video/x-msvideo', '.bat' : 'text/plain', '.bcpio' : 'application/x-bcpio', '.bin' : 'application/octet-stream', ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; chars ...
优秀网站源码、编程源码下载网站大集中 1.51源码:http://www.51aspx.com/ 2.源码之家:http://www.codejia.com/ 3.源码网:http://www.codepub.com/ 4.虾客源码:http://www.xkxz.com/ 5.多多源码:http://www.morecode.net/ 6.洪越源代码:http://www.softhy.net/ 7.锋网源码:http://www.fwvv.net/ 8.代码爱好者:http://www.codefans.com/ 9.爱源码:http://www.aiyuanma.com/ ...
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> <!-- Generated by MyEclipse Hibernate T ...
数据表的建立 -- Create table create table CATEGORY ( ID NUMBER(8) not null,--表主键 NAME VARCHAR2(200),--分类名称 DESCRIPTION VARCHAR2(200),--分类描述 PARENT_ID NUMBER(8),--上一级分类的ID(父id,自身为外键) LEVELS NUMBER(2)--分类所属于的等级 ) tablespace USERS pctfree 10 initrans 1 maxt ...

Hibernate例子

    博客分类:
  • Java
Hibernate例子
$("#abc",window.parent.document)
今天做了一个非常简单的JQGrid+Struts2的样例,跟大家分享一下。
HTML:<select id="selects"> <option selected="selected" id="brazil" onmouseover="tooltip(this)" onmouseout="nodisplay()" onclick="nodisplay()">巴西</option> <option id="usa" onmouseover="tooltip(this)" o ...
http://polaris1119.iteye.com/blog/557512 http://blog.csdn.net/spring21st/archive/2008/12/25/3606145.aspx
使用struts2的JSON插件所要做的配置是Struts2的配置文件的package要继承json-default,而不是struts-default。json-default已经继承了struts-default的。 配置action的返回结果是<result type="json" /> <action name="*publish" class="PublishAction" method="{1}" > <result type="json" / ...
Global site tag (gtag.js) - Google Analytics