码迷,mamicode.com
首页 >  
搜索关键字:maintain    ( 155个结果
ORACLE搭建Stream过程中报错【error收集】
错误一:在配置完源库和目标数据库后,创建复制管理员。连接上复制管理员后,在源库执行MAINTAIN_TABLE过程:declare v_tables DBMS_UTILITY.UNCL_ARRAY;begin v_tables(1) := 'hr.test01'; v_tables(2) :=...
分类:数据库   时间:2014-11-03 19:08:03    阅读次数:211
Magento database maintenance
OverviewThis article examines the various ways to maintain an efficient Magento database, even when large in size.Magento does many things well, but m...
分类:数据库   时间:2014-11-02 23:59:42    阅读次数:436
UVA Firetruck (DFS)
The Center City fire department collaborates with the transportation department to maintain maps of the city which reflects the current status of the city streets. On any given day, several streets ar...
分类:其他好文   时间:2014-10-30 22:42:12    阅读次数:292
关于signaltapII截取信号的技巧
记录此方法,为方便以后写论文用。打开signaltap II 后,打开菜单中的File——Export——“export formal”里选择jpg格式——OK——选择“maintain spacing-only data in current view will be exported”,这样的画...
分类:Windows程序   时间:2014-10-23 22:30:09    阅读次数:272
SVN教程——分支与合并
作者:zhanhailiang 日期:2014-10-17 分支的应用场景 总结一句就是方便并行开发。 Subversion has commands to help you maintain parallel branches of your files and directories. It allows you to create branches b...
分类:其他好文   时间:2014-10-17 23:25:42    阅读次数:359
Synthesis关于模块设计的建议
一、  Maintain  Synchronous  Sub-Blocks by Registering All Outputs.      设计的子模块应该使用寄存器输出,以便更好地优化时序。        二、   Keep Related Logic Together in the Same Block.         把逻辑相关的部分放在同一个模块。         三、Sepa...
分类:其他好文   时间:2014-10-17 13:48:52    阅读次数:160
jaxws笔记
static String ENDPOINT_ADDRESS_PROPERTY? ? ? ? ? ? 标准属性:目标服务端点地址。? static String PASSWORD_PROPERTY? ? ? ? ? ? 标准属性:用于验证的密码。? static String SESSION_MAINTAIN...
分类:其他好文   时间:2014-10-16 14:58:12    阅读次数:221
Java Jackson - Json Polymorphism
from://http://www.studytrails.com/java/json/java-jackson-Serialization-polymorphism.jspJackson provides a way to maintain sub type information while s...
分类:编程语言   时间:2014-10-09 16:05:58    阅读次数:238
configure PUTTY to not time out
To modify an existing session with "keep alives" to maintain your connection follow the steps below:Open the PuTTy application and navigate to theOpti...
分类:其他好文   时间:2014-09-27 07:13:49    阅读次数:202
SAP供应商和客户的创建
【转自http://blog.csdn.net/lyb_yt/article/details/17962609】进来遇到一个创建供应商的需求,由于在系统中关于供应商和客户的创建比较特殊,且没有相关函数进行创建,找到一个类和方法来创建,类名:VMD_EI_API 方法名:MAINTAIN_DIRECT...
分类:其他好文   时间:2014-09-25 15:28:09    阅读次数:208
155条   上一页 1 ... 12 13 14 15 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!