码迷,mamicode.com
首页 >  
搜索关键字:distribution    ( 872个结果
监控SQL Server事务复制
监控SQLServer事务复制通常,我们可以使用SSMS的复制监视器来监控复制。但我们不能24小时盯着看,得使用自动化的方式来监控它。微软在distribution数据库提供了系统存储过程dbo.sp_replmonitorsubscriptionpendingcmds,用于返回订阅上等待的命令数,以及需要投递所有这些命令..
分类:数据库   时间:2017-03-16 22:30:38    阅读次数:204
Elasticsearch 单机多实例
elasticsearch开源的搜索引擎;一、下载安装;https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/2.4.2/elasticsearch-2.4.2.zip二、集群配置:#unzipelasticsearch-2.4.2.zip#cd/opt/elasticsearch-2.4.2/config编辑配置..
分类:其他好文   时间:2017-03-11 10:49:16    阅读次数:216
如何处理SQL Server事务复制中的大事务操作
如何处理SQLServer事务复制中的大事务操作事务复制的工作机制事务复制是由SQLServer快照代理、日志读取器代理和分发代理实现的。快照代理准备快照文件(其中包含了已发布表和数据库对象的架构和数据),然后将这些文件存储在快照文件夹中,并在分发服务器中的分发数据库中记录..
分类:数据库   时间:2017-03-10 19:28:46    阅读次数:231
正态分布
正态分布(Normal distribution)又名高斯分布(Gaussian distribution) 若随机变量X服从一个数学期望为μ、标准方差为σ2的高斯分布,记为: 则其概率密度函数为 正态分布的期望值μ决定了其位置,其标准差σ决定了分布的幅度。我们通常所说的标准正态分布是μ = 0,σ ...
分类:其他好文   时间:2017-03-10 13:23:00    阅读次数:201
Android Bluetooth
1.音频,数据是两个socket连接, 数据传输:基于spp协议(Serial Port Profile)蓝牙设备之间创建串口数据传输的,速率慢 音频传输:基于A2DP协议(Advanced Audio Distribution Profile )蓝牙音频传输模型协定 ...
分类:移动开发   时间:2017-03-08 18:59:49    阅读次数:237
Sigrity PowerDC是如何计算IR Drop Margin?
IR Drop仿真是一个系统层面的问题,需要考虑完整的Power Distribution System(PDS)链路上所有压降,并以此来优化每颗器件所接收到的供电电压。 在设计设计中所有的电源供电芯片在相应的设计下都有一个标称的输出电压与电压波动范围(可能是由于芯片本身或所用分压电阻误差造成)。每... ...
分类:其他好文   时间:2017-03-06 17:24:23    阅读次数:297
Software Test HOMEWORK01:
Software Test HOMEWORK01: In the previous operating system project, we need to enlarge the xv6 file distribution system. In this allocation, it will i ...
分类:其他好文   时间:2017-02-26 18:54:04    阅读次数:323
Spring MVC 的环境搭建和入门小程序
1.1.下载spring框架包。 1.1.1百度搜索Spring Framework。 进入spring官网,在网页右边选择想要下载的版本。如图 1.1.2进入页面按Ctrl+F搜索Distribution Zip Files 找到如图页面,点击地址。来到下载面 链接地址为:http://repo. ...
分类:编程语言   时间:2017-02-16 22:56:39    阅读次数:273
Could not update the distribution database subscription table. The subscription status could not be changed.
在一个测试服务器删除发布(Publication)时遇到下面错误,具体如下所示 标题: Microsoft SQL Server Management Studio ------------------------------ Could not delete publication 'RPL_GE... ...
分类:数据库   时间:2017-02-09 15:50:13    阅读次数:278
Impacts of Low-Voltage Distribution Grid Codes on Ancillary Services and Anti-Islanding Detection of Inverter-Based Generation
M. Dietmannsberger and D. Schulz, "Impacts of Low-Voltage Distribution Grid Codes on Ancillary Services and Anti-Islanding Detection of Inverter-Based ...
分类:其他好文   时间:2017-01-22 20:34:18    阅读次数:191
872条   上一页 1 ... 36 37 38 39 40 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!