代码搜索:Update

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

代码结果 10,000
www.eeworm.com/read/165703/10053576

pas analysercmd.pas

unit AnalyserCmd; interface uses SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs, Update; type TAnalyseCmd = class(TObject) protected function Create
www.eeworm.com/read/165122/10075721

pep globin.pep

>P1;HBB_HUMAN Sw:Hbb_Human => HBB_HUMAN VHLTPEEKSA VTALWGKVNV DEVGGEALGR LLVVYPWTQR FFESFGDLST PDAVMGNPKV KAHGKKVLGA FSDGLAHLDN LKGTFATLSE LHCDKLHVDP ENFRLLGNVL VCVLAHH
www.eeworm.com/read/360827/10075829

txt 视图.txt

1 alter view EmpCommonInfo员工的详细信息 as select 编号,姓名,电子邮件,电话, 登录名,登录密码,基本工资,报到日期, 部门名称,自我介绍,剩余假期, (select 电子邮件 from dbo.tblEmployee员工基本信息 where 职位编号 in ('002','003','004','005
www.eeworm.com/read/360827/10075834

sql 无标题1.sql

--此存储过程根据tblAttendance(考勤)表信息按月更新tblSalary(薪资) --表的AbsenceSalary(缺勤工资)列 alter proc 按月更新 @时间 int as declare @编号 varchar(3),@基本工资 float,@每个员工总缺勤小时数 float,@缺勤扣除 float declare cur cursor for s
www.eeworm.com/read/360827/10075843

txt 触发器2(trupdateleave).txt

create trigger trUpdateLeave on dbo.员工的请假记录 for update as declare @申请状态 varchar(50),@请假类型 varchar(50) set @申请状态=(select 申请状态 from inserted) if @申请状态='已批准' begin set @请假类型=(select 请假类型 from
www.eeworm.com/read/360827/10075845

txt 触发器1.txt

--触发器 CREATE trigger trUpdateOvertime on dbo.员工的加班记录 for update as declare @申请状态 varchar(50),@加班类型 varchar(50), @加班工资 float,@员工剩余假期 varchar(10) set @申请状态=(select 申请状态 from inserted) if @申请状态
www.eeworm.com/read/164952/10080744

txt 取消磁盘扫描.txt

取消磁盘扫描   问:我的电脑安装的是Windows XP,最近只要正常关机,再开机就会自动运行磁盘扫描。若是重新启动则不会有这种情况,以前用Windows 98操作系统时也遇到过这种情况,不知该如何解决?   答:这是因为Windows XP认为你没有正常关机,所以强制性扫描。你可以在命令行提示符里面输入chkntfs /x X:取消对X盘的检查。另外建议你到Windows <mark>Update</mark> ...
www.eeworm.com/read/164653/10099027

html onlychangeupdate.html

只更新update()函数的结果
www.eeworm.com/read/164539/10103810

asp modrk.asp

www.eeworm.com/read/359751/10126156

c md5.c

/* md5.c - an implementation of the MD5 algorithm and MD5 crypt */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2000, 2001 Free Software Foundation, Inc. * * This program is free so