//加入收藏
function AddFavorite(){
if (document.all) {
addToBookMark(window.location.href, document.title);
} else if (window.sidebar) {
addToBookMark(document.title, window.location.href);
}
}
func...
分类:
其他好文 时间:
2014-06-24 23:21:37
阅读次数:
200
相对其它截图工具而言,Snagit 的一大特色是: 滚动截图。
不管是 web页面,还是 window窗体,它都可以 滚动截图,每次滚动截图,需要选定一个方向:上下滚动, 左右滚动 或 斜对角滚动 。
不过,我们一般用得最多的可能是 上下滚动。
如图:
(结束)...
分类:
其他好文 时间:
2014-06-24 22:42:19
阅读次数:
208
一、一个纯页面跳转问题,用到表单提交 程序中的基本方法格式,可以简单看一下: 在一个页面中,想简单放一个按钮,可以跳转到另外一个页面,这个可能有两种实现方式: A js中写一下:window.location = getBathPath() + "/fm/someAction.action" B 利...
分类:
其他好文 时间:
2014-06-24 21:43:34
阅读次数:
192
//父页面调用子页面Add函数$("iframe").contentWindow.Add()//父页面对子页面Id为Sava的Dom元素执行一次单击操作$("iframe").contents().find("#Sava").click();//子页面调用父页面Update()函数parent.Up...
分类:
Web程序 时间:
2014-06-24 21:36:54
阅读次数:
172
You have been logged on with a temporary profile on windows2008 R2After looking into this issue, I saw the following user profiles and I didn’t see my...
分类:
其他好文 时间:
2014-06-24 21:25:26
阅读次数:
201
1.1 常见的全文检索
1) 在window系统中,可以指定磁盘中的某一个位置来搜索你想要得到的东西。
2) 在myeclipse中,点击Help->Help Contents,可以利用搜索功能找到你要查询的帮助文档。
3) 在百度和google 中,可以搜索互联网中的信息,有:网页、pdf、word音频、视频等内容。
4) 在bbs系统中,有搜索文章的功能。
以上的查询功...
分类:
其他好文 时间:
2014-06-24 20:02:17
阅读次数:
192
X Window在1984年由MIT研发,它的设计哲学之一是:提供机制,而非策略(类似面向对象思想中的“针对接口编程,而不是针对实现编程”)。机制(mechanism)是指需要提供哪些功能,策略(policy)是指如何实现这些功能。X Window将“提供机制,而非策略”这个哲学贯彻地非常彻底,以致于核心协议基本稳定,不需要特别大的改动。你可能会诧异,30年了,X Window的核心都没有特别大的...
分类:
其他好文 时间:
2014-06-24 19:56:54
阅读次数:
268
os环境为: ubuntu14.04 使用devstack自动化安装...
分类:
其他好文 时间:
2014-06-24 19:07:10
阅读次数:
225
Activity has leaked window android.widget.ZoomButtonsController that was originally added here android.view.WindowLeaked:
引起这个错误的原因是:
发现是webview的 ZoomButton,也就是那两个放大和缩小的按钮,导致的。如果设置为让他们出现,并且可以自动隐藏,...
分类:
移动开发 时间:
2014-06-24 18:41:57
阅读次数:
275
$(function () { $(window).load(function(){ alert($('img').height()); });});
分类:
Web程序 时间:
2014-06-24 14:38:07
阅读次数:
211