转载:http://blog.csdn.net/mothz/article/details/6029810 相同)header('Refresh: 3; url=http://www.maiyoule.com/');echo '10后跳转到http://www.maiyoule.com'; // 重...
分类:
Web程序 时间:
2015-04-05 11:58:02
阅读次数:
132
对不起。我们已经搬家了。您的 url 是http://www.oldXXX.com.cn您将在 5 秒内被重定向到新的地址。如果超过 5 秒后您仍然看到本消息,请点击上面的的链接。
分类:
Web程序 时间:
2015-04-01 12:47:39
阅读次数:
115
今天svn提交,
出现异常:
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
百度后,大多解决办法:
team--> Refresh/Cleanup
会出现异常:
SVN: org.apache.subversion.javahl....
分类:
其他好文 时间:
2015-03-31 18:16:03
阅读次数:
167
问题:
上周使用JQuery UI 的Dialog 实现弹出对话框后查询的功能,抛了如下错误:
“A problem displaying [localhost] caused Internet Explorer to refresh the webpage using Compatibility View.”
我用的IE8,FF,chrome测试的,只有IE8抛出这个问题。
...
分类:
Web程序 时间:
2015-03-30 18:54:19
阅读次数:
143
1 history.go(0)
2 location.reload()
3 location=location
4 location.assign(location)
5 document.execCommand('Refresh')
6 window.navigate(location)
7 location.replace(location...
分类:
编程语言 时间:
2015-03-30 11:30:12
阅读次数:
112
meta是html中不可缺少的一个标签,它的应用以方便浏览器搜索并分类当前网页的内容。meta总是放在head标签的第一个位置。今天我在复习前端知识的时候,在网上发现了用meta刷新网页的好办法。新建一个html页面:meta标签的刷新属性值叫refresh,相对应的属性名是http-equiv。只...
分类:
Web程序 时间:
2015-03-28 12:59:50
阅读次数:
201
Exact same as I. 1 class Solution { 2 public: 3 vector getRow(int rowIndex) { 4 if (rowIndex (); 5 vector result(1, 1); 6 ...
分类:
其他好文 时间:
2015-03-21 18:37:00
阅读次数:
126
I am lazy so I did not clear the two dynamic allowcated . 1 /** 2 * Definition for singly-linked list. 3 * struct ListNode { 4 * int val; 5 * ...
分类:
其他好文 时间:
2015-03-21 18:33:56
阅读次数:
163
Recursive. 1 /** 2 * Definition for binary tree 3 * struct TreeNode { 4 * int val; 5 * TreeNode *left; 6 * TreeNode *right; 7 * ...
分类:
其他好文 时间:
2015-03-21 18:32:35
阅读次数:
129
This is simple. Just everything use current[j] += current[j-1]. But leave the first one to be "1". Then add another "1" to end. 1 class Solution { 2 p...
分类:
其他好文 时间:
2015-03-21 18:28:23
阅读次数:
98