码迷,mamicode.com
首页 >  
搜索关键字:direct path write temp    ( 55479个结果
linux查看当前目录大小
1.查看当前文件目录各个文件夹大小 du -h --max-depth=1 查看指定目录 du -h --max-depth=1 /path 2. 查看当前目录下所有目录及子目录大小 du -h - . “.”代表当前目录下。也可以换成一个明确的路径 -h表示用K、M、G的人性化形式显示 3. du ...
分类:系统相关   时间:2021-02-08 11:49:41    阅读次数:0
springboot+vue脚手架使用nginx前后端分离
1.vue配置 /** * * 相对于该配置的nginx服务器请参考nginx配置文件 * */ module.exports = { // 基本路径 publicPath: '/', // 输出文件目录 outputDir: 'dist', // webpack-dev-server 相关配置 d ...
分类:编程语言   时间:2021-02-08 11:40:26    阅读次数:0
1239. Maximum Length of a Concatenated String with Unique Characters
问题: 给定一组字符串数组, 有这些字符串合并构成不存在重复字符的“集连字符串” 求该集连字符串最大长度。 Example 1: Input: arr = ["un","iq","ue"] Output: 4 Explanation: All possible concatenations are ...
分类:其他好文   时间:2021-02-06 12:15:04    阅读次数:0
notepad++编译运行C代码
1、编辑C代码 2、按F5 3、在弹出框中输入下面的代码: cmd /k gcc -o "$(CURRENT_DIRECTORY)\$(NAME_PART).exe" "$(FULL_CURRENT_PATH)" && CLS && "$(CURRENT_DIRECTORY)\$(NAME_PART ...
分类:其他好文   时间:2021-02-06 12:12:54    阅读次数:0
0071. Simplify Path (M)
Simplify Path (M) 题目 Given a string path, which is an absolute path (starting with a slash '/') to a file or directory in a Unix-style file system, co ...
分类:其他好文   时间:2021-02-06 11:56:45    阅读次数:0
查看电脑配置
1. 此电脑 ->属性 2. dxdiag(DirectX诊断工具)-》cmd + dxdiag 3. systeminfo 4. powershell(管理员):Powercfg –energy 启用跟踪 60 秒、观察系统行为、分析跟踪数据 ...
分类:其他好文   时间:2021-02-06 11:53:06    阅读次数:0
markdown语法
Markdown 目录: Markdown 标题: # 这是 H1 ## 这是 H2 ### 这是 H3 Markdown 列表: - 列表项目 1. 列表项目 Markdown 插入链接: [链接文字](链接网址 "标题") Markdown 插入图片: ![alt text](/path/to/ ...
分类:其他好文   时间:2021-02-06 11:52:30    阅读次数:0
图片的切分与合并-python
''' @Author: feizzhang Created on: 02.02.2021 ''' def split_img_to_anypieces(img_path, output_dir, ratio_w = 2, ratio_h = 2): ''' Args: img_path: the ...
分类:编程语言   时间:2021-02-06 11:51:02    阅读次数:0
https://www.sciencedirect.com/
https://www.sciencedirect.com/ https://pdf.sciencedirectassets.com/272498/1-s2.0-S1071579700X00433/1-s2.0-S1071579704000395/main.pdf?X-Amz-Security-To ...
分类:Web程序   时间:2021-02-06 11:47:34    阅读次数:0
2020 BIT冬训-模拟与暴力 D - Crashing Robots POJ - 2632
Problem Description In a modernized warehouse, robots are used to fetch the goods. Careful planning is needed to ensure that the robots reach their de ...
分类:其他好文   时间:2021-02-05 10:47:53    阅读次数:0
55479条   上一页 1 ... 65 66 67 68 69 ... 5548 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!