摘要:
While logging on Amazon S3 or creating a bucket or uploading an object in a bucket , you might have faced a problem‘ The difference between the request time and the current time is too large ' .The reason of this problem is that Amazon S3 allows only a small time stamp variation up to 15 minutes 阅读全文
摘要:
今天发布在IIS7上部署网站访问时遇到这么个问题,提示The Web server is configured to not list the contents of this directory. 其实根据错误信息也能猜得出大概,在这里记录一下,希望可以给大家一些帮助或启发。解决方法:1)2) 阅读全文
摘要:
最近用水晶报表做了一个饼图,但是当信息太多的时候,图表上的显示和图例中的显示就会很小甚至根本看不清信息。所以客户考虑能不能按数值排列 取出数值最大的前15个,其他的汇总到一个Others组中,类似下图的效果:方法如下:右键图表 并选择“图表专家”点“Top N...”左边选择Top N当然也有Bottom N等其他选项,右边选择排序所给予的字段,然后“Where N is”根据需求填写,这里填15,右边选中“Include Others” with the name :" Others""Include ties"指是否把顺序相同的都显示出来,假设有16 阅读全文