在A域名下,用ajax请求B域名下的请求,会报类似这样的错误:No 'Access-Control-Allow-Origin' header is present on the requested resource.在响应头中加入一个属性:response.setHeader("Access-Con...
分类:
Web程序 时间:
2014-11-25 20:22:35
阅读次数:
245
我在页面编写测试list标签代码一直通过不了,总是报freemarker.template.TemplateModelException: Don't know how to present an object of this type to a template: com.evan.Person。
解决办法是:将freemarker的2.2.8jar替换成2.3.16或2.3.21(目前最新)...
分类:
其他好文 时间:
2014-11-21 14:23:24
阅读次数:
288
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2095解题思路:因为只有我们要求的那个数出现的次数为奇数,所以可以用位运算来做,两次异或同一个数最后结果不变,那么就可以知道异或运算相当于过滤掉了出现次数为偶数的数,最后只留下了唯一的那一个出现次数为奇数...
分类:
其他好文 时间:
2014-11-20 23:23:25
阅读次数:
222
1、static_cast Operator The expression static_cast ( expression ) converts expression to the type of type-id based solely on the types present in the ....
分类:
编程语言 时间:
2014-11-19 22:11:04
阅读次数:
245
在win7系统中,利用VMwarestation创建了一个装有RHEL6.5操作系统的虚拟机,第一次使用,一切正常。可是,当win7物理机一旦重启,虚拟机就无法正常使用了(动态获取IP地址时,会报出如下错误:DerterminingIPinformationforeth0...failed-nolinkpresent,checkcable?,静态配置..
分类:
其他好文 时间:
2014-11-17 19:46:10
阅读次数:
376
Problem DescriptionIn the new year party, everybody will get a "special present".Now it's your turn to get your special present, a lot of presents now...
分类:
其他好文 时间:
2014-11-11 20:55:21
阅读次数:
144
mlite虚拟机启动出错,就把这个虚拟机删除掉重新建立,系统虚拟硬盘使用之前的,启动系统后不能上网,通过ifconfig查看网卡没启动,遂启动网卡服务,但是出错,就是:device eth0 does not seem to be present, delaying initialization,然...
分类:
系统相关 时间:
2014-11-11 16:24:25
阅读次数:
186
搭建参看:
http://blog.csdn.net/w13770269691/article/details/16883663/
查看集群状态:
[root@master bin]# hdfs dfsadmin -report
Configured Capacity: 36729053184 (34.21 GB)
Present Capacity: 13322559491 (12....
分类:
其他好文 时间:
2014-11-06 21:55:25
阅读次数:
252
user.presentuser.absentusers.sls使用Salt在多平台进行用户管理将变得非常简单。user模块允许管理员管理(原文为present)账户各个方面和删除(absent)账户。本篇文章将描述user模块的各个组件,并将给出一个管理账户的state例子.user.presentuser.present:确保指定的账户名存在,..
分类:
其他好文 时间:
2014-11-05 17:38:00
阅读次数:
248
Description农夫约翰正驾驶一条小艇在牛勒比海上航行.海上有N(1≤N≤100)个岛屿,用1到N编号.约翰从1号小岛出发,最后到达N号小岛.一张藏宝图上说,如果他的路程上经过的小岛依次出现了Ai,A2,…,AM(2≤M≤10000)这样的序列(不一定相邻),那他最终就能找到古老的宝藏.但是,...
分类:
其他好文 时间:
2014-11-04 09:14:19
阅读次数:
170