代码搜索:overwrite
找到约 926 项符合「overwrite」的源代码
代码结果 926
www.eeworm.com/read/469304/1480807
java bind.java
import javax.naming.*;
import java.io.File;
import java.util.Hashtable;
/**
* Demonstrates how to add a binding to a context.
* (Use Rebind example to overwrite binding; use Unbind to remove bind
www.eeworm.com/read/243634/4519531
am makefile.am
####### kdevelop will overwrite this part!!! (begin)##########
dist-hook:
-perl am_edit
SUBDIRS = kdev
EXTRA_DIST = kdev.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO NEWS kdev.lsm
#####
www.eeworm.com/read/225531/4794587
target-1
#!/bin/sh
# Before coreutils-4.5.3, --target-dir didn't work with one file.
# It would create the desired link, but would fail with a diagnosis like this:
# ln: `d/.': cannot overwrite directory
# Bas
www.eeworm.com/read/181050/5279188
am makefile.am
####### kdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = index.html
install-data-local:
$(mkinstalldirs) $(prefix)/doc/ieee1394diag/
$(INSTALL_DATA) $(srcdir)/index.html $(pre
www.eeworm.com/read/413815/2159154
sh test_pics.sh
#!/bin/sh
#
# The -f force flag will force new logs to overwrite existing ones.
#
FORCE=0
if test "$1" = "-f" ; then
FORCE=1
shift
fi
#
# Loop over all passed TIFF files
#
for a in $* ; do
BASE