码迷,mamicode.com
首页 >  
搜索关键字:utility    ( 517个结果
BCP command usage in SQL Server
The bcp Command-Line UtilityYou use the bcp (bulk copy program) tool to address the bulk movement of data. This utility is bidirectional, allowing for...
分类:数据库   时间:2015-07-17 17:34:44    阅读次数:185
ServiceModel Metadata Utility Tool (Svcutil.exe)
https://msdn.microsoft.com/zh-cn/library/aa347733.aspx参数:/directory: Directory to create files in. Default: The current directory. Short form: /d 缩写H....
分类:Web程序   时间:2015-07-16 11:07:35    阅读次数:120
DataTable转换为List<T>或者DataRow转换为T
这段时间开发ASP.NETMVC应用程序,从数据库获取数据之后,需要把记录转换为数据集在视图中显示。我们需要把DataTable转换为List或者DataRow转换为T。本篇中可以学习到相关的知识,数据库方面,创建表,添加数据,存储过程等。MVC方面,创建model,创建Entity,Utility...
分类:其他好文   时间:2015-07-14 10:01:13    阅读次数:194
xtrabackup 链接不上MySQL的问题
先看问题:[root@localhost ~]# innobackupex --user=root --password=131417 /backupInnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oyan...
分类:数据库   时间:2015-07-12 23:13:33    阅读次数:200
eXtremeDB -- the shared memory 80error
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found...
分类:数据库   时间:2015-07-05 18:26:16    阅读次数:160
Configure the modules to be find by modprobe
sudo ln -s /path/to/module.ko /lib/modules/`uname -r` sudo depmod -a #depmod will output a dependency list suitable for the modprobe utility. sudo modprobe module...
分类:其他好文   时间:2015-07-03 14:03:50    阅读次数:133
PL/SQL精明的调用栈分析
PL/SQL精明的调用栈分析 原文:http://www.oracle.com/technetwork/issue-archive/2014/14-jan/o14plsql-2045346.htmlThe three DBMS_UTILITY functions (DBMS_UTILITY.FORMAT_CALL_STACK, DBMS_UTILITY.FORMAT_ERROR_STACK,...
分类:数据库   时间:2015-07-02 15:47:34    阅读次数:222
Oracle导入程序Imp的使用详解
Oracle的导入实用程序(Import utility)允许从数据库提取数据,并且将数据写入操作系统文件。imp使用的基本格式:imp[username[/password[@service]]],以下例举imp常用用法。 1. 获取帮助 imp help=y2. 导入一个完整数据库imp sys...
分类:数据库   时间:2015-07-01 15:44:45    阅读次数:150
卸载oracle 11g grid软件
一,使用deinstall 同样,卸载grid软件在11g中也推出了了卸载工具deinstall卸载同卸载oracle数据库软件 具体可参考:Behaviour of the Oracle De-install/Deinstall/Uninstall Utility in 11gR2 (文档 ID ...
分类:数据库   时间:2015-06-25 19:32:19    阅读次数:176
oracle在imp订单具体解释
oracle在imp订单具体解释 Oracle导入实用程序(Import utility)同意从数据库中提取数据,和写入数据到一个操作系统文件项目。imp所用的基本格式:imp[username[/password[@service]]],下面的例子imp经常使用法。 1. 获取帮助 imp hel...
分类:数据库   时间:2015-06-19 20:12:59    阅读次数:125
517条   上一页 1 ... 33 34 35 36 37 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!