- 浏览: 34864 次
- 性别:
- 来自: 杭州
-
最新评论
文章列表
Spring+Hibernate
其中采用Derby做为数据库配置会出现如下错误
Derby数据库不配置用户名和密码
Derby数据库加入Schema配置错误会报如下错误
Derby数据库的用户要和数据库中的Schema配置一致
可以通过ij->show tables查看具体所属的schema.
20100224
fall/slip through the cracks (to get lost or be forgotten, especially within a system.)
Check your answers before turning in your test to make sure nothing slips through the cracks.
It seems that important imformation given to the police may have fallen through the cracks.
totur ...
Struts2 开发环境配置
Maven 独立配置
maven下载路劲:http://maven.apache.org/download.html (我下载的是2.0.9版本)下载后直接解压,无需安装。
配置环境变量,MAVEN_HOME=指向你maven解压所在的路径比如:E:\tool\apache-maven-2.0.9,可以测试m ...
Java动态代理:
一、代理模式
二、代理实现方式
1、被代理对象
public interface Target {
public void doSomething();
public void doOtherthing();
}
public class TargetImpl implements Target {
@Override
public void doSomething() {
System.out.println("doing someting");
}
...
worldwide jobs: http://www.craigslist.com
virtual traning company
http://www.vtc.com/
frontend design site
http://www.smashingmagazine.com/
frontend amazing blog
http://jonraasch.com/blog/
http://DemoSlam.com
http://www.scala-lang.org/node/1305
JPA
http://do ...