代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/373386/9457923
pl test.pl
#!/usr/bin/perl
use strict;
my $dir = "/usr/local/FileTransfer/Server/files/log/88/logMerge/channel/date/aa.txt";
my $folderName ;
my @path =split( /\//,$dir);
for(my $i=0;$i
www.eeworm.com/read/373369/9459871
java dirlist3.java
//: io/DirList3.java
// Building the anonymous inner class "in-place."
// {Args: "D.*\.java"}
import java.util.regex.*;
import java.io.*;
import java.util.*;
public class DirList3 {
public
www.eeworm.com/read/177292/9460408
h gistpath.h
// -*- Mode: C++ -*-
//--------------------------------------------------------------------
// GiSTpath.h
// ----------
//
// GiST - Generalized Search Tree
// June 2001 r
www.eeworm.com/read/373369/9460656
py eclipse.py
#!/usr/bin/python
"""
Eclipse.py by Bruce Eckel, for Thinking in Java 4e
Modify or insert package statments so that Eclipse is happy with the code tree.
Run this with no arguments from the root of