#pat

JQuery 选择器 xpath 语法应用

比如下面html代码 <ul> <liclass="aaaa"title="ttt">li-1</li> <liclass="bbbb">li-2</li> <lititle="fffff">li-2<...

【python基础】os.path模块常用方法详解

主要用于文件的属性获取,在编程中经常用到,以下是该模块的几种常用方法。更多的方法可以去查看官方文档:http://docs.python.org/library/os.path.html参考:https://www.cnblogs.com/wuxie1989/p/5623435.htmlhttps://www.baid...

selenium xpath定位方式

1.绝对定位:  此方法最为简单,具体格式为     xxx.find_element_by_xpath("绝对路径")  具体例子:     xxx.find_element_b...

centos 支持ThinkPHP的pathinfo 配置

找到nginx下面的nginx.conf文件一般都是在#vim/usr/local/nginx/conf/nginx.conf   找到此处如果存在pathinfo.conf则将include pathinfo.conf; 前面的#删除如果没有则添加location~[^/].php(/|...

安装oracle时出现环境变量path的值大于1023的解决办法

出现的情况我就不说了,直接重点:计算机—>属性—>更改设置—>高级—>环境变量然后编辑Path,全选将其中的路径全部复制出来放到文本文档中。新建一个系统变量取名path1,剪切一部分路径放入其中。然后再Path中建立一个引用。也就是引用path1的...

IOS:利用dispatch_once创建单例

  在之前有一篇学习笔记中,记载了一篇如何在OC中实现单例的文章:《IOS学习笔记4—ObjectiveC—创建单例》自苹果引入了GrandCentralDispatch(GCD)(MacOS10.6和iOS4.0)后,创建单例又有了新的方法,那就是使用dispatch_on...

CentOS 报no acceptable C compiler found in $PATH的解决办法

CentOS 6.2下安装tcpreplay工具的时候,先安装libpcap-1.3.0,configurelibpcap时出错。#./configure 提示没有GCC编译器环境)configure:error:noacceptableCcompilerfoundin$PATH因为是centosl...

fastDFS errcode:9 path:Bad file descriptor errcode:22 path:Invalid argument

fastDFSerrcode:9path:Badfiledescriptorerrcode:22path:Invalidargument<error>status:4errcode:9path:Badfiledescriptor</error>$storage=fastdfs_tracker_q...

testNG框架提示:Cannot find class in classpath: NewTest

selenium+Java的testNG运行时,报如下错误:org.testng.TestNGException:Cannotfindclassinclasspath:NewTestatorg.testng.xml.XmlClass.loadClass(XmlClass.java:81)atorg.testng.xml...

The path to the driver executable must be set by the webdriver.gecko.driver system property;

 今天安装了webdriver后,编写了一个测试小程序,但运行时控制台报了这样的错误:1Exceptioninthread"main"java.lang.IllegalStateException:Thepathtothedriverexecutablemustbesetbythewebdriver.geck...

Python学习笔记(15)- osos.path 操作文件

程序1 编写一个程序,统计当前目录下每个文件类型的文件数,程序实现如图: 1importos234defcountfile(path):5dict1={}#定义一个字典6all_files=os.listdir(path)7foreach_fileinall_files:8ifos.path.isd...
首页上一页...5758596061下一页尾页