代码搜索:Update

找到约 10,000 项符合「Update」的源代码

代码结果 10,000
www.eeworm.com/read/128965/5976964

h auto_update.h

/* * (C) Copyright 2004 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free so
www.eeworm.com/read/128965/5976976

c auto_update.c

/* * (C) Copyright 2003-2004 * Gary Jennejohn, DENX Software Engineering, gj@denx.de. * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people wh
www.eeworm.com/read/128965/5978491

c auto_update.c

/* * (C) Copyright 2003 * Gary Jennejohn, DENX Software Engineering, gj@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; yo
www.eeworm.com/read/127087/6007654

h res_update.h

/* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1999 by Internet Software Consortium, Inc. * * Permission to use, copy, modify, and distribute this software fo
www.eeworm.com/read/127087/6007716

c res_update.c

#if !defined(lint) && !defined(SABER) static const char rcsid[] = "$Id: res_update.c,v 1.6.2.4.4.2 2004/03/16 12:34:20 marka Exp $"; #endif /* not lint */ /* * Copyright (c) 2004 by Internet Systems
www.eeworm.com/read/127087/6008838

in fail.update.db.in

; Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/127087/6008839

in warn.update.db.in

; Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/127087/6008841

in ignore.update.db.in

; Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/127087/6008893

pl update_test.pl

#!/usr/bin/perl # # Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this sof
www.eeworm.com/read/126956/6010054

update_param2

#!/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=? where a=?;