码迷,mamicode.com
首页 >  
搜索关键字:file    ( 50992个结果
Linux Commands 彻底研究(01):ls
NAMEls - list directory contents 列出文件夹内容SYNOPSIS ls [OPTION]... [FILE]...DESCRIPTION List information about the FILEs (the current dir...
分类:系统相关   时间:2014-05-09 10:27:55    阅读次数:617
Java 裁剪图片
package com.test;import java.awt.image.BufferedImage;import java.io.File;import javax.imageio.ImageIO;public class Test { private static final ...
分类:编程语言   时间:2014-05-09 10:21:12    阅读次数:473
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
VIM命令集
CommandActionNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2open file1 and file2 side b...
分类:其他好文   时间:2014-05-09 10:15:18    阅读次数:420
vsftp 无法启动,500 OOPS: bad bool value in config file for: anonymous_enable
朋友的FTP启动不了,叫我帮他看,启动时出现以下错误信息:500 OOPS: bad bool value in config file for: anonymous_enable看似配置文件错误,看了一下配置相应的行:anonymous_enable=NO语句没什么错误,不过把这行注释后又到下一行...
分类:其他好文   时间:2014-05-09 08:51:30    阅读次数:287
myeclipse打war包
转自:http://wjlvivid.iteye.com/blog/1401707右键选中项目,选择export然后选择J2EE->WAR File,点击next接下来指定war包的存放路径,例如放在桌面上打包完成以后我们将war放到tomcat的webapps目录下。然后启动tomcat,tomc...
分类:系统相关   时间:2014-05-09 08:29:45    阅读次数:381
通过fstat函数判断描述符类型
fstat函数用于返回关于文件的信息到一个struct stat结构中,stat结构中的st_mode可以用来区分文件类型。 struct stat { dev_t st_dev; /* ID of device containing file */ ino_t st_ino; /* inode ...
分类:其他好文   时间:2014-05-09 02:01:26    阅读次数:379
System.BadImageFormatException: Could not load file or assembly
C:\Windows\Microsoft.NET\Framework64\v4.0.30319>InstallUtil.exe C:\_PRODUKCIJA\Debug\DynamicHtmlTool.exeMicrosoft(R).NET FrameworkInstallation utility...
分类:其他好文   时间:2014-05-08 23:53:56    阅读次数:518
Hadoop之HDFS
摘要:HDFS是Hadoop的核心模块之一,围绕HDFS是什么、HDFS的设计思想和HDFS的体系结构三方面来介绍。关键词:Hadoop HDFS 分布式存储系统HDFS是Hadoop的核心模块之一,HDFS是什么?它是Hadoop分布式文件系统(Hadoop Distributed File S....
分类:其他好文   时间:2014-05-08 23:38:42    阅读次数:412
判断是否有外置SD卡
private static String getDefaultPath(){ boolean isHaveExternalSD = false; String DefaultPath = "/storage/sdcard0"; File externalSDCard = new File("/st...
分类:其他好文   时间:2014-05-08 22:48:26    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!