一、解决APR和APR-util错误: 1.1、安装APR:[root@ganglia httpd-2.2.23]# cd srclib/apr[root@ganglia apr]# ./configure --prefix=/usr/local/apr root@ganglia apr]# ...
分类:
其他好文 时间:
2014-09-02 17:10:15
阅读次数:
186
Sequential consistency is one of the consistency models used in the domain of concurrent
computing (e.g. in distributed shared memory, distributed
transactions, etc.).
It was first defined as t...
分类:
其他好文 时间:
2014-09-02 15:54:44
阅读次数:
172
1. HTTP协议的状态消息都有哪些?1**:请求收到,继续处理2**:操作成功收到,分析、接受3**:完成此请求必须进一步处理4**:请求包含一个错误语法或不能完成5**:服务器执行一个完全有效请求失败2. AJAX跨域的解决办法?1、document.domain+iframe的设置 对于主域....
分类:
其他好文 时间:
2014-09-02 12:17:04
阅读次数:
289
four approachs can cross domain in javascript1.jsonp2.document.domain(only in frame and they have one same parent domain)3.window.name4.window.postMes...
分类:
移动开发 时间:
2014-09-02 11:47:34
阅读次数:
197
webpage字段解释webpage各阶段的字段值变化ROW com.2345.www:http/COL f : fi //fetchIntervalCOL f : ts //fetchTimeid主键,根据网页url生成(格式:reversed domain name...
分类:
其他好文 时间:
2014-09-01 19:07:13
阅读次数:
213
SSAS的权限控制是基于Role进行,而Role的成员只能是windows用户或域用户,不像SQL Server可以创建db级别的用户,如果你是以Excel作为OLAP客户端的话麻烦就来了,部署SSAS的服务器多数情况下是和客户端PC不在同一个域环境的,防火墙又不方便做domain trust,由此...
分类:
其他好文 时间:
2014-09-01 17:15:03
阅读次数:
180
在iPad和iPhone上运行百度地图经常出现如下问题
didFailWithError:
Error Domain=kCLErrorDomain Code=0 “The operation couldn’t be completed. (kCLErrorDomain error 0.)”
解决方法:
1、检查设备确实连上了有效的wifi活着3G
2、去设置---隐私--定位服务查...
分类:
其他好文 时间:
2014-08-31 23:04:22
阅读次数:
228
第一步,我们需要写一个POJO类:User.java
package cn.itcast.hibernate.domain;
import java.util.Date;
public class User {
private int id;
private String name;
private Date birthday;
public int getId() {
retu...
分类:
系统相关 时间:
2014-08-30 21:44:20
阅读次数:
302
Entity Framework和LINQ to SQL到底有什么区别?这是一个很常见的问题。下面的表中简要罗列了两种技术的主要区别。LINQ to SQLEntity Framework复杂度相对不复杂相对比较复杂模型域模型(Domain model)概念数据模型(Conceptual data ...
分类:
数据库 时间:
2014-08-28 22:35:36
阅读次数:
277
hibernate出现 org.hibernate.PropertyNotFoundException: field [departmen] not found on cn.itcast.hibernate.domain.Employee1错误出现这种错误是因为,实体类的配置文件(ClassName...
分类:
系统相关 时间:
2014-08-28 21:11:46
阅读次数:
401