个人开发问题积累

1问题:
 
解决方法:
1.删除lib下的gnujax.jar
2.删除swtgraphics2d.jar

2问题:JSON输出重复
解决:
 执行前把容器类清空


3问题:在dojo的表单中 使用fckeditor,IE浏览器中不能打开fckeditor
解决 把fckeditor放入dojo的容器中 dijit.layout.ContentPane  并指定属性region=”center”

4问题:网页不能自动刷新
解决  添加<meta http-equiv="pragma" content="no-cache">
 <meta http-equiv="cache-control" content="no-cache">
 <meta http-equiv="expires" content="0">
----------------------------------------------------------------
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
 <meta http-equiv="description" content="This is my page">

你可能感兴趣的:(json,cache,IE,fckeditor,dojo)