当我在subsite里点击”Add a document”,报这个错,后来一看event log:
在AAM里加上一条: 问题搞定:
分类:
其他好文 时间:
2014-05-12 13:14:07
阅读次数:
306
在载人页面后,浏览器输出流自动关闭;在此之后,任何一个对当前页面进行操作的document.write()方法将打开—个新的输出流。它将清除当前页面内容(包括源文档的任何变量或值).document.write的方式,对所有浏览器而言都是阻塞的
即同步的我们可以通过document.write的方式...
分类:
编程语言 时间:
2014-05-12 12:00:23
阅读次数:
336
protected void Page_Load(object sender, EventArgs
e) { int value = 0;//初始值 Test(ref value); Response.Write(val...
分类:
其他好文 时间:
2014-05-12 10:36:16
阅读次数:
277
Given amxnmatrix, if an element is 0, set its
entire row and column to 0. Do it in place.click to show follow up.Follow up:Did
you use extra space?A s...
分类:
其他好文 时间:
2014-05-12 08:22:51
阅读次数:
255
原文:一些有用的javascript实例分析(二) 1 5 求出数组中所有数字的和 2
window.onload = function () 3 { 4 var oBtn =
document.getElementsByTagName("button")[0]; 5 var oInput = do...
分类:
编程语言 时间:
2014-05-12 07:20:18
阅读次数:
417
一、安装OEL 5.6
二、安装VMware Tools
1) 选择菜单里的VM选项,里面有一个子选项是installVMware Tools,选择它。
2) 回到操作系统,将光驱挂载到/mnt 下
[root@tyger~]# mount /dev/cdrom /mnt
mount:block device /dev/cdrom is write-protected, mou...
分类:
其他好文 时间:
2014-05-11 07:15:48
阅读次数:
431
p2pcli.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define ERR_EXIT(m) do { perror(m...
分类:
其他好文 时间:
2014-05-11 07:13:56
阅读次数:
750
无论是从页签处关闭浏览器,还是关闭整个浏览器窗口,无论是
ie11,火狐,谷歌,苹果,还是ie6,都能兼容的浏览器关闭事件监听在网上搜索了一天,虽然网上也有之类的代码,但是太繁琐,有时候还不可用。我也是在原有基础上修改的。经过了上述的浏览器测试,如果有不兼容的,欢迎提出意见一起学习。下面是write...
分类:
Web程序 时间:
2014-05-10 23:12:47
阅读次数:
394
1、后台代码弹出提示框 (1)、Response.Write(""); 或者
Response.Write("");(2)、RegisterStartupScript("true","");
分类:
Web程序 时间:
2014-05-10 20:40:39
阅读次数:
450
Neal is very curious about combinatorial problems, and now here comes a problem about words. Knowing that Ray has a photographic memory and this may not trouble him, Neal gives it to Jiejie.
Since Ji...
分类:
其他好文 时间:
2014-05-10 03:48:22
阅读次数:
352