码迷,mamicode.com
首页 >  
搜索关键字:file_path    ( 738个结果
"make_path" is not exported by the File::Path modul
之前正常运行的perl脚本换了一个环境突然报 从原来的make_path 和 remove_tree改为现在的mkpath 和 rmtree就好了。 File::Path version is 1.08 on CentOS 5. "make_path" appears only in version ...
分类:其他好文   时间:2017-01-09 12:46:22    阅读次数:153
55 logstach应用详解、ELK Stack
01 logstash应用详解配置环境:node3 192.168.1.133 CentOSLinuxrelease7.2node4 192.168.1.134 CentOSLinuxrelease7.2[root@node4~]#cd/etc/logstash/conf.d/[root@node4conf.d]#vimfilesample.conf input{ file{ path=>["/var/log/messages"] type=>"system" st..
分类:其他好文   时间:2017-01-07 08:23:21    阅读次数:353
mysql基础
配置文件查找次序:/etc/my.cnf-->/etc/mysql/my.cnf-->--default-extra-file=/PATH/TO/CONF_FILE-->~/.my.cnf关系型数据库的常见组件:数据库:database表:table行:row列:column索引:index视图:view用户:user权限:privilege存储过程:procedure存储函数:func..
分类:数据库   时间:2017-01-03 08:25:33    阅读次数:270
express之sendFile
module.exports = function(req, res, opt) { var applyNo = req.query.applyNo; console.log("applyNo:"+applyNo); var file = path.resolve(__dirname, "../..... ...
分类:其他好文   时间:2016-12-29 03:08:34    阅读次数:292
ansible-playplaybooks批量安装redis脚本
catredis-install.yml --- -name:installredis gather_facts:False hosts:"{{ip}}" user:root vars: -redis_port:"{{port|default(6379)}}" tasks: #-name:removetheoldfile #file:path={{redis_home}}state=absent -name:removethetmpfile file:path=/tmp/redis*state=absen..
分类:其他好文   时间:2016-12-22 20:52:38    阅读次数:264
图片单独上传 (word)
Word.ApplicationClass wordApp=new ApplicationClass(); object file=path; object nullobj=System.Reflection.Missing.Value; Word.Document doc = wordApp.Do... ...
分类:Web程序   时间:2016-12-21 11:32:47    阅读次数:144
win10下安装Ubuntu出现win10无法进入的情况
昨天晚上在win10上安装Ubuntu Kylin16.04系统,结果发现重启的时候进不去windows系统了,而且报的错误是 /EndEntire file path: /ACPI(a0341d,0)/PCI(2,1f)/Sata(0,0,0)........./File(\EFI\Microso ...
分类:Windows程序   时间:2016-12-20 20:16:03    阅读次数:1655
mac上制作u盘启动盘
Mac上制作Ubuntu USB启动盘 一、下载ubuntu iso镜像 二、将iso转换为img文件 $ hdiutil convert -format UDRW -o /path/to/generate/img/file /path/to/your/iso/file 该命令会生成一个.img的磁 ...
分类:系统相关   时间:2016-12-18 15:07:47    阅读次数:321
python3--多目录之间的协作的一些必备知识
# Auther: Aaron Fan# 动态获取执行文件的相对路径路径:print(__file__)#动态获取执行文件的绝对路径:import osfile_path = os.path.abspath(__file__)print(file_path)#返回目录名,不要文件名(返回的是一个路径 ...
分类:编程语言   时间:2016-12-14 01:58:34    阅读次数:185
738条   上一页 1 ... 43 44 45 46 47 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!