码迷,mamicode.com
首页 >  
搜索关键字:file    ( 50992个结果
Eclipse工程标准目录层次结构
首先说一下为什么要特别写一个文档来说明这个层次结构的事情,各位都在eclipse中使用java.io.File类读取过workspace中的文件,我相信在不了解eclipse目录层次结构的情况很少有人可以一次性把路径给写对了,为了避免以后再出现这种令人难堪的情况,还是编写这样一篇扫盲性的说明文档比较合适。当然重点绝不是上面的资源路径怎么编写,而是影响围绕整个工程的生命周期的构建活动。...
分类:系统相关   时间:2014-06-20 13:29:56    阅读次数:401
Performing User-Managed Database-18.5、Restoring Control Files
18.5、Restoring Control Files 18.5.1、Restore Lost Copy of a Multiplexed Control File 18.5.1.1、Copying a Multiplexed Control File to a Nondefault Location 假设丢失控制文件的磁盘和文件系统不能再关联,那么必须修改CONTROL_FILES初始化...
分类:数据库   时间:2014-06-20 13:22:46    阅读次数:259
【Linux笔记】cd无法进入xargs管道输出的目录
cd无法进入xargs管道输出的目录,xargs: cd: No such file or directory...
分类:系统相关   时间:2014-06-20 11:59:11    阅读次数:347
Unable to render template resolver could not resolve to a file
Zend\View\Renderer\PhpRenderer::render: Unable to render template "wap/index/get-vhomeinfo"; resolver could not resolve to a file 原因是get-vhomeinfo在代码中是getVhomeinfo,不能有大写...
分类:其他好文   时间:2014-06-20 11:57:54    阅读次数:300
Python读写文本文档详解
以下3步问正确的程序片段: 1.写文件 #! /usr/bin/python3 'makeTextFile.py -- create text file' import os def write_file():     "used to write a text file."          ls = os.linesep     #get filena...
分类:编程语言   时间:2014-06-20 10:47:27    阅读次数:278
projecteuler---->problem=22----Names scores
sing names.txt (right click and 'Save Link/Target As...'), a 46K text file containing over five-thousand first names, begin by sorting it into alphabetical order. Then working out the alphabetical v...
分类:其他好文   时间:2014-06-20 10:37:22    阅读次数:230
MultiActionController源码
/* * Copyright 2002-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
分类:其他好文   时间:2014-06-07 14:55:47    阅读次数:249
java开发_eclipse导出为war文件,热部署到tomcat运行总结[转]
在Myeclipse中,我们很容易做到这一步:把一个web项目生成war文件其实在eclipse中,实现这样的功能,也是很简单的.下面就看一下是怎样操作的吧!新建一个web项目:取名为:eclipse4war(名字可以随便取滴)项目-->右键export-- > WAR file启动tomcat进入...
分类:编程语言   时间:2014-06-07 08:03:50    阅读次数:318
lucene学习笔记(一)
package l002;import java.io.File;import java.io.IOException;import org.apache.lucene.analysis.Analyzer;import org.apache.lucene.analysis.standard.Stan...
分类:其他好文   时间:2014-06-07 06:51:41    阅读次数:208
eclipse中统计代码行数或代码量
打开File Search对话框,选中正则表达式,在搜索文本框输入 /n文件名称输入 *.java在范围里选中Enclosing projects然后就可以统计出整个项目的代码行数。
分类:系统相关   时间:2014-06-07 06:16:41    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!