码迷,mamicode.com
首页 >  
搜索关键字:filepath    ( 875个结果
08.《Electron 跨平台开发实战》- chapter08-深入集成(shell模块)、动态启动菜单项
在渲染进程(UI界面)中使用shell模块 //在文件管理器中打开 const { ..., shell } = require('electron'); const showFile = () => { if (!filePath) { return alert('This file has no ...
分类:系统相关   时间:2020-06-16 18:13:06    阅读次数:67
cmark编译rabbitmq
首先:下载https://github.com/alanxz/rabbitmq-c 注意路径\需要改为/ //Path to a library.LIB_EAY:FILEPATH=E:/sdk/OpenSSL-Win32/lib/libcrypto_static.lib //Path to a fi ...
分类:其他好文   时间:2020-06-15 20:45:14    阅读次数:48
Android File存储(一):文件的存储路径
package com.gatsby.filepath; import android.os.Bundle; import android.os.Environment; import android.util.Log; import androidx.appcompat.app.AppCompat ...
分类:移动开发   时间:2020-06-15 17:23:07    阅读次数:62
PHPExcel 转HTML
$filePath = './123.xls';$fileType = \PHPExcel_IOFactory::identify($filePath); //文件名自动判断文件类型$objReader = \PHPExcel_IOFactory::createReader($fileType);$ ...
分类:Web程序   时间:2020-06-11 16:46:55    阅读次数:169
1获取文件名字并保存-类的封装
输入 运行结果 main.cpp #include "Fing_path.h" int main() { Find_path Get_imgpath ; //1获取所有的文件名字 // Get_imgpath.GetAllFiles(filePath, files); //2获取特定文件名字 Get ...
分类:其他好文   时间:2020-06-11 09:16:18    阅读次数:57
java下载文件写的工具类
提供一个文件的网址 1 ... 2 private File getNetUrlHttp(String netUrl, String filePath) throws IOException { 3 File file = null; 4 URL urlfile; 5 InputStream inS ...
分类:编程语言   时间:2020-06-10 11:25:42    阅读次数:121
获取指定路径下的所有指定类型的文件
/** * 返回传入路径下的所有.conf文件 * @param filePath * @return * @throws FileNotFoundException */ public static ArrayList<File> getFilesEndWithConf(String filePa ...
分类:其他好文   时间:2020-06-09 18:22:13    阅读次数:77
N46026-第二周
1:grep可以在档案中搜寻关键词。 2:tail -n100 filePath查看文件最后100行。 3:命令模式下输入:set number 查看文件行号。 4:grep -E "\b[[:alpha:]]+\b" /etc/fstab -o | sort | uniq -c | sort -n ...
分类:其他好文   时间:2020-06-08 12:39:07    阅读次数:277
paramiko.SSHClient()的exec_command函数内部如何使用变量
#!/usr/bin/env python#coding: utf-8import paramikoIP='xxx.xxx.xxx.xxx'FILEPATH='/root/test/test'LINE= 'user=lalala'print(FILEPATH)# 建立一个sshclient对象ssh ...
分类:其他好文   时间:2020-06-05 19:21:46    阅读次数:245
添加特定软件证书到windows不信任列表
$target="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" $filePath=$PSScriptRoot+(New-Guid).Guid $cer = Get-AuthenticodeSignature $targe ...
分类:Windows程序   时间:2020-05-25 17:26:42    阅读次数:100
875条   上一页 1 ... 3 4 5 6 7 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!