Applies To: Microsoft Dynamics CRM 2011, Microsoft Dynamics CRM 2013After enabling claims-based authentication, the next step is to add and configure ...
分类:
其他好文 时间:
2014-09-18 18:39:24
阅读次数:
186
目录OutputCache概念学习OutputCache属性详解(一)OutputCache属性详解一LocationWeb应用程序中的使用缓存位置:客户端缓存(Client Caching)代理缓存(Proxy Caching)反向代理缓存(Reverse Proxy Caching)服务器缓存(...
分类:
其他好文 时间:
2014-09-18 18:13:04
阅读次数:
180
org.hibernate.LazyInitializationException: could not initialize proxy - no Session
使用Hibernate延迟加载的时候报错了,原因是session提前关闭
解决方法1、不使用lazy,也就是@OneToO...
分类:
系统相关 时间:
2014-09-18 14:46:03
阅读次数:
202
[root@root ~]# rpm -qa |grep jdk
java-1.6.0-openjdk-1.6.0.0-1.45.1.11.1.el6.x86_64
[root@root~]# rpm -e java-1.6.0-openjdk-1.6.0.0-1.45.1.11.1.el6.x86_64
error: Faileddependencies:
jre >= 1.5.0 is needed by(installed) libreoffice-ure-1:3.4.5.2-...
分类:
其他好文 时间:
2014-09-18 11:33:13
阅读次数:
474
一、正向代理(Forward?Proxy) ???一般情况下,如果没有特别说明,代理技术默认说的是正向代理技术。关于正向代理的概念如下: 正向代理(forward)是一个位于客户端【用户A】和原始服务器(origin?server)【服务...
分类:
其他好文 时间:
2014-09-17 15:39:52
阅读次数:
209
明白动态代理需要明白回答以下问题:
什么叫动态代理?怎么产生?
动态代理的作用?可配置的事务,权限控制,日志等等。。。。
下面来回答以上3个问题:...
分类:
其他好文 时间:
2014-09-15 22:54:49
阅读次数:
202
var Class = function(){ var klass = function(){ this.init.apply(this,arguments); }; klass.prototype.proxy = function(f...
分类:
其他好文 时间:
2014-09-15 22:40:09
阅读次数:
180
相关代码链接: http://git.oschina.net/alexgaoyh/alexgaoyh ????????上周在编写hibernate4的相关代码的时候,出现异常 org.hibernate.LazyInitializationException: could not initial...
分类:
系统相关 时间:
2014-09-15 11:31:38
阅读次数:
234
zabbixproxy是相当于zabbixserver的代表,它每隔一段时间从一台或者多台监控设备上收集监测数据,并发送给zabbixserver端,然后proxy将该些数据存放在数据库中一段时间(预防proxy向server中传监测数据失败的措施,该些数据在到达时间后会被自动清理)。部署proxy是可选的,但..
分类:
其他好文 时间:
2014-09-15 11:24:39
阅读次数:
237
one fine day we were unabe to access app1 and app2 using proxy, when we checked logs we found following error in error_log (/etc/httpd/logs/error_log)...
分类:
其他好文 时间:
2014-09-15 11:12:08
阅读次数:
220