码迷,mamicode.com
首页 >  
搜索关键字:keywords    ( 726个结果
html第一堂课
1.meta介绍 作用:指定搜索引擎用来提高搜索质量的关键字,一般搜索引擎会搜索title和keywords 分类 <meta name="keywords" content="网页制作,代码学习"/> <meta name="descriptions" content="神奇的网页"/> <met ...
分类:Web程序   时间:2017-07-21 14:06:38    阅读次数:178
[HDU2222] Keywords Search
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 63773 Accepted Submission(s): 21193 Problem Des ...
分类:其他好文   时间:2017-07-13 21:44:08    阅读次数:420
Java Web - HTML 常用标签
1.HTML head, title, body 标签 其中 meta 中的keywords是为了快速的让搜索引擎找到 2.HTML br, p, h1,ul,ol标签 3. HTML dl, dt, dd标签 ...
分类:编程语言   时间:2017-07-07 22:44:08    阅读次数:217
robotframework 下的重新加载页面的处理
转发自:http://blog.csdn.net/cuipan1234/article/details/70926681 示例一: 在登录界面,输入用户名密码后,点击登录未能出现跳转至系统首页,而是跳转至报错页面 ${url}是登录链接地址,buc_login_keywords是做了登录关键字封装 ...
分类:其他好文   时间:2017-07-06 18:42:23    阅读次数:1889
scrapy实战8关于数据异步写入mysql:
环境:python3 爬取网址:腾讯社招(http://hr.tencent.com/position.php?keywords=&tid=0&start=0#a)总共2202条数据 pipelines.py items.py settings.py spiders/Tencent.py ...
分类:数据库   时间:2017-07-04 16:11:18    阅读次数:338
phpcms V9 get 实现前台搜索结果分页
<?php$keywords=$_GET[‘keywords‘];?> {pc:getsql="Select*from`v9_news`where`title`like‘%$keywords%‘"num="20"page="$page"} <ulclass=""> {loop$data$i$r} <li><ahref="{$r[url]}"target="_blank"><imgsrc="{$r[thumb]}"width="280"height="28..
分类:Web程序   时间:2017-07-04 13:32:03    阅读次数:211
Servlet+Ajax实现搜索智能提示
一般在百度搜索框输入关键词时,会弹出一些相关信息提示,方便点选: 页面(search.jsp): 1 <input type="text" name="keyWords" id="keyWords" style="width:200px; height:20px;" /> 2 <input type ...
分类:Web程序   时间:2017-07-02 15:09:56    阅读次数:232
Beautifulsoup关于find的测试
beautifulsoup中的find和findall参数 findAll(tag,attributes,recursive,text,limit,keywords) findAll(tag,attributes,recursive,text,keywords) 分别代表,标签,传入字典形式的标签属 ...
分类:其他好文   时间:2017-07-01 21:43:34    阅读次数:195
HDU--2222--Keywords Search--AC自己主动机
Keywords Search Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 44594 Accepted Submission(s): ...
分类:其他好文   时间:2017-07-01 20:14:14    阅读次数:233
AppiumLibrary用户关键字
*** Settings *** Library AppiumLibrary Library AutoItLibrary Library os *** Keywords *** xpath应该匹配次数 [Arguments] ${xpath} ${count} Xpath Should Match ... ...
分类:移动开发   时间:2017-06-26 16:08:33    阅读次数:253
726条   上一页 1 ... 24 25 26 27 28 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!