06 2010 档案

摘要:#test{ color:red; /* 所有浏览器都支持 */ color:red !important;/* Firefox、IE7支持 */ _color:red; /* IE6支持 */ *color:red; /* IE6、IE7支持 */ *+color:red; /* IE7支持 */ color:red\9; /* IE6、IE7、IE8支持 */ color:red\0; /* ... 阅读全文
posted @ 2010-06-28 17:52 looping 阅读(178) 评论(0) 推荐(0)
摘要:异常1:not-null property references a null or transient value 解决方法:将“一对多”关系中的“一”方,not-null设置为false (参考资料:http://www.thearcmind.com/confluence/pages /viewpage.action?pageId=212) 异常2:org.hibernate.Transien... 阅读全文
posted @ 2010-06-09 18:31 looping 阅读(773) 评论(0) 推荐(0)
摘要:.append( function(index, html) ) function(index, html)A function that returns an HTML string to insert at the end of each element in the set of matched elements. Receives the index position of the el... 阅读全文
posted @ 2010-06-04 10:37 looping 阅读(430) 评论(0) 推荐(0)