发布时间:2014-04-10 17:26:04
package com.study.test;import org.hibernate.Session;import org.hibernate.SessionFactory;import org.hibernate.Transaction;import org.hibernate.boot.registry.StandardServiceRegistry;import org.hibernate.boot.registry.StandardServiceRegistryBuilder;import org.hibernate.cfg.AnnotationConfigura.........【阅读全文】
发布时间:2014-04-10 17:25:29
SSH框架中Hibernate3必须依赖jar包(缺一不可) 2012-11-24 07:58:57| 分类: hibernate | 标签:hibernate |举报|字号 订阅 hibernate3.jar: Hibernate的库,没有什么可说的,必须使用的jar包cglib-2.1.3.jar: CG.........【阅读全文】
发布时间:2014-04-10 17:24:58
ContentUris是content URI的一个辅助类。它有两个方法很有用,具体如下所示。public static Uri withAppendedId(Uri contentUri, long id),这个方法负责把id和contentUri连接成一个新的Uri。比如在我们这个例子当中是这么使用 的:ContentUris.withAppendedId (Diary. DiaryColumns.CONTENT_URI, rowId)。如.........【阅读全文】
发布时间:2014-04-10 17:24:02
自己总结的在android中常会出现的不好解决的问题和方法 (其中第三个方法经过了四天的折磨。。。。。哎) 1.报错: BUILD FAILED D:\workspace\ganji\build.xml:144: The following error occurred while executing this line: D:\workspace\ganji\build.xml:271: Unable to delete file D:\workspace\ganji\tmp\pr.........【阅读全文】
发布时间:2014-04-10 17:23:28
1、添加用户,首先用adduser命令添加一个普通用户,命令如下: #adduser tommy //添加一个名为tommy的用户#passwd tommy //修改密码Changing password for user tommy.New UNIX password: //在这里输入新密码Retype new UNIX password: //再次输入新密码passwd: all authentication tokens updated successfully.2、.........【阅读全文】