[引用http://m.blog.csdn.net/blog/u013998070/41087351]Null value was assigned to a property of primitive type setter of cn.itcast.oa.domain.Forum.topicCo...
分类:
其他好文 时间:
2015-07-16 13:23:20
阅读次数:
273
一次非正常关闭weblogic之后,再次启动时启动不成功,一直提示: 解决方法:进入域目录:y@y:~$ cd oracle/middleware/user_projects/domains/yshy_domain/(1)删除edit.lok(2)进入config目录删除config.lok(3)y...
分类:
Web程序 时间:
2015-07-15 22:34:56
阅读次数:
268
领域驱动设计之领域模型加一个导航,关于如何设计聚合的详细思考,见这篇文章。2004年Eric Evans 发表Domain-Driven Design –Tackling Complexity in the Heart of Software (领域驱动设计),简称Evans DDD。领域驱动设计分...
分类:
其他好文 时间:
2015-07-15 14:44:09
阅读次数:
234
1、Linux命令行下将文件checkout到本地目录svn checkout path(path是服务器上的目录)例如:svn checkout svn://192.168.1.1/pro/domain简写:svn co2、Linux命令行下往版本库中添加新的文件svn add file例如:sv...
分类:
系统相关 时间:
2015-07-15 12:51:04
阅读次数:
163
很长一段时间没写了,现在补上博主使用的DirectX SDK版本为June 2010,以下以此版本为例,记录龙书上第二部分第一章中初始化Direct3D的API。IDirect3D9指针获取,Direct3DCreate9函数原型:/* * DLL Function for creating a D...
分类:
其他好文 时间:
2015-07-14 22:34:49
阅读次数:
124
You’re about to be introduced to the WCF service. This lab isn’t your typical “Hello World”—it’s “Hello Indigo”! In this lab,you will learn how to bui...
分类:
其他好文 时间:
2015-07-14 15:15:30
阅读次数:
135
SVN 使用过程中的报错
1.Error while creating module:org.apache.subversion.javahl.ClientException:Authorization failed
svn:认证失败
出现情景:启动 svn 服务后,首次提交项目时
解决方案:修改仓储目录下的配置文件 svnserve.conf、passwd、authz
第一种:打开匿名...
分类:
其他好文 时间:
2015-07-14 13:34:18
阅读次数:
301
1.从头创建模板官方url:https://openvz.org/Creating_a_CentOS_6_Template2.利用container创建自定义模板2.1先利用官方template创建纯净的container2.2登入container部署自定义的生产环境。比如安装Java部署代码2.3测试成功后,关闭container进行打包,并把模板放到/vz/template..
分类:
其他好文 时间:
2015-07-14 11:55:33
阅读次数:
114
uva 10986 Sending email
"A new internet watchdog is creating a stir in
Springfield. Mr. X, if that is his real name, has
come up with a sensational scoop."Kent Brockman
There are n SMTP se...
分类:
其他好文 时间:
2015-07-14 11:35:44
阅读次数:
111
其实之前的例子中也涉及到了映射。Hibernate的特点就是利用Hibernate.cfg.xml配置数据库相关信息,xxx.hbm.xml配置对象与数据库表的映射信息。
这次写的例子涉及到大文本信息的存储和图片信息在数据库中的存储,比较有实用价值。
实体信息
package test.hibernate.domain;
import java.util.Date;
public...
分类:
Web程序 时间:
2015-07-14 10:03:54
阅读次数:
173