代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/456734/7340136
update
www.eeworm.com/read/397143/8064876
update
www.eeworm.com/read/126956/6010061
update
#!/usr/local/bin/perl -w
use strict;
use DBI;
my $host='localhost';
my $port=6100;
my $dbh = DBI->connect("dbi:Gigabase:host=$host;port=6100","g", "g")||die;
my $statement='update d set a=1 where a=3;
www.eeworm.com/read/100047/6274314
update
#!/bin/bash
# This is used for developers only. This script will not
# be of any use to any one else. Note it does NOT update
# old version of web e-mail.
make
mv email.cgi /home/httpd/cgi-bin/
cho
www.eeworm.com/read/403957/11494942
update
cp {pat[3-5][a-z],chap{1,2,6},chap{3,4,5,A,B,C}-0,bib-0,index-[A-Z],foreword,contents,related,faq}.htm ../lowres
www.eeworm.com/read/157384/11713356
update
==========================
PVPGN UPDATE INFORMATION
==========================
This file contains a summary of all changes from previous version you need to
take care of when updating your server t
www.eeworm.com/read/154878/11920997
update
This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes,
which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS.
src/ldo.c
Attempt to resume running coroutine
www.eeworm.com/read/152918/12074327
update
#FILENAME: update
if [ -z $3 ]
then echo "$0 "
echo "(e.g.) $0 cpi 68 70"
exit
fi
echo "$HOSTNAME" > hosts
echo "$HOSTNAME 0 $PWD/$1" > pgfile
www.eeworm.com/read/341022/12113291
update
#!/bin/sh -e
#
# This script illustrates how to update u-boot to either the latest or some
# specific upstream and OpenMoko version. This is mainly intended as a template
# for copy & paste, and as an
www.eeworm.com/read/8272/145801