码迷,mamicode.com
首页 >  
搜索关键字:initial    ( 4201个结果
SymmetricDS配置Initial Load的步骤
Trigger中有一种Dead Trigger,用法较多,可以参考其定义,其中一个就是恢复单向同步的表的初始负载。也就是说要发起一次初始负载,就是要创建一个Dead Trigger。 1.      创建一个channel insert intosym_channel (channel_id,processing_order, max_batch_size, enabled, descript...
分类:其他好文   时间:2014-12-14 17:12:39    阅读次数:332
ado.net连接池效果
//启用连接池 string constr = "Data Sourse=zxtiger; Initial Catalog=itcastcn;Integrated Security=True"; Stopwatch watch = new Stopwatc...
分类:Web程序   时间:2014-12-12 22:00:46    阅读次数:151
C#事物执行数据
public class sqlservershiwu { public string sqlconString = "Data Source=.;Initial Catalog=TestDB;User ID=sa;Password=123456789"; pub...
分类:Windows程序   时间:2014-12-12 18:35:28    阅读次数:245
复制表内容(表结构相同)
public class sqlbulkcopyClass { public string sqlconString = "Data Source=.;Initial Catalog=TestDB;User ID=sa;Password=123456789"; p...
分类:其他好文   时间:2014-12-12 18:18:52    阅读次数:151
SQL---sql server连接字符串
Sql Server身份验证连接字符串:Data Source=server;Initial Catalog=db;User ID=test;Password=test;例如:Data Source=qds10574917.my3w.com;Initial Catalog=qds10574917_d...
分类:数据库   时间:2014-12-11 10:19:58    阅读次数:193
Gathering Initial Troubleshooting Information for Analysis of ORA-4031 Errors on the Shared Pool
In this Document   Purpose   Troubleshooting Steps   References APPLIES TO: Oracle Database - Enterprise Edition - Version 8.0.6.3 and later Inform...
分类:其他好文   时间:2014-12-09 19:39:44    阅读次数:307
HashMap的扩容机制, ConcurrentHashMap和Hashtable主要区别
源代码查看,有三个常量,staticfinalintDEFAULT_INITIAL_CAPACITY=16;staticfinalintMAXIMUM_CAPACITY=1<<30;staticfinalfloatDEFAULT_LOAD_FACTOR=0.75f;三个常量中可以看出,默认的容器大小...
分类:其他好文   时间:2014-12-07 21:39:59    阅读次数:1269
<mate name="viewport">移动端设置详解
1.width=device-width //应用程序的宽度和屏幕的宽度是一样的2.height=device-height //应用程序的高度和屏幕的高是一样的3.initial-scale=1.0 //应用程序启动时候的缩放尺度(1.0表示不缩放)4.minimum-scale=1.0 //用户...
分类:移动开发   时间:2014-12-06 13:59:57    阅读次数:244
List<Integer>.remove()的一个小细节
不废话,先上代码:ArrayList col = new ArrayList(); System.out.println("Initial size: " + col.size()); for(int i = 0; i 里的类型是Integer,我传入一个int的应该可以自动实现autoboxi.....
分类:其他好文   时间:2014-12-05 12:10:44    阅读次数:142
iOS开发学习之#简单通讯录的制作#
(1)创建一个项目telephoneBook (2)打开Main.storyboard文件,从视图库图拖一个Tab bar Controller标签栏控制器到画布中。 (3)在工具栏中,选择show the Attributes inspector图标,在View controller下,选择Is Initial View Controller。 (4)将画布中的原有的view cont...
分类:移动开发   时间:2014-12-03 12:32:10    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!