1.通过远程工具登陆到linux后,所在的位置是当前登录用户的家目录(home directory)。
2.家目录的符号用~表示。
3.linux的文件系统是一个树结构。
linux文件系统的树根成为根目录,使用符号"/"表示。
linux文件系统中使用符号".."表示上级目录。
linux文件系统中使用符号"."表示当前目录。
linux文件系统中,如果文件使用“.”...
分类:
系统相关 时间:
2015-05-16 18:24:32
阅读次数:
161
1、文件操作常用相关类a)File //操作文件,静态类,对文件整体操作。拷贝、删除、剪切等。b)Directory //操作目录(文件夹),静态类c)DirectoryInfo //文件夹的一个“类”,用来描述一个文件夹对象d)FileInfo //文件类,用来描述一个文件对象e)Path...
最近在公司里,安装电脑的时候,因为工作的需要,开发的时候必须安装一个MindFusion控件,一个msi安装包。
安装的时候,报以下错误(Xp系统):
Error writing to file:…… Verify that you have access to that directory...
分类:
其他好文 时间:
2015-05-16 10:32:51
阅读次数:
183
ossec2.8.1安装后,再按照webUI0.8后,打开web页面,菜单可以显示,不过没有内容,只有一个提示Unabletoaccessossecdirectory下面就说怎么搞定导致这个问题的原因和解决方法如下1,ossec文件夹所属是否是www或者apache(就是http服务的所有者)2,tmp文件夹是否为7773,ossec_c..
分类:
数据库 时间:
2015-05-14 20:43:44
阅读次数:
230
创建Web项目
1、File -> New Project ,进入创建项目窗口
2、在 WEB-INF 目录下点击右键,New -> Directory,创建 classes 和 lib 两个目录
3、File -> Project Structure,进入 Project Structure窗口
4、点击 Modules...
分类:
编程语言 时间:
2015-05-14 14:11:39
阅读次数:
171
1.delete all executable files under certain directoryfind /directory -type f -executable -deleteorfind /directory -type f -executable -exec rm -f {} ....
分类:
系统相关 时间:
2015-05-14 00:43:25
阅读次数:
176
http://sourceforge.net/projects/msys2/?source=directory http://msys2.github.io/ http://www.rswiki.org/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1/msys2...
分类:
其他好文 时间:
2015-05-13 22:08:02
阅读次数:
150
在使用过程中,遇到的一下有关工具软件的技巧问题,都记录在这里。1、Eclipse ①使用Eclipse导入已有工程 依次点击 file->import->General->Existing Project into workspace ->select root directory:点击brows....
分类:
其他好文 时间:
2015-05-13 19:26:29
阅读次数:
110
clang: error: clang: error: no such file or directory: '/Users/smile/Downloads/代码/xxx
clang: error: no input files
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang faile...
分类:
其他好文 时间:
2015-05-13 13:03:17
阅读次数:
126
protected void Button1_Click(object sender, EventArgs e) { if (Directory.Exists(Server.MapPath("~/upimg/hufu")) == false)//如果不存在就创建file文件夹...