importloggingimporttimeimporttracebackfromseleniumimportwebdriverdeflog(test_case_func):defwraps(*args,**keywords):log_name=time.strftime("%Y%m%d%H%M%S",time.localtime())+test_case_func.__name__logging.basicConfig(level=logging.INFO,filemode=‘w‘,filename=‘...
分类:
编程语言 时间:
2017-09-27 11:37:18
阅读次数:
178
<html><head><title>孙海洋</title><matename="keywords"content="个人简历"/><matename="description"content="孙海洋的个人简历"/></head><body><tableborder=5bordercolor=redalign=center><trheight=70bgcolor=g..
分类:
Web程序 时间:
2017-09-25 11:31:39
阅读次数:
1326
Exclude Websites From Bing Search: wikipedia -wikipedia.org Excluding Keywords From Bing Search: face not facebook Filter Search Results By Title: int ...
分类:
其他好文 时间:
2017-09-22 00:55:29
阅读次数:
105
学习完了html之后,感觉有好多东西要记录,好多的知识点呢~ 1.meta:设定网页关键字 <meta name="keywords" content="关键字1,关键字2,..."> 设定网页描述信息<meta name="discription" content="网页描述信息"> 设定字符集 ...
分类:
Web程序 时间:
2017-09-17 15:12:38
阅读次数:
850
Keywords Search Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 67950 Accepted Submission(s): 2 ...
分类:
其他好文 时间:
2017-09-17 00:29:35
阅读次数:
148
使用目的 避免阻塞主线程 提高程序响应能力 C#中使用 C# 中的 Async 和 Await 关键字是异步编程的核心。 疑惑 The async and await keywords don't cause additional threads to be created. Async metho ...
分类:
其他好文 时间:
2017-09-13 14:09:45
阅读次数:
242
123456789101112<?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"..
分类:
Web程序 时间:
2017-09-11 17:56:03
阅读次数:
157
题意:给定n个单词,一个字符串,问字符串中出现了多少个单词。 解题关键:AC自动机模板题,注意根据题意,匹配完成之后要置0. 注意char数组也可以用cin 复杂度:$O(NS + T)$ ...
分类:
其他好文 时间:
2017-09-11 10:21:12
阅读次数:
132
题目大意: 给出多个模式串和一个主串,求多少个模式串在主串中出现过。 传送门 这是一道AC自动机的模板题。 在学习AC自动机之前,首先要学习WA自动机、TLE自动机和MLE自动机(雾 AC自动机是一种多模式串匹配算法。 AC自动机概述: *fail指针:指向失配时的匹配节点; 1)构建字典树 2)初 ...
分类:
其他好文 时间:
2017-09-06 14:29:19
阅读次数:
177
页面关键字:{$keywords} 页面标题:{$page_title} 产品分类:父分类列表 {foreach from=$categories item=cat } 父分类超链接 [url==”{$cat.url}”>{$cat.name|escape:html}</a> 相对应子分类 {for ...
分类:
其他好文 时间:
2017-09-05 00:22:50
阅读次数:
191