public function findfile($arr) { $files = array();
foreach ($arr as $file) { $child = glob($file."/*"); ...
分类:
其他好文 时间:
2014-06-29 15:05:49
阅读次数:
200
main.cxx#include #include #include #include using
namespace std; int main() { sqlite3* file; int flag; flag =
sqlite3_open("./stu.db", &file); if(...
分类:
数据库 时间:
2014-06-29 14:36:03
阅读次数:
254
一、 关于php中dirname(_file_)的使用 php中定义了一个很有用的常数,即
__file__ 这个内定常数是当前php程序的就是完整路径(路径+文件名)。
即使这个文件被其他文件引用(include或require),__file__始终是它所在文件的完整路径,而不是引用它的...
分类:
Web程序 时间:
2014-06-07 04:30:13
阅读次数:
253
http://dongxicheng.org/mapreduce/hadoop-join-two-tables/http://dongxicheng.org/mapreduce/run-hadoop-job-problems/http://dongxicheng.org/mapreduce/hdfs...
分类:
其他好文 时间:
2014-05-29 12:27:09
阅读次数:
260
1. FTP(File Transfer Protocol)文件传送协议 FTP
只提供文件传送的一些基本的服务,它使用 TCP 可靠的运输服务。FTP 的主要功能是减少或消除在不同操作系统下处理文件的不兼容性。1.1
网络环境下复制文件的复杂性:(1) 计算机存储数据的格式不同。(2) 文件的目录...
分类:
其他好文 时间:
2014-05-28 23:00:59
阅读次数:
258
1,获取本地图片大小(尺寸)File picture=new
File(strSrc);BufferedImage sourceImg=ImageIO.read(new
FileInputStream(picture));sourceImg.getWidth();sourceImg.getHeigh...
分类:
编程语言 时间:
2014-05-28 21:12:49
阅读次数:
584
package mainimport ( "fmt" "bufio" "io" "os"
"strconv" "flag")var infile *string=flag.String("i","unsorted.data","File
contains valu...
分类:
其他好文 时间:
2014-05-28 20:32:20
阅读次数:
306
https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-10.0.2-1744117.i386.bundlevm10下载地址给执行权限chmod
u+x VMware-Workstation-Full-10.0....
分类:
系统相关 时间:
2014-05-28 20:14:51
阅读次数:
672
1.fopen()函数的用法fopen函数用于打开文件, 其调用格式为:FILE
*fopen(char *filename, *type);fopen()函数中第一个形式参数表示文件名,
可以包含路径和文件名两部分。如:"B:TEST.DAT""C:\\TC\\TEST.DAT"注意:如果将路径写...
分类:
其他好文 时间:
2014-05-28 10:12:08
阅读次数:
316
package com.peng.web;import
java.io.BufferedInputStream;import java.io.BufferedOutputStream;import
java.io.File;import java.io.FileInputStream;import ...
分类:
其他好文 时间:
2014-05-28 09:49:08
阅读次数:
276