代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/468438/6990021
sql demo03.sql
connect / as sysdba
grant execute on dbms_flashback to scott;
connect scott/tiger
variable SCN number
exec :scn := sys.dbms_flashback.get_system_change_number
print scn
select count(*) from
www.eeworm.com/read/387591/7085809
c p13.5.c
#include
#include
#include
#include
#include
#include
int main(int argc,char *argv[])
{
int connect_fd;
int ret;
char snd_buf
www.eeworm.com/read/299984/7140763
m im_label.m
%IM_LABEL Labeling of binary images stored in a dataset (DIP_Image)
%
% B = IM_LABEL(A,CONNECTIVITY,MIN_SIZE,MAX_SIZE)
% B = A*IM_LABEL([],CONNECTIVITY,MIN_SIZE,MAX_SIZE)
%
% INPUT
% A Datase
www.eeworm.com/read/463561/7178353
ppp-on
#!/bin/sh
#
# Script to initiate a ppp connection. This is the first part of the
# pair of scripts. This is not a secure pair of scripts as the codes
# are visible with the 'ps' command. However, it
www.eeworm.com/read/463561/7178355
bak ppp-on.bak
#!/bin/sh
#
# Script to initiate a ppp connection. This is the first part of the
# pair of scripts. This is not a secure pair of scripts as the codes
# are visible with the 'ps' command. However, it