代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/454481/7389059
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Update.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/454361/7393197
txt setup说明.txt
用EasyScope Setup.msi安装完成后,请把<mark>Update</mark>文件夹下的四个文件覆盖式copy到安装目录下。
并通过步骤“ 点击‘开始’——点击‘运行’——输入‘regsvr32 ’——在安装目录下,把文件‘cwui.ocx’用鼠标左键拖到
regsvr32 后面——确定——注册成功提示信息 ” 实现控件注册。然后就可以正常使用软件了。 ...
www.eeworm.com/read/454130/7397768
sql demo01.sql
select empno, ename, sal from emp where deptno = 10;
variable empno number
variable ename varchar2(20)
variable sal number
exec :empno := 7934; :ename := 'MILLER'; :sal := 1300;
select empno, ena
www.eeworm.com/read/454130/7397795
sql demo05.sql
create table t ( x int, y int );
insert into t values ( 1, 1 );
commit;
create or replace trigger t_bufer
before update on t for each row
begin
dbms_output.put_line( 'fired' );
end;
/
set se
www.eeworm.com/read/453811/7410064
c libapr.c
#include
#include
#include "libapr.h"
#include "md5.h"
static const char *apr1_id = "$apr1$";
static const char itoa64[] = /* 0 ... 63 => ASCII - 64 */
"./01234
www.eeworm.com/read/453784/7412368
txt mysql-grant.txt
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
ON test.*
TO test@127.0.0.1
IDENTIFIED BY '1234';
www.eeworm.com/read/453468/7419396
cpp merchant.cpp
#include "stdafx.h"
#include "Merchant.h"
Merchant::Merchant()
{
}
Merchant::~Merchant()
{
}
BOOL Merchant::Init()
{
return NPC::Init();
}
VOID Merchant::Release()
{
NPC::Relea
www.eeworm.com/read/453468/7419415
cpp fieldserversession.cpp
#include "stdafx.h"
#include "FieldServerSession.h"
#include "PacketHandler.h"
#include
FieldServerSession::FieldServerSession()
{
}
FieldServerSession::~FieldServerSession
www.eeworm.com/read/453468/7419427
cpp mapnpc.cpp
#include "stdafx.h"
#include "MapNpc.h"
#include "Field.h"
#include "Map.h"
#include "GameZone.h"
#include "GameRoom.h"
#include "AIParamParser.h"
#include "NPCStateManager.h"
MapNpc::MapNpc