代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/339381/12240111
c to.c
/*$TITLE=Command to jump 'TO' a specified project*/
/*
*********************************************************************************************************
*
www.eeworm.com/read/150786/12260872
js menustatus.js
function turnLayer(name,stats,doc) {
var obj,v;
obj=findInDoc(name,doc);
if (obj!=null){
if (obj.style) {
obj=obj.style;
stats=(stats=='show')?'visible':(stats=='hide')?'hidden
www.eeworm.com/read/150781/12261754
h pathfunctions.h
// FileZilla - a Windows ftp client
// Copyright (C) 2002-2004 - Tim Kosse
// This program is free software; you can redistribute it and/or
// modify it under the terms of th
www.eeworm.com/read/252679/12268838
c macopen.c
/*
Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2004-May-22 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/252679/12269385
c _setargv.c
/*
Copyright (c) 1990-1999 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 1999-Oct-05 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/252554/12275609
pas xfiles.pas
unit xFiles;
interface
uses SysUtils, Windows, ShellAPI, Forms;
//文件路径
function PathWithoutSlash(const Path: string): string;
function PathWithSlash(const Path: string): string;
function R
www.eeworm.com/read/338813/12280854
cpp zdlj.cpp
#include
#define MAX 9999
#define MAXVertex 100
#define N 7
typedef char VexType;
typedef int AdjType;
typedef struct
{
int n;
VexType vexs[MAXVertex];
AdjType arcs[MAXVertex]
www.eeworm.com/read/252270/12290010
txt su命令.txt
作者:Eazily
日期:2001-1-15 22:17:43
su和login命令的不同在于login会把当前用户注销以新
用户身份重新登录。不带参数直接su,相当于su root。
如果从root身份su other,则不必输入口令。su成功后
会产生一个新的shell进程,用id命令可以看到自己现在
的uid和gid已经得到转变。用ps命令可以看到这个新
shell使用的是/e ...
www.eeworm.com/read/150340/12297724
c srchpath.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons