代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/472566/6870744
sql 10-1.sql
USE master
-- 创建本地磁盘备份设备
EXEC sp_addumpdevice 'disk', 'DISKBackup_Edu', 'E:\Backups\Edu\Backup_Edu.bak'
-- 创建网络磁盘备份设备
EXEC sp_addumpdevice 'disk', 'NETBackup_Edu',
'\\JINLQSERVER\ShareEdu\Edu\Ba
www.eeworm.com/read/471464/6894187
txt 查看统计数据.txt
--查看统计了什么东西
select * from v$statistics_level;
--查看workload_repository的基本设置;
select * from dba_hist_wr_control;
--修改workload_repository的基本设置;
exec dbms_workload_repository.modify_snapshot_sett
www.eeworm.com/read/195484/8149969
in pangoxft.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Pango Xft
Description: Xft font support for Pango
Version: @VERSION@
Requires: pango pangoft2
Libs: -L${libdir}
www.eeworm.com/read/193835/8204049
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/193835/8204086
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/193835/8204146
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/193835/8204331
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/193835/8204471
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/368351/9700228
makefile
# makefile for installing Lua
# see INSTALL for installation instructions
# see src/Makefile and src/luaconf.h for further customization
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======