码迷,mamicode.com
首页 >  
搜索关键字:folders    ( 233个结果
2019-11-29-C#-通过编程的方法在桌面创建回收站快捷方式
原文:2019-11-29-C#-通过编程的方法在桌面创建回收站快捷方式 title author date CreateTime categories C# 通过编程的方法在桌面创建回收站快捷方式 lindexi 2019-11-29 08:30:35 +080... ...
分类:Windows程序   时间:2019-12-21 10:04:52    阅读次数:114
隐藏IDEA project 中的指定文件
例如隐藏project下的.idea文件目录,以及.iml文件 在 Settings>File Types > ignore files and folders 中添加 .idea;*.iml; 即可隐藏 隐藏后效果如下 备注: .iml文件是 intellij idea的工程配置文件,里面是当前p ...
分类:其他好文   时间:2019-12-13 13:37:15    阅读次数:198
13. Clustrix 基于时间点恢复
在不太可能发生灾难的情况下,可以在特定数据库、表或整个集群上执行ClustrixDB集群的某个时间点恢复。应该非常小心地处理这一问题。 先决条件 在你可以使用时间点恢复之前,你的集群应该有几个先决条件: ClustrixDB并行备份的二进制备份应该是可用的。有关此功能的更多信息,请参见Clustri ...
分类:其他好文   时间:2019-12-02 12:01:46    阅读次数:138
实现nlopt为matlab接口API(非线性约束下的最优化)
1、The first step is download tw folders, one comes from Another 64-bit Windows DLLs, built with MinGW, which comes from 2、 Then cd into the folder wit ...
分类:Windows程序   时间:2019-11-15 15:43:38    阅读次数:111
【转帖】vim/sed/awk/grep等文件批处理总结
vim/sed/awk/grep等文件批处理总结 https://www.cnblogs.com/cangqiongbingchen/p/9760544.html Vim相关操作 1.基础 * 和 # 对对当前光标所在的单词进行搜索 %匹配括号移动,包括 (, {, [ K 查看man手册 ga 查 ...
分类:系统相关   时间:2019-11-07 10:00:00    阅读次数:87
[leetcode 周赛 159] 1233 删除子文件夹
1233 Remove Sub Folders from the Filesystem 删除子文件夹 问题描述 你是一位系统管理员,手里有一份文件夹列表 ,你的任务是要删除该列表中的所有 子文件夹 ,并以 任意顺序 返回剩下的文件夹。 我们这样定义「子文件夹」: 如果文件夹 位于另一个文件夹 下,那 ...
分类:其他好文   时间:2019-11-01 20:51:33    阅读次数:93
vmware无法挂载共享文件夹
The following will configure the Shared Folders clients with the default options: For VMware Tools Shared Folders kernel mode client use the following ...
分类:系统相关   时间:2019-11-01 14:42:41    阅读次数:311
idea2019.2 svn 忽略文件问题
自己用的是idea2019.2最新版本,今天提交的时候Commit Changes Dialog local changes refresh一直再刷新 其他的方法都是老版本都不适合 解决办法 找到Settings→Editor→File Types,在Ignore files and folders ...
分类:其他好文   时间:2019-10-14 10:26:45    阅读次数:1938
SonarQube + Jenkins代码审查环境安装文档 v1.2
1. 安装SonarQube 1.1. 下载 下载地址:https://www.sonarqube.org/downloads/ 本次使用安装包为:sonarqube-7.4.zip 需要提前准备jdk1.8、mysql-5.6。 1.2. 安装 1、解压安装包 2、准备数据库(mysql) a)新 ...
分类:其他好文   时间:2019-09-27 12:24:11    阅读次数:117
matllab 按照文件夹处理文件
folders=dir('文件夹地址'); folders={folders.name}; folders=setdiff(folders,{'.','..'})'; num=length(folders); utente = 0; for j=1:n utente=utente+1; tline ... ...
分类:其他好文   时间:2019-09-24 15:53:10    阅读次数:91
233条   上一页 1 2 3 4 5 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!