代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/190346/5185271
c update.c
/*
* update.c: handle the update-report request and response
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
www.eeworm.com/read/186388/5232915
update-info
#!/bin/sh
# update-info -- update dir file from all extant info pages.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License
www.eeworm.com/read/183001/5260280
out update.out
--
-- UPDATE ... SET = DEFAULT;
--
CREATE TABLE update_test (
a INT DEFAULT 10,
b INT
);
INSERT INTO update_test VALUES (5, 10);
INSERT INTO update_test VALUES (10, 15);
SELECT * FRO
www.eeworm.com/read/183001/5260378
sql update.sql
--
-- UPDATE ... SET = DEFAULT;
--
CREATE TABLE update_test (
a INT DEFAULT 10,
b INT
);
INSERT INTO update_test VALUES (5, 10);
INSERT INTO update_test VALUES (10, 15);
SELECT *
www.eeworm.com/read/180408/5286669
java update.java
//$Id: Update.java,v 1.5 2005/05/24 19:06:52 oneovthafew Exp $
package org.hibernate.sql;
import java.util.Iterator;
import java.util.Map;
import org.hibernate.type.LiteralType;
import org.hibernate
www.eeworm.com/read/180137/5290212
sh update.sh
#!/bin/sh
# $Id: update.sh,v 1.10 2002/07/15 11:48:21 adam Exp $
t=$1
test -n "$t" || exit 1
test -d reg-$t && rm -fr reg-$t
mkdir reg-$t
rm -f *.mf *.LCK *.tmp
../../index/zebraidx -l zebraidx-$t.lo
www.eeworm.com/read/176663/5335995
h update.h
// Update.h
#ifndef __UPDATE_H
#define __UPDATE_H
#include "Common/Wildcard.h"
#include "Windows/FileFind.h"
#include "../../Archive/IArchive.h"
#include "UpdateAction.h"
#include "ArchiveOpenCallb
www.eeworm.com/read/176663/5336004
cpp update.cpp
// Update.cpp
#include "StdAfx.h"
#ifdef _WIN32
#include
#endif
#include "Update.h"
#include "Common/IntToString.h"
#include "Common/StringConvert.h"
#include "Common/CommandLineParser.h"