the data files are placed in a parent directory that is an input parameter of the installation wizard.
数据文件放在一个父目录中,而此目录作为安装向导的输入参数。
the above line will create a new mochiweb application within the parent directory (that is, at the same level as mochiweb).
上面的代码行将在父目录内创建一个新的mochiweb应用程序(也就是说,与 mochiweb相同的级别)。
please specify a valid parent directory for your application files and folders.
请给您的应用程序文件和文件夹指定有效的父目录 。
a simple alternative is to change to the parent directory and then use a relative path (see listing 1).
另一个简单的解决方法是进入父目录,然后使用相对路径(见清单1)。
which first looks in the parent directory for another directory called 「college」, and then at a subdirectory of that named 「friends」 for a file called 「john.html」.
首先在父目录找到名为「大学」目录,然后在该目录的子目录中找到名为「朋友们」,最后在「firends」目录下找到一个名为「约翰.html」的文件。
using the parent directory is handy when you want to go up a level via cd. listing 7 shows how.
当您想通过cd到上一层目录时,使用父目录很方便,如 清单7 所示。
these package directories reside inside a stow directory, a parent directory containing package directories of all stowed applications.
这些软件包目录驻留在一个stow目录中,该目录包含所有已装载的应用程序的软件包目录,是这些目录的父目录。
by default, the target directory is the parent directory of the stow directory.
缺省情况下,目标目录是stow目录的父目录。
the ftp_cdup() function changes the current directory to the parent directory (one step up).
函数的作用是:切换到当前目录的父目录(上一步)。
append the cwd's parent directory to the classpath
在classpath中添加cwd的父目录
for example, the filter expression for selecting file storage areas with a root directory under parent directory /san1 is
例如,选择根目录在 /san1下的文件存储区域的筛选器表达式为
please specify a valid parent directory for your application files and folders. root directory cannot be used as your application directory.
请给您的应用程序文件和文件夹指定有效的父目录。根目录不能用作应用程序目录。
every directory other than the root directory has at least two special entries: the directory itself (.) and the parent directory (..).
除根目录外的所有目录都至少包含两个特殊条目:目录本身 (.)和父目录 (..)
if you do not use this setting, the web server maps the parent directory to itself.
如果不使用此设置,则web服务器会将父目录映射到自身。
it searches, in order, the current directory (., or 「dot」), your home directory (~/), the parent directory (.., or 「dot dot」), and the grandparent directory (../..).
它将按顺序搜索当前目录(.,或者「点」)、您的home目录 (~/)、父目录(..,或者「点点」)、父目录的父目录目录 (../..)