1.获取CSV数据内容public static Object[][]
getFromCSV(String filename) { if (!(new File(filename)).exists()){ return null;
} Object[][] content; CSVReader r....
分类:
Web程序 时间:
2014-07-22 23:16:34
阅读次数:
467
/// /// 读取配置文件keys /// /// public string _GetKeys()
{ string filename = Server.MapPath("/") + @...
分类:
Web程序 时间:
2014-05-01 15:56:57
阅读次数:
391
客户端:/* *
=====================================================================================
* * Filename: client.cpp * * Description:...
分类:
Web程序 时间:
2014-04-30 20:27:45
阅读次数:
726
推荐使用第一种第一种: //对接收的文件名的合法性进行验证 String
fileName="127.0.0.1_01_20140428165022174.jpg"; String regEx =
"\\b.+_\\d+_\\d{17}\\b"; //正则表达式 ...
分类:
编程语言 时间:
2014-04-30 13:50:19
阅读次数:
366
一、linux 命令 0.man:查询使用手册1.pwd:Print the full
filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information
about the FILEs (the current...
分类:
编程语言 时间:
2014-04-29 11:31:46
阅读次数:
489
创建FileWriter对象时的细节
有可能会产生编译时异常IOException和运行时异常FileNotFoundException 使用构造方法FileWriter(String
fileName)或FileWriter(File file)创建FileWriter对象时 指定文件不存在 --...
分类:
其他好文 时间:
2014-04-29 11:27:46
阅读次数:
646