码迷,mamicode.com
首页 >  
搜索关键字:page    ( 13016个结果
rsync error: protocol incompatibility / mismatch ?
1、问题 今日在维护集群环境的时候,遇到了一个小问题,rsync 向集群中的机器传输文件的时候报错: protocol version mismatch -- is your shell clean? (see the rsync man page for an explanation) rsync erro...
分类:其他好文   时间:2014-11-11 07:07:02    阅读次数:342
Ruby之Rspec的报错解决
#enconding:utf-8 require 'selenium-webdriver' require 'rspec' describe "baidu main page" do it "should have 百度一下 button on the baidu main page"do dr = Selenium::WebDriver.for:ie url = 'www.baid...
分类:其他好文   时间:2014-11-10 23:21:48    阅读次数:1334
无向图的联通分量
无向图的联通分量环啊,桥啊,生成树的边啊,联通分量啊,就是一个东西Unique Pathhttps://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=405...
分类:移动开发   时间:2014-11-10 23:10:28    阅读次数:311
Struts学习笔记_Tags
1.通用标签: a) property b) set i. 默认为action scope,会将值放入request和ActionContext中 ii. page、request、session、application c) bean d) include(对中文文件支持有问题,不建议使用...
分类:其他好文   时间:2014-11-10 23:09:18    阅读次数:310
EK中fromCharCode和parseInt的配合使用
基于web的漏洞攻击的第一步通常是:在landing page中通过标签下的JavaScript脚本引入一些恶意链接.........
分类:其他好文   时间:2014-11-10 21:55:28    阅读次数:278
一、酷狗 歌词搜索 Indy TIdhttp
酷狗歌词Url: http://lib9.service.kugou.com/websearch/index.php?page=1&cmd=100&pagesize=9&keyword= +歌名酷狗歌词编码:UTF-8中文歌名转UTF8编码代码 1 function StrToHex(str: st...
分类:Web程序   时间:2014-11-10 19:37:10    阅读次数:235
伙伴系统地址计算
首先看具体算法,unsigned long page_idx, mask, order;struct page * base;struct page *buddy1, *buddy2;order = 4;mask (~0UL) << order;page_idx = page - base;budd...
分类:其他好文   时间:2014-11-10 19:27:54    阅读次数:358
div下拉框(待改善)
不说话,直接上代码,其中函数dealchose()没有实现,各位就不必纠结了 "> My JSP 'div下拉.jsp' starting page --> ...
分类:其他好文   时间:2014-11-10 17:41:40    阅读次数:301
IE6下iframe内容不显示bug
最近项目中,一个页面 page_a.html 中包含一个 iframe,它的 src 属性指向 page_b.html, 在IE7, 8 & Firefox 中均能正常显示,但是在 IE6 下面 iframe 显示空白(假如在 iframe 区域右键刷新,则能显示 page_b.html 页面内容)...
分类:其他好文   时间:2014-11-10 15:17:33    阅读次数:136
QTP检查点和参数化_百度一下
一、脚本编辑检查点:Browser("百度知道 - 全球最大中文互动问答平台").Page("百度知道 - 全球最大中文互动问答平台").WebEdit("word").Set"QTP"Browser("百度知道 - 全球最大中文互动问答平台").Page("百度知道 - 全球最大中文互动问答平台"...
分类:其他好文   时间:2014-11-10 15:04:13    阅读次数:658
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!