码迷,mamicode.com
首页 >  
搜索关键字:file system    ( 97928个结果
c#基础介绍二
类 1 using System; 2 namespace bin 3 { 4 public class Doctor 5 { 6 public Doctor(){} 7 public Doctor(string name,byte age) 8 { 9 ...
分类:其他好文   时间:2014-05-09 10:29:26    阅读次数:218
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
Bluetooth
Android provides a default Bluetooth stack, BlueDroid, that is divided into two layers: The Bluetooth Embedded System (BTE), which implements the core...
分类:其他好文   时间:2014-05-09 10:18:47    阅读次数:518
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
Csharp 高级编程 C7.1.2(2)
C#2.0 使用委托推断扩展委托的语法下面是示例 一个货币结构代理的方法可以是实例的方法,也可以是静态方法,声明方法不同实例方法可以使用委托推断,静态方法不可以用示例代码:/* * C#2.0 使用委托推断扩展委托的语法 * 下面是示例 一个货币结构 */using System;using S.....
分类:其他好文   时间:2014-05-09 10:05:12    阅读次数:282
java和bat相互调用
1.bat 启动java main函数 1.将project导出JAR,过程中注意选择main class 2.新建bat,设置环境变量 3.1启动程序,如果想在黑窗口中打印数字,可以system.out,程序运行万 @echo off @setlocal set JAVA_HOME=jdk1.6.0_25 set PATH=%JAVA_HOME%\bin;%JAVA_HOME%\jre...
分类:编程语言   时间:2014-05-09 02:23:42    阅读次数:394
通过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
ADO.NET
ADO.NET   关系型数据库管理系统(Relational database management systems,RDBMSs)是数据存储最普遍的形式。有了 ADO.NET,System.Data 和相关的命名空间,访问关系型数据更容易。这一节,我们将学习多种方法在F# 中使用 ADO.NET。   注意 所有的数据库提供程序都使用连接字符串指定数据库连接。在http://www....
分类:Web程序   时间:2014-05-09 01:58:05    阅读次数:586
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!