进程(process)是windows的一个基本概念,它包括了运行一个程序的需要的所有资源。进程之间是相互独立的,一个进程无法访问另一个进程之间的数据(除非采用分步式计算方式),一个进程运行的失败也不会影响到另一个进程的运行。windows就是利用进程将工作划分为多个工作区域的。进程可以理解为一个程...
分类:
编程语言 时间:
2014-10-13 12:03:09
阅读次数:
202
domain的属性类型设置为byte[]1.domain设置classLinkBean{..Stringp_w_picpathName//图片名称byte[]p_w_picpath//图片内容staticmapping={p_w_picpathtype:‘p_w_picpath‘//设置数据库类型}2.controller设置保存之前,先处理上传的文件名//setp_w_picpathfilenameCommonsMultipa..
分类:
其他好文 时间:
2014-10-10 16:04:14
阅读次数:
252
刚开始以为下面这个错误呢,Unable to create the selected preference page. - - ITeye技术网站http://sun-xyun.iteye.com/blog/401614结果查看jdk 版本是对的。通过Error creating the view....
分类:
移动开发 时间:
2014-10-09 16:55:57
阅读次数:
313
第五章:TransformsAffine TransformsCGAffineTransform是二维的Creating a CGAffineTransform主要有三种变化方法旋转:CGAffineTransformMakeRotation(CGFloat angle)缩放:CGAffineTra...
分类:
移动开发 时间:
2014-10-09 02:17:17
阅读次数:
289
JavaScript is all about objects. Objects are the foundation of everything, so if you’reunfamiliar with objects, you’re going to learn quickly. The goa...
分类:
Web程序 时间:
2014-10-06 05:33:49
阅读次数:
318
package com.lc.view;
import java.util.Iterator;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.Transaction;
import com.lc.domain.Student;
import com.lc.utils.HibernateUti...
分类:
系统相关 时间:
2014-10-05 19:07:48
阅读次数:
262
Creating a Simple JSON ObjectThe following code segment demonstrates the creation of a simple JSON object containing one JSON pair. Once this object i...
分类:
Web程序 时间:
2014-10-04 21:00:07
阅读次数:
731
出现了一大串错误Error creating bean with name 'userController': Injection of autowired dependencies failed。。。。。 查了代码后发现,原来是在UserServiceImpl中忘了写一句话@Service("us...
分类:
其他好文 时间:
2014-10-03 19:16:45
阅读次数:
434
解决方案:An error was encountered while running(Domain=FBSOpenApplicationErrorDomain, Code = 4)...
分类:
移动开发 时间:
2014-10-01 11:24:01
阅读次数:
203
在Xtext的官网中是这样说的
“Building your own domain-specific languages has never been so easy. Just put your grammar in place and you not only get the working parser and linker but also first class Eclipse sup...
分类:
其他好文 时间:
2014-10-01 10:17:01
阅读次数:
693