代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/388600/2549389
sconstruct
from rsfproj import *
Fetch('ida.H','ida')
Flow('ida','ida.H','dd form=native | window n1=600')
Plot('ida','grey gpow=0.5 crowd=0.85 title="stack (gpow=0.5)" ')
Flow('npef nlag','ida','lopef a=5,1
www.eeworm.com/read/161778/5549759
txt 6.3.8.txt
DECLARE Emp_cur CURSOR FOR
SELECT employee.emp_number, employee.emp_name
FROM employee
WHERE employee.emp_salary > :Sal_var ;
OPEN Emp_cur;
int Emp_num
string Emp_name
FETCH Emp_cur INTO :
www.eeworm.com/read/170836/9785813
c ux_x11.c
/*
* ux_x11.c: fetch local auth data for X forwarding.
*/
#include
#include
#include
#include "putty.h"
#include "ssh.h"
void platform_get_x11_auth(char *
www.eeworm.com/read/220896/14784995
def libmysql.def
LIBRARY LIBMYSQL
DESCRIPTION 'MySQL 4.0 Client Library'
VERSION 4.0
EXPORTS
mysql_affected_rows
mysql_close
mysql_connect
mysql_create_db
mysql_data_seek
mysql_debug
mysql_drop_db
www.eeworm.com/read/355149/10290749
m dbtoexcel_fcn.m
function DBtoExcel_Fcn(yearNo)
params;
%基础数据库OrigDB
conn=database(ORIGDBNAME,'','');
sqlquery_1=['select * from ' int2str(1995+yearNo) ];
curs_1=exec(conn,sqlquery_1);
curs_1=fetch(curs_1);
A=c
www.eeworm.com/read/425487/10351535
am gpe-tp.am
DIR_PO = po
DIR_TP = tp
#-- Fetch .po files from TP
freshen-po: linguas
rm -rf tmp-po
mkdir tmp-po
# cd tmp-po; for LANG in $(LINGUAS); do wget $(TRANSLATION_SITE)/$(PACKAGE)/$$LANG.po; done
www.eeworm.com/read/440502/7068519
insert_student_
DECLARE
V_bh number;
V_zf number;
CURSOR score_cursor IS SELECT 号码,总分 FROM score;
BEGIN
OPEN score_cursor;
loop
FETCH score_cursor INTO V_bh,V_zf;
update student set 总分=V_zf where 编号=