E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
_FILE__
pm2启动python应用
projectname_env/srcimportos,sysfromailayoutimportsettingssrc_dir=os.path.dirname(os.path.realpath(__
file
大爷来玩呀你懂得
·
2020-05-27 23:49
pm2
json
python
linux运维
获取python脚本文件所在路径
获取路径的方法大致有这几种:print os.getcwd()print sys.argv[0]print os.path.split(os.path.realpath(__
file__
))[0]分别在
wx5ecc6bcb4713c
·
2020-05-26 10:56
Python
linux
Python库
PHP 8个魔术常量
__LINE__文件中的当前行号__
FILE__
文件的完整路径和文件名。如果用在被包含文件中,则返回被包含的文件名.__DIR__文件所在的目录。如果用在被包括文件中,则返回被包括的文件所在的目录。
皎然
·
2020-05-02 11:00
[WesternCTF2018]shrine
flask.Flask(__name__)app.config['FLAG']=os.environ.pop('FLAG')@app.route('/')defindex():returnopen(__
file
brainw
·
2020-04-28 13:58
CTF
安全
Python实现捕获异常发生的文件和具体行数
__traceback__.tb_frame.f_globals["__
file__
"])#发生异常所在的文件print(e.
小小臭臭g
·
2020-04-25 10:15
Python读取excel文件中带公式的值的实现
我自己设置了部分直接从公式获取单元格的值但是用之前的读取方法进行读取的时候,返回值为空importosimportxlrdfromxlutils.copyimportcopyfile_path=os.path.abspath(os.path.dirname(__
file
jescs
·
2020-04-17 09:30
BUUOJ [极客大挑战 2019]Secret File
phphighlight_file(__
FILE__
);error_reporting(0);$file=$_GET['
不一样的我不一样的你
·
2020-04-14 23:00
基于Python的接口自动化测试(5)
2017-11-12"""importlogging,timeimportos#log_path是存放日志的路径cur_path=os.path.dirname(os.path.realpath(__
file
木沐__
·
2020-04-13 23:43
获取文件md5值去重
hashlibimportos.pathpaths=[]md5_paths=[]dict={}#path=os.getcwd()#获取文件所在文件夹的路径path=sys.path[0]#文件名#print(__
file
小幸运Q
·
2020-04-13 12:52
React-Native iOS 中 Native 与 JS 通信
,所以比较老了React-Native中的宏RCT_CONACT/***Concattwoliterals.Supportsmacroexpansions,*e.g.RCT_CONCAT(foo,__
FILE
一半晴天
·
2020-04-12 11:35
Flask之数据库
Linux已经安装sqlite3,windows需要自己安装;配置importosbasedir=os.path.abspath(os.path.dirname(__
file__
))#当前脚本的绝对路径
冰西瓜大郎
·
2020-04-11 09:00
自定义OC,swift log
defineSTLog(FORMAT,...)fprintf(stderr,"打印所在文件:%s\t所在行数:%d\t打印内容:%s\n",[[[NSStringstringWithFormat:@"%s",__
FILE
SmallTwo
·
2020-04-10 13:17
PHP 魔术常量
__LINE__文件中的当前行号__
FILE__
文件的完整路径和文件名。如果用在被包含文件中,则返回被包含的文件名。
叶惜朝
·
2020-04-09 20:44
批量查看 apk 签名信息
签名信息目录结构:Paste_Image.png#-*-coding=utf-8-*-importosimportzipfileimportshutilBASE_DIR=os.path.dirname(__
file
ben_speed
·
2020-04-08 07:56
十九、PHP魔术常量
1、__LINE__获取文件中的当前行号192、__
FILE__
获取文件的完整路径和文件名,如果用在被包含文件中,则返回被包含的文件名/data/wwwroot/jinling/home/controllers
yuzhan550
·
2020-04-07 01:06
tornado模板使用
handlers=[(r'/',IndexHandler),(r'/poem',PoemPageHandler)],template_path=os.path.join(os.path.dirname(__
file
雀知安
·
2020-04-07 01:27
自动化框架——PO设计模式自学——参数化配置——ini配置文件——类读取(参数化)02——优化
importosimportconfigparserproDir=os.path.split(os.path.realpath(__
file__
))[0]configPath=os.path.join(
小白龙白龙马
·
2020-04-06 19:00
自动化框架——PO设计模式自学——参数化配置——ini配置文件——类读取(参数化)01
importosimportconfigparserproDir=os.path.split(os.path.realpath(__
file__
))[0]configPath=os.path.join(
小白龙白龙马
·
2020-04-06 19:00
Swift Log
实现打印:funcprintLog(message:T,file:String=__
FILE__
,method:String=__FUNCTION__,line:Int=__LINE__){#ifDEBUGprint
BeijingIamback
·
2020-04-06 16:52
PHP易混淆知识点大分享-连载2
__
FILE__
,__LINE__,PHP_OS,PHP_VERSION如果定义了两个相同的常量,前者和后者哪个起作用?前者起作用,因为常量一旦定义就不能被重新定义或者取消定义。常量和变量有哪些区别?
followyounger1
·
2020-04-06 02:24
OS模块常用命令
importos#1.返回当前代码文件的绝对路径abs_route=os.path.abspath(__
file__
)print(abs_route)#2.返回当前文件的根目录路径route=os.path.dirname
阿拉鸡
·
2020-04-05 14:43
如何确定python运行所在的文件位置
python脚本有个__
file__
属性,能够确定脚本所在的位置。但由于运行文件夹的不同,__
file__
的相对路径也不同。
AlexZhao
·
2020-04-05 08:22
scrapy爬取豆瓣电影
movie.douban.com/top250目标内容:电影名称电影信息电影评分输出结果:生成csv文件首先settings配置BASE_DIR=os.path.dirname(os.path.dirname(__
file
兔头咖啡
·
2020-04-04 09:38
Python中的__
file__
经常会见到如下的语句:importosos.path.dirname(__
file__
)那么这里的__
file__
是什么用呢?其实就是当前脚本运行的路径。但是也会分不同的情况。
ikaroskun
·
2020-04-01 01:06
13. 文件、路径操作等相关函数
dirpath=os.path.dirname(filepath)常用的:根据当前执行py文件得到当前目录,然后加入系统路径cur_dir=os.path.dirname(os.path.realpath(__
file
Shirley_奋进中的虾米
·
2020-03-30 00:30
可以打印当前viewController名称,位置
#defineNSSLog(FORMAT,...)fprintf(stderr,"%s:%d\t%s\n",[[[NSStringstringWithUTF8String:__
FILE__
]lastPathComponent
没错就是豪哥灬
·
2020-03-29 05:49
FTP之参数解析与命令分发第一步
接上篇文章ftp_server.pyimportos,sysPATH=os.path.dirname(os.path.dirname(os.path.abspath(__
file__
)))sys.path.append
python积累
·
2020-03-29 04:24
[PHP开发APP接口]⑥--静态缓存
Paste_Image.pngPaste_Image.pngPaste_Image.pngPaste_Image.pngPaste_Image.pngfile.php_dir=dirname(__
FILE
子木同
·
2020-03-28 12:08
iOS打印Debug日志的方式
2)__
FILE__
宏在预编译时会替换成当前的源文件名3)__LINE__宏在预编译时会替换成当前的行号4)__FUNCTION__宏在
__Mmm
·
2020-03-26 05:07
python利用os获取执行文件所在的绝对路径
defget_current_path():paths=sys.pathcurrent_file=os.path.basename(__
file__
)forpathinpaths:try:ifcurrent_fileinos.listdir
断指鹤
·
2020-03-24 21:32
C语言调试手段:锁定错误的实现方法
首先来了解一下文件默认的输出信息的函数吧:文件信息函数:复制代码代码如下:printf("line:%d\n",__LINE__);//当前行数printf("filename:%s\n",__
FILE
CooperNiu
·
2020-03-24 10:43
os.path.dirname(__
file__
)
os.path.dirname(path)语法:os.path.dirname(path)功能:去掉文件名,返回目录os.path.dirname(__
file__
)先了解一下__file__print
朝畫夕拾
·
2020-03-23 20:26
python os path join urlretrieve 文件操作
importosfromurllib3importrequestclassfile_retrieve():def__init__(self):self.path=os.path.join(os.path.dirname(os.path.dirname(__
file
zhangfang526
·
2020-03-23 14:01
os
path
join
Python-学习汇总
关于__
FILE__
魔术常量的问题
今天碰到了PHP的常量__
FILE__
的问题了。在网上查了一下,总结了以下规律。dirname(__
FILE__
)函数返回的是脚本所在的路径。
李巨伦
·
2020-03-22 18:04
PHP内核队列使用一例
php$msg_key=ftok(__
FILE__
,'a');$msg_queue=msg_get_queue($msg_key,0644);/***父进程往队列发送消息*@param$msg_queue
切糕糕
·
2020-03-21 21:12
iOS中宏定义处理NSLog
文件2.pch文件中#if1#defineNSLog(FORMAT,...)fprintf(stderr,"%s:%d\t%s\n",[[[NSStringstringWithUTF8String:__
FILE
wps_pro
·
2020-03-21 07:59
我的前端日常坑(2016.08.31)
defworldJson(request):module_dir=os.path.dirname(__
file__
)file_path=os.path.join(module_dir,'world.json
noai
·
2020-03-21 01:57
实现生成自定义模块目录
不会命令行,通过手动方法在build.php目录下//定义demo模块的自动生成(按照实际定义的文件名生成)'admin'=>['__
file__
'=>['common.php'],'__dir__'=
小蝎子tt
·
2020-03-20 11:01
Yii1版本多语言切换
全局语言配置和其它application级别的配置一样,系统的缺省语言可以在protected/config/main.php中设置returnarray('basePath'=>dirname(__
FILE
liamu
·
2020-03-19 02:56
Python 笔记
1、获取当前脚本目录importospy_path=os.path.dirname(__
file__
)2、读取脚本目录下的文件#目录下有test.txtfilename=py_path+'/test.txt'str
断点_D
·
2020-03-18 10:07
阅读`youtube-dl`源码笔记(1)
获得一个文件的真实路径os.path.realpath(os.path.abspath(__
file__
)));sys用来访问系统环境变量,os.path用来处理文件路径;只向本程序添加包寻找路径:sys.path.insert
给我一杯苦咖啡
·
2020-03-16 13:16
调试Log
#defineKBLog(format,...)do{\fprintf(stderr,"%s\n",\[[[NSStringstringWithUTF8String:__
FILE__
]lastPathComponent
键盘仔
·
2020-03-16 08:19
python之logger
('%Y%m%d%H%M%S',time.localtime(time.time()))lib_path=os.path.abspath(os.path.join(os.path.dirname(__
file
五娃儿
·
2020-03-16 06:16
Xcode 8 一些调整
自定义打印#ifdefDEBUG#defineNSSLog(FORMAT,...)fprintf(stderr,"%s:%d\t%s\n",[[[NSStringstringWithUTF8String:__
FILE
正经的小流氓丶
·
2020-03-16 01:09
打印出内容又不影响运行速度用DLog
DEBUG替换成Release就行了)#ifdefDEBUG#defineDLog(fmt,...)NSLog((@"[文件名:%s]\n""[函数名:%s]\n""[行号:%d]\n"fmt),__
FILE
俊俊吖
·
2020-03-14 04:02
[BUUOJ记录] [极客大挑战 2019]RCE ME
.");}@eval($code);}else{highlight_file(__
FILE__
);}?>过滤了字母数字,考虑异或或者取反绕过,老套路先构造一个Pa
Ye'sBlog
·
2020-03-12 23:00
自定义NSLog,显示类名和行号
#ifdefDEBUG#defineBTLog(FORMAT,...)fprintf(stderr,"%s:%d\t%s\n",[[[NSStringstringWithUTF8String:__
FILE
Louis_hey
·
2020-03-12 20:55
NSLog进阶使用
NSLog的一些进阶功能·定义以下宏:#ifdefDEBUG#defineDLog(fmt,...)NSLog((@"[文件名:%s]\n""[函数名:%s]\n""[行号:%d]\n"fmt),__
FILE
GrayLand
·
2020-03-12 12:10
os处理上下级目录
首先导入os模块和其中的path模块fromosimportpathimportos文件结构image.png获取当前文件所在目录now=path.dirname(__
file__
)file为当前文件,
MA木易YA
·
2020-03-12 06:05
PHP系统常量
>1.系统常量是PHP已经定义好的常量,我们可以直接拿来使用,常见的系统常量有:(1)__
FILE__
:php程序文件名。它可以帮助我们获取当前文件在服务器的物理位置。
jiegiser
·
2020-03-12 02:37
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他