51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#pat
JQuery 选择器 xpath 语法应用
比如下面html代码 <ul> <liclass="aaaa"title="ttt">li-1</li> <liclass="bbbb">li-2</li> <lititle="fffff">li-2<...
IT猿
·
2020-03-28
JQuery
选择器
xpath
语法
应用
【python基础】os.path模块常用方法详解
主要用于文件的属性获取,在编程中经常用到,以下是该模块的几种常用方法。更多的方法可以去查看官方文档:http://docs.python.org/library/os.path.html参考:https://www.cnblogs.com/wuxie1989/p/5623435.htmlhttps://www.baid...
IT猿
·
2020-03-27
python
基础
os.path
模块
常用
selenium xpath定位方式
1.绝对定位: 此方法最为简单,具体格式为 xxx.find_element_by_xpath("绝对路径") 具体例子: xxx.find_element_b...
IT猿
·
2020-03-27
selenium
xpath
定位
方式
centos 支持ThinkPHP的pathinfo 配置
找到nginx下面的nginx.conf文件一般都是在#vim/usr/local/nginx/conf/nginx.conf 找到此处如果存在pathinfo.conf则将include pathinfo.conf; 前面的#删除如果没有则添加location~[^/].php(/|...
IT猿
·
2020-03-27
centos
支持
ThinkPHP
pathinfo
配置
安装oracle时出现环境变量path的值大于1023的解决办法
出现的情况我就不说了,直接重点:计算机—>属性—>更改设置—>高级—>环境变量然后编辑Path,全选将其中的路径全部复制出来放到文本文档中。新建一个系统变量取名path1,剪切一部分路径放入其中。然后再Path中建立一个引用。也就是引用path1的...
IT猿
·
2020-03-26
安装
oracle
出现
环境
变量
IOS:利用dispatch_once创建单例
在之前有一篇学习笔记中,记载了一篇如何在OC中实现单例的文章:《IOS学习笔记4—ObjectiveC—创建单例》自苹果引入了GrandCentralDispatch(GCD)(MacOS10.6和iOS4.0)后,创建单例又有了新的方法,那就是使用dispatch_on...
IT猿
·
2020-03-26
IOS
利用
dispatch
once
创建
CentOS 报no acceptable C compiler found in $PATH的解决办法
CentOS 6.2下安装tcpreplay工具的时候,先安装libpcap-1.3.0,configurelibpcap时出错。#./configure 提示没有GCC编译器环境)configure:error:noacceptableCcompilerfoundin$PATH因为是centosl...
IT猿
·
2020-03-26
CentOS
no
acceptable
compiler
found
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...
IT猿
·
2020-03-26
errcode
path
fastDFS
Bad
file
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...
IT猿
·
2020-03-25
testNG
框架
提示
Cannot
find
The path to the driver executable must be set by the webdriver.gecko.driver system property;
今天安装了webdriver后,编写了一个测试小程序,但运行时控制台报了这样的错误:1Exceptioninthread"main"java.lang.IllegalStateException:Thepathtothedriverexecutablemustbesetbythewebdriver.geck...
IT猿
·
2020-03-25
the
The
path
to
driver
Python学习笔记(15)- osos.path 操作文件
程序1 编写一个程序,统计当前目录下每个文件类型的文件数,程序实现如图: 1importos234defcountfile(path):5dict1={}#定义一个字典6all_files=os.listdir(path)7foreach_fileinall_files:8ifos.path.isd...
IT猿
·
2020-03-25
Python
学习
笔记
osos.path
操作
首页
上一页
...
57
58
59
60
61
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他