E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
procedures
C++语言-01-简介
、跨平台的、不规则的中级编程语言,综合了高级语言和低级语言的特点C++支持的编程类型面向对象编程过程化编程派生自结构化编程,使用程序调用或函数调用的方式来进行流程控制流程则由包涵一系列运算步骤的程序(
Procedures
世俗孤岛
·
2016-02-23 09:00
解决OracleRAC集群下创建SDE时报Stored
procedures
错误问题
感谢一路走来默默陪伴和支持的你~~~--------------------环境信息------------------环境:Oracle11.2.0.3 两节点RAC集群,windowsserver2008R2,FCSAN共享存储,ArcGISDesktop1031----------------------------------------一:创建SDE时报如下错误:Storedproced
zhaohuihui6628
·
2016-02-19 17:00
POWERDESIGNER 物理模型
添加表,通过快捷工具或者model→tables创建,按照数据架构的规则定定表名,数据类型按照对应数据库类型设定4.添加包model→packages、输入包名,即可在左侧结构中找到新建的包,双击添加过程
procedures
住家阿呆
·
2016-02-04 13:00
pl/sql相关的视图
fromuser_identifiers;select*fromuser_object_size;select*fromUSER_PLSQL_OBJECT_SETTINGS;select*fromUSER_
PROCEDURES
aoerqileng
·
2016-01-20 11:00
Java调用Oracle存储过程
1.查询当前用户所创建的存储过程selectobject_namefromuser_
procedures
;2.存储过程的参数类型不能是number(10),而是numbercreateorreplaceprocedurepro_insertemp
xky1306102chenhong
·
2016-01-06 22:00
Halcon-总结
LogicØ Each program consists of a sequence of HALCON operatorsØ The program can be structured into
procedures
Ø
yqj234
·
2015-12-28 11:00
MyBatis架构设计及源代码分析系列 :MyBatis架构
MyBatis couples objects with stored
procedures
or
yiouiopw
·
2015-12-20 17:06
mybatis
MyBatis架构设计及源代码分析系列 :MyBatis架构
MyBatis couples objects with stored
procedures
or
yiouiopw
·
2015-12-20 17:06
MyBatis
跟我学习javascript的函数调用和构造函数调用
在JavaScript中,Function承担了
procedures
,methods,constructors甚至是classes以及modules的功能。
小平果118
·
2015-11-16 11:26
SQL Server中如何备份存储过程(SP)和函数(Fun)
Fun)进行备份 下面提供了一种简单的方式, 存储过程(SP)SQL代码如下: select p.name as SpName,m.definition as SpText from sys.
procedures
·
2015-11-13 22:20
SQL Server
CS 165 notes
CS 165 notes CompSci 165 notes Big arrays in C
procedures
Coding standards Documentation
·
2015-11-13 22:41
Note
Oracle - MSSQL Convert Tips (2)
Today's project contains too much views , stored
procedures
and trigger and the lines of
·
2015-11-13 19:01
convert
解剖SQLSERVER 第十五篇 SQLSERVER存储过程的源文本存放在哪里?
(译) http://improve.dk/where-does-sql-server-store-the-source-for-stored-
procedures
/ 目前我正在扩展OrcaMDF
·
2015-11-13 18:26
sqlserver
P of EAA 总结
暂且先把关键内容摘抄如下: Domain Logic Patterns Transaction Script Organizes business logic by
procedures
·
2015-11-13 17:18
总结
ASP.NET MVC应用程序使用异步及存储过程
Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第七篇:为ASP.NET MVC应用程序更新相关数据 原文:Async and Stored
Procedures
·
2015-11-13 16:23
asp.net
ORACLE:plsql优化
同理,可以在Tools菜单--Brower Filters中把你经常点的几个目录(比如:tables Views Seq Functions
Procedures
)移得靠上一点,并加
·
2015-11-13 13:50
oracle
如何track存储过程的编译次数
转载自此处 有个script我们很熟悉,是用来去查找当前SQL Server中哪些存储过程变重编译的次数最多的: --Gives you the top 25 stored
procedures
·
2015-11-13 10:09
存储过程
SP的调用者权限
According to Oracle document, the answer is 'use the AUTHID clause, which makes stored
procedures
·
2015-11-13 08:10
权限
SQL Server 存储过程调式
需要SQL Server 2008支持 右键数据库中创建存储过程,创建TSQL文本或者使用MSSQL提供的存储过程模板(在database\Programmablity\Store
Procedures
·
2015-11-13 07:03
SQL Server
SQL Server中调用WebService的实例
1.Ole Automation
Procedures
服务器配置选项 当启用 OLE Automation
Procedures
时,对 sp_OACreate 的调用将会启动 OLE 共享执行环境
·
2015-11-13 04:58
SQL Server
SQL 数据库常用的系统存储过程解析
/*存储过程*/ sp_databases --列出服务器上的所有数据库 sp_server_info --列出服务器信息,如字符集,版本和排列顺序 sp_stored_
procedures
--列出当前环境中的所有存储过程
·
2015-11-13 02:12
存储过程
SQL Server 2005 - 实作CLR存储过程
「存储过程」(Stored
Procedures
)是SQL Server 2005程序设计中最重要的一环,您将会发现,应用系统中的许多作业都会交由存储过程来完成。
·
2015-11-13 02:28
sql
server
2005
SQL Server中调用WebService的实例
尊重原著作:本文转载自http://www.cnblogs.com/icycore/p/3532197.html 1.Ole Automation
Procedures
服务器配置选项 当启用
·
2015-11-13 01:34
SQL Server
Stored
Procedures
CASE 用法错误
create PROCEDURE USP_GetDetail( @ObjectName nvarchar( 50)) as Begin declare @type varchar( 10) select&n
·
2015-11-13 01:56
procedure
5个最常用的系统存储过程
There are a number of documented and undocumented system stored
procedures
in MS SQL Server that are
·
2015-11-12 21:17
存储过程
SQL 调用 webservice
需要配置为get 方式sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Ole Automation
Procedures
·
2015-11-12 12:40
webservice
metasploit example
Vulnerability: A flaw or weakness in system security
procedures
, design or implem
·
2015-11-12 10:23
example
存储过程是罪恶
Stored
Procedures
are EVIL 存储过程是罪恶 By Tony Marston By Tony Marston 3rd September 2006
·
2015-11-11 17:17
存储过程
[翻译][MVC 5 + EF 6] 9:异步和存储过程
原文:Async and Stored
Procedures
with the Entity Framework in an ASP.NET MVC Application  
·
2015-11-11 16:34
存储过程
pl/sql tutorial
http://plsql-tutorial.com/plsql-
procedures
.htm What is PL/SQL?
·
2015-11-11 15:30
pl/sql
Windows 消息框架: SDK教程
599/Windows-Message-Handling-Part-3 Handling Messages in SDK applications Windows Classes and Window
Procedures
·
2015-11-11 10:31
windows
SQL Server 2005 - 实作CLR存储过程
Author: 章立民 From: 章立民研究室「存储过程」(Stored
Procedures
)是SQL Server 2005程序设计中最重要的一环
·
2015-11-11 10:34
sql
server
2005
mysql 报错之创建自定义函数
I experienced this error while trying to alter one of my stored
procedures
remotely on a master server
·
2015-11-11 07:29
mysql
民航货运英文缩写
CIMP:Cargo-IMP(Cargo Interchange Message
Procedures
) 一种纯文本的报文格式 CargoXML:Cargo-XML 基于XML的报文格式 DEP:离港
·
2015-11-11 06:55
写
sql server之触发器调用C#CLR存储过程实现两个表的数据同步
开启CLR sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation
Procedures
·
2015-11-11 00:34
SQL Server
ASP与sql存储过程
ASP与sql存储过程(非常详细) ASP与存储过程(Stored
Procedures
)的文章不少,但是我怀疑作者们是否真正实践过。
·
2015-11-09 12:29
存储过程
VMWARE 重新安装出错
Cleaning up after an incomplete uninstallation on a Windows host Solution This article describes the
procedures
·
2015-11-08 15:18
vmware
Useful undocumented extended stored
procedures
An extended stored procedure (xp) is a dynamic link library that runs directly in the address space of SQL Server and is programmed using the SQL Server Open Data Services API. You can run extended st
·
2015-11-08 15:08
procedure
Useful undocumented extended stored
procedures
An extended stored procedure (xp) is a dynamic link library that runs directly in the address space of SQL Server and is programmed using the SQL Server Open Data Services API. You can run extended st
·
2015-11-08 14:23
procedure
Using Hooks
how to perform the following tasks associated with hooks: Installing and Releasing Hook
Procedures
·
2015-11-08 13:25
OO
存储过程和函数的区别
Procedures
can have input,output parameters for it whereas functions can have only input
·
2015-11-08 10:37
存储过程
如何在SQL Server中搜索到一个带有某关键字的存储过程?
SELECT Name FROM sys.
procedures
WHERE OBJECT_DEFINITION(object_id) LIKE '%foobar
·
2015-11-08 09:41
SQL Server
hdu 4288 Coder
pid=4288 Coder Description In mathematics and computer science, an algorithm describes a set of
procedures
·
2015-11-07 10:54
code
Understanding Triggers
Unlike stored
procedures
(which are simply stored SQL statements), triggers are tied to individual tables
·
2015-11-05 08:59
trigger
ahjesus code simith 存储过程模板
Smith * Description: This template will generate standard CRUD stored
procedures
fo
·
2015-11-05 08:14
存储过程
ASP调用存储过程访问SQL Server
2011-02-15 10:22:57 标签: asp 数据库 sQL 存储过程 Server ASP和存储过程(Stored
Procedures
·
2015-11-05 08:02
SQL Server
批量修改Sqlserver中数据库对象的所属架构
+ p.Name FROM sys.
Procedures
p INNER JOIN&
·
2015-11-02 19:28
sqlserver
How To: Use SC-SF with Enterprise Library 4
title=HowTo%20SC-SF%20EntLib4&referringTitle=Others Prerequisites The
procedures
described in this
·
2015-11-02 19:00
library
How to Convert a Single-Instance ASM to Cluster ASM [ID 452758.1]
Goal This document describes the
procedures
for conve
·
2015-11-02 19:48
instance
Randomization Tests
tests, because they are closer in intent to more traditional parametric tests than are bootstrapping
procedures
·
2015-11-02 18:45
Random
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他