代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/312022/7218463
cgi nodes.cgi
#!/usr/bin/perl
#######################################################################
#
# This file is part of KCeasy (http://www.kceasy.com)
# Copyright (C) 2002-2004 Markus Kern
www.eeworm.com/read/312022/7218534
cpp updateform.cpp
/*
This file is part of KCeasy (http://www.kceasy.com)
Copyright (C) 2002-2004 Markus Kern
This program is free software; you can redistribute it and/or
modify it under the te
www.eeworm.com/read/461776/7220696
txt main.txt
; 主选单
;
; 设定为系统模式
; 这样就不能储存主选单了
mode system
; 读取主题画面
load bg title001
update
*mainloop
menu result
从最前面开始
结束
end
; 选择了"从最前面开始"
if result != 1 goto L1
system clear
exec start
www.eeworm.com/read/461298/7229428
sql 人力资源管理实例程序.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_工资发放历史表_职员基本信息表]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)
ALTER TABLE [dbo].[工资发放历史表] DROP CONSTRAINT FK_工资发放历史表_职员基本信息表
www.eeworm.com/read/461264/7230616
pro dbclose.pro
pro dbclose,dummy
;+
; NAME:
; DBCLOSE
; PURPOSE:
; procedure to close a data base file
;
; CALLING SEQUENCE:
; dbclose
;
; INPUTS:
; None
;
; OUTPUTS
; None
;
; SIDE E
www.eeworm.com/read/461070/7235030
cpp entropy.cpp
#include
#include
#include
#include "global.h"
#include "entropy.h"
/*---------------------------------------------------------------------------*/
/*------------
www.eeworm.com/read/460749/7241305
cpp paintarea.cpp
#include "paintarea.h"
#include
#define PI 3.1415926535
PaintArea::PaintArea(QWidget *parent)
{
setPalette(QPalette(Qt::white));
setAutoFillBackground(true);
setM
www.eeworm.com/read/460749/7241333
cpp paintarea.cpp
#include "paintarea.h"
#include
#define PI 3.1415926535
PaintArea::PaintArea(QWidget *parent)
{
setPalette(QPalette(Qt::white));
setAutoFillBackground(true);
setM
www.eeworm.com/read/460749/7241466
cpp items.cpp
#include "items.h"
#include
PixItem::PixItem(QPixmap *pixmap)
{
pix = *pixmap;
}
QRectF
PixItem::boundingRect() const
{
return QRectF(-2-pix.width
www.eeworm.com/read/460749/7241607
qrc configdialog.qrc
images/config.png
images/query.png
images/update.png