码迷,mamicode.com
首页 >  
搜索关键字:utility    ( 517个结果
使用PL/SQL developer概览图剖析pl/sql代码
性能优化的关键是找到正确的方向,例如对一段pl/sql 代码,我们觉得它执行起来很慢,但是到底慢在那里,需要一个可测量的工具去分析,我们有时候会喜欢留下调试代码在里面,比如使用dbms_utility.get_time去得到语句执行前后所耗费的时间,如果代码很大的话,这将会很繁琐. PL/SQL d
分类:数据库   时间:2016-02-06 14:25:33    阅读次数:1243
何时使用static类(工具类)
一个static类,指全部成员都是static方法构成的,而没有任何成员变量, 也称为Utility class 或者Utility Pattern [参考: Utility Pattern].它可以在程序中直接使用该类的方法,而不用实例化.static class相对单例有更好的性能,原因是它的方法不需要实例方法的动态绑定 (static方法本身不能被复写)。 static类可以看作某一组方法的...
分类:其他好文   时间:2016-02-06 10:25:29    阅读次数:201
DAC Usage3:Monitor Data-tier Applications
If you deploy a DAC to a managed instance of the Database Engine, information about the deployed DAC is incorporated into the SQL Server Utility the n
分类:移动开发   时间:2016-02-03 20:05:46    阅读次数:193
Utility3:Understand Dashboard Report
To see data in the SQL Server Utility dashboard, select the top node in the Utility Explorer tree - labeled "Utility<UCP_Name>\(ComputerName\UCP)." Th
分类:其他好文   时间:2016-02-03 18:19:56    阅读次数:190
Utility1:Overview
Utility 中文释义是实用性,使用效率。SQL Sever 内置 Utility Feature,便于集中监控Server关键资源(CPU和Disk)的使用情况。使用utility,用户可以同时监控多个SQL Server Instance 和 DAC对CPU 和 硬盘资源的使用情况,这些数据会
分类:其他好文   时间:2016-02-03 15:26:35    阅读次数:193
Aria2
aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS,FTP,SFTP,BitTorrent and Metalink. aria2 can
分类:其他好文   时间:2016-01-30 18:05:54    阅读次数:182
OpenGL
https://www.opengl.org/resources/libraries/glut/glut_downloads.phpAbout GLUT . . .GLUT (pronounced like the glut in gluttony) is the OpenGL Utility To
分类:其他好文   时间:2016-01-29 00:07:54    阅读次数:174
[转] matlab调用opencv函数的配置
原文地址百度账户 aleasa1231、首先保证vs2010能正确调用opencv函数,2、Matlab中选择编译器,操作如下:打开matlab2012,输入mex –setup,出现如下提示:Welcome to mex -setup. This utility will help you se....
分类:其他好文   时间:2016-01-24 00:28:19    阅读次数:194
三、Distributing Maya Plugins
For example, a fully implemented render utility node will have at least three files:the plug-in file containing the node;an Attribute Editor script;an...
分类:其他好文   时间:2016-01-23 01:24:18    阅读次数:124
通达OA 新旧两种数据库连接方式
老的连接方式:include_once("/inc/conn.php");$cursor = exequery($connection,$query);新的连接方式:include_once("/inc/utility_all.php");$cursor = exequery(TD::conn(),...
分类:数据库   时间:2016-01-16 19:20:15    阅读次数:321
517条   上一页 1 ... 27 28 29 30 31 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!