- 浏览: 9024 次
- 性别:
- 来自: 江西
最新评论
文章列表
很多时候我们已经设计好了数据库,需要使用hibernate来做数据持久化,因此需要根据数据库中的表结构生成相应的POJO.
本例使用hibernatetools来自动创建pojo。
测试环境:eclipse3.7(indigo)+hibernate4.1+hibernatetools3.3+oracle10g
1.下载hibernatetools插件
hibernatetools可从官网下载,但是需要注意下载和自己使用的eclipse版本对应的版本包,然后安装到eclipse中取,link安装方式参见:http://maimode.it ...
Eclipse里的project报Unbound classpath variable: 'M2_REPO/**/***/***.jar'
但是实际上这个jar是存在于我本地机器上MAVEN的目录里:
C:\Documents and Settings\kaseyxiong\.m2\repository\**\***\***.jar
说明M2_REPO这个参数Eclipse不认得,需要给它添上:
Eclipse->Windows->Preferences->java->Build Path->Classpath Variables
new一个,名字是M ...
<script language="javascript">
function check(){
var a = /^(\d{4})-(\d{2})-(\d{2})$/
if (!a.test(document.getElementById("TextBox1").value)) {
alert("日期格式不正确!")
return false
}
else
return true
}
</script>
上面的方法是验证YYYY-MM-DD日期格式,不能验证“ ...
IE9不兼容 在页面中加入
<script type="text/javascript">
if ((typeof Range !== "undefined") && !Range.prototype.createContextualFragment) {
Range.prototype.createContextualFragment = function(html) {
var frag = document.createDocumentFragment(),div = document ...
首次启动Eclipse/MyEclipse时, 会弹出"Workspace Launcher"对话框, 提示设置Workspace路径. 设定好路径后, 若勾选了"Use this as the default and do not ask again", 那么以后再启动时就不会有提示, 直接进入默认工作空间.
有3中方法可以更改workspace的路径设置:
1. 启动Eclipse/MyEclipse后, 打开"Window -> Preferences -> General -> Startup and Shut ...
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 22 in the generated java file The method getJspApplic ...
Web编程
Google Maps JavaScript API V3常用方法
-
一、公共代码
<body onload="initialize()">
<div id="map_canvas" style="width:700px; height:500px;"></div>
<script type="text/javascript" src="http://maps.google.c ...