- 博客(13)
- 资源 (4)
- 收藏
- 关注
原创 New Views Don’t Show Up When Using Eclipse RCP setSaveAndRestore
rcp程序创建view时不显示的问题:图中的方法并没有执行,解决方案如下图,勾选clear,重新运行即可:
2017-08-10 11:02:32 408
原创 eclipse rcp程序No application id has been found错误
选择你的Project,右击,选择Run As-> Run Configurations-> Plug-ins->确定Target Platform是勾上的,然后Add Required Plug-ins,这里右击两下哈,看看效果,然后Apply,Run.
2017-08-08 15:15:37 968
原创 hibernate查询指定字段示例
public List findByRoleId(final String roleid) {List list = this.getHibernateTemplate().execute(new HibernateCallback() {@Overridepublic Object doInHibernate(Session session) throws Hibernate
2017-03-03 10:30:15 753
原创 邮件发送demo源码
demo1==========================================================================================================package com.utils;import java.util.Properties;import javax.mail.Address;i
2017-02-14 21:52:33 986
原创 验证码小例子源码
1.action工具类package com.utils;import java.awt.Color;import java.awt.Font;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.image.BufferedImage;import java.util.Rando
2017-02-14 15:50:35 343
原创 易宝支付小例子源码
ssh框架易宝支付产品通用接口帮助文档.CHM 地址:http://download.csdn.net/detail/silence4444silence/9754018index.jsp pageEncoding="utf-8"%>Insert title here商品金额: ¥0.01元
2017-02-14 12:06:26 2567 1
原创 条件查询及分页技术工具类
import java.sql.SQLException;import java.util.List;import org.hibernate.HibernateException;import org.hibernate.Query;import org.hibernate.Session;import org.springframework.orm.hibernat
2017-02-13 20:53:36 403
原创 分页工具类源码
import java.util.List;public class PageBean {private Integer page;//当前页private Integer limit;//每页显示几条数据private Integer totalCount;//总记录数据条数private Integer totalPage;//总页数private List l
2017-02-13 20:51:05 247
原创 将FCKeditor文本编辑器添加到javaweb项目中
1.下载FCKEditor项目。地址 http://download.csdn.net/detail/silence4444silence/97371342.拷贝FCKeditor-2.3.jar包到项目lib文件夹下3.将fredck.FCKeditor包拷贝到项目的src下中3.将fckeditor的包(javascript操作)拷贝到WebRoot下5.将FCK的标
2017-01-15 19:33:04 592
原创 泛型转换
public T findById(Serializable id) {ParameterizedType type= (ParameterizedType) this.getClass().getGenericSuperclass();Class entityClass= (Class) type.getActualTypeArguments()[0];return (T)
2017-01-12 12:29:21 374
原创 java.lang.IllegalArgumentException: 'sessionFactory' or 'hibernateTemplate' is required
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysUserGroupDaoImpl' defined in file [D:\eclipseWorkSpace\crm\build\classes\cn\itcast\crm\dao\impl\SysUserGroupD
2016-12-22 15:39:07 3309
易宝支付接口帮助文档
2017-02-14
FCKeditor使用方法详解
2017-01-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人