代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/465745/7044967
rpt function.map.rpt
Analysis & Synthesis report for function
Thu Apr 02 09:22:31 2009
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Lega
www.eeworm.com/read/143816/12839296
txt languageguide.txt
Fava in C语言参考指南[简化版本-0.2]
一、语言保留字
void char short int float double pointer string bool
unsigned static native
if else switch case for while return continue break addrof contentof
import package stru
www.eeworm.com/read/241364/13151258
sql one_trigger_per_type.sql
/*-- one_trigger_per_type.sql */
-- after insert statement
CREATE OR REPLACE TRIGGER after_insert_statement
AFTER INSERT ON to_table
BEGIN
DBMS_OUTPUT.PUT_LINE('After Insert Statement');
END;
www.eeworm.com/read/138927/13201809
txt languageguide.txt
Fava in C语言参考指南[简化版本-0.2]
一、语言保留字
void char short int float double pointer string bool
unsigned static native
if else switch case for while return continue break addrof contentof
import package stru
www.eeworm.com/read/253602/12210136
txt oracle database pl sql statement multiple sql injection exploits.txt
/*
Advanced SQL Injection in Oracle databases
Becoming the SYS user with SQL Injection.
This script creates functions that can be injected to replace
the password of the SYS user and to restore it
www.eeworm.com/read/5947/81188
pdf statement list for s7-300 and s7-400.pdf
www.eeworm.com/read/188512/8533473
cpp fig05_14.cpp
// Fig. 5.14: fig05_14.cpp
// continue statement terminating an iteration of a for statement.
#include
using std::cout;
using std::endl;
int main()
{
for ( int count = 1; count
www.eeworm.com/read/188512/8533478
cpp fig05_02.cpp
// Fig. 5.2: fig05_02.cpp
// Counter-controlled repetition with the for statement.
#include
using std::cout;
using std::endl;
int main()
{
// for statement header includes initi
www.eeworm.com/read/188512/8533483
cpp fig05_13.cpp
// Fig. 5.13: fig05_13.cpp
// break statement exiting a for statement.
#include
using std::cout;
using std::endl;
int main()
{
int count; // control variable also used after loo
www.eeworm.com/read/185622/9004375
txt rfc1517.txt
Network Working Group Internet Engineering Steering Group
Request for Comments: 1517 R. Hinden, Editor
Category: Standards Track