代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/447044/7559906
java listing5-03_updatemidlet.java
package com.apress.update;
import javax.microedition.io.ConnectionNotFoundException;
import javax.microedition.midlet.MIDlet;
import javax.microedition.midlet.MIDletStateChangeException;
import ja
www.eeworm.com/read/446754/7565638
rc wupddutch.rc
STRINGTABLE
{
909, "Ophalen update bestand : "
910, "Ophalen update bestanden ?"
911, "Afsluiten toepassing om update uit te voeren ?"
912, "Identiek bron en doel bestand : %s"
913, "Besta
www.eeworm.com/read/446754/7566022
rc wupdeng.rc
STRINGTABLE
{
909, "Download update file : "
910, "Download update files ?"
911, "Shutdown application to update executable files ?"
912, "Equal source and target files : %s"
913, "File no
www.eeworm.com/read/446648/7572679
cs privilege.cs
//----------------------------------------------------------------
// 系统资源的枚举类
//
// Copyright (c) Wenzy , All rights reserved.
// author:温正宇
www.eeworm.com/read/446236/7583328
h lubyrack.h
// lubyrack.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_LUBYRACK_H
#define CRYPTOPP_LUBYRACK_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
www.eeworm.com/read/446181/7584116
sql 2.4.3.sql
use school
go
create trigger T3 on Worker
for update
as
if update(number)
begin
print 'Everynumber cannot be changed!'
Rollback Transaction
End
www.eeworm.com/read/446181/7584226
sql 4.1.2.sql
begin tran
update accounts set balance=balance-1000 where accountno='A'
update accounts set balance=balance+1000 where accountno='B'
commit tran
www.eeworm.com/read/446181/7584232
sql 4.4.1.sql
begin tran
update courses set hour=80 where cid='10001 '