码迷,mamicode.com
首页 >  
搜索关键字:domain admins    ( 4012个结果
MSCRM 迁移 数据库 服务器
Move the Microsoft Dynamics CRM databases to another SQL Server and SQL Server Reporting Services server in the same domain, and leave the Microsoft D...
分类:数据库   时间:2014-10-15 17:48:51    阅读次数:228
TCP之简单回传
本文介绍Tcp的简单应用:简单的 回传(即客户端发送什么,服务器就转发给客户端什么)。主要包含以下几个函数原型:服务器端://服务器端主要函数原型:int socket(int domain, int type, int protocol);int bind( int sockfd , const ...
分类:其他好文   时间:2014-10-15 04:16:59    阅读次数:254
IllegalArgumentException: Unknown entity
需要使用persistence.xml进行配置。 1 2 3 4 org.hibernate.ejb.HibernatePersistence 5 dataSource --> 6 net.etec.ftm.domain.City 7 net.etec.ftm.do...
分类:其他好文   时间:2014-10-14 17:39:09    阅读次数:208
【图解】weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by
在weblogic服务器上两个工程部署来回切换,经常控制台报告以下错误: <An exception occurred while deploying an application _appsdir_PactInfo_dir: weblogic.management.ManagementException: weblogic.management.ManagementExce...
分类:Web程序   时间:2014-10-14 13:12:28    阅读次数:355
管理 Hibernate 的二级缓存
Hibernate 在不同的缓存区域保存不同的类/集合。 对于类而言,区域的名称是类名。如:com.atguigu.domain.Customer 对于集合而言,区域的名...
分类:Web程序   时间:2014-10-13 14:41:19    阅读次数:169
进程(process)线程(thread)应用程序域(domain) (from www.sysoft.cc)
进程(process)是windows的一个基本概念,它包括了运行一个程序的需要的所有资源。进程之间是相互独立的,一个进程无法访问另一个进程之间的数据(除非采用分步式计算方式),一个进程运行的失败也不会影响到另一个进程的运行。windows就是利用进程将工作划分为多个工作区域的。进程可以理解为一个程...
分类:编程语言   时间:2014-10-13 12:03:09    阅读次数:202
grails 保存图片
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
Hibernate中使用HQLQuery查询全部数据和部分数据
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
【iOS开发-27】解决方案:An error was encountered while running(Domain=FBSOpenApplicationErrorDomain, Code=4)
解决方案:An error was encountered while running(Domain=FBSOpenApplicationErrorDomain, Code = 4)...
分类:移动开发   时间:2014-10-01 11:24:01    阅读次数:203
Xtext是什么
在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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!