代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/383449/8945222
txt manager-api.txt
BlueZ D-Bus Manager API description
***********************************
Copyright (C) 2004-2008 Marcel Holtmann
Copyright (C) 2005-2006 Johan Hedberg
www.eeworm.com/read/383449/8945680
c proxy.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/383449/8945827
test-device
#!/usr/bin/python
import sys
import dbus
import re
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
adapter = dbus.Interface(bus.get_object("o
www.eeworm.com/read/284201/8954776
bat create.bat
set path=C:\WRSGL;d:\WRSGL;e:\WRSGL;f:\WRSGL;g:\WRSGL;h:\WRSGL;i:\WRSGL;D:\Projects\sqltopdf
cd wrssb
Arj a wrssb *.*
cd ..
copy wrssb\wrssb.arj data\
www.eeworm.com/read/427264/8955313
txt 在java应用程序中如何实现ftp的功能 (转).txt
作者:jeru
email: jeru@163.net
日期:8/6/2001 9:50:36 AM
在JAVA应用程序中如何实现FTP的功能
大连捷通电脑技术有限公司
王 淼
---- 在JAVA的编程中,您也许会遇到FTP方面的编程,本文就来演示如何实现它。
---- 本程序是由JBUILDER2.0来开发的,为了节约篇幅我只列出主要的三个部份。FtpList 部
www.eeworm.com/read/383171/8965474
c fexist.c
/*==========================================================================*/
/* DMC Interim out | fexist.c | Utility */
/*=======================================
www.eeworm.com/read/427173/8970116
h dir.h
@函数名称: chdir
函数原型: int chdir(char *path)
函数功能: 改变当前工作目录为path
函数返回: 0:操作成功,-1:操作失败
参数说明: path-新设置的路径名称
所属文件:
#include
#include
#include