码迷,mamicode.com
首页 >  
搜索关键字:synchronization    ( 248个结果
TCP/IP 四次断开
TCP/IP四次断开详细过程:四次断开名词定义:ACK:TCP协议规定,只有ACK=1时有效,也规定连接建立后所有发送的报文的ACK必须为1SYN(SYNchronization):在连接建立时用来同步序号,当SYN=1而ACK=0时,表明这是一个连接请求报文,对方若同意建立连接,则应在响应报文中使SYN=1和ACK=1...
分类:其他好文   时间:2014-10-27 19:48:20    阅读次数:240
Import and Export users from user profile service By Powershell
Sharepoint中有2个服务User Profile Service和User Profile Synchronization Service跟用户息息相关,其中user profile service是user profile serivce application可运行的前提。User Pr...
分类:系统相关   时间:2014-10-20 21:14:38    阅读次数:239
ntpdate同步时间时错误: no server suitable for synchronization found
故障现象:ntpdate:noserversuitableforsynchronizationfound解决办法:~]#ntpdate-b-upool.ntp.orgntpdate命令帮助:~]#manntpdateCOMMANDLINEOPTIONS-bForcethetimetobesteppedusingthesettimeofday()systemcall,ratherthanslewed(default)usingtheadjtime()systemcall.Thisop..
分类:其他好文   时间:2014-09-22 20:44:53    阅读次数:237
Efficient ticket lock synchronization implementation using early wakeup in the presence of oversubscription
A turn-oriented thread and/or process synchronization facility obtains a ticket value from a monotonically increasing ticket counter and waits until a...
分类:其他好文   时间:2014-09-18 00:32:33    阅读次数:343
C#子线程更新UI控件的方法总结
在winform C/S程序中经常会在子线程中更新控件的情况,桌面程序UI线程是主线程,当试图从子线程直接修改控件属性时会出现“从不是创建控件的线程访问它”的异常提示。跨线程更新UI控件的常用方法有两种:1.使用控件自身的invoke/BeginInvoke方法2.使用Synchronization...
分类:编程语言   时间:2014-09-12 17:05:53    阅读次数:225
mybaits非配置原因,导致SqlSession was not registered for synchronization异常
今天运行程序时报了SqlSession[org.apache.ibatis.session.defaults.DefaultSqlSession@69d4fb43]wasnotregisteredforsynchronizationbecausesynchronizationisnotactive[11:03:17]-ClosingnontransactionalSqlSession[org.apache.ibatis.session.defaults.DefaultSqlSession@6..
分类:数据库   时间:2014-09-11 15:33:24    阅读次数:48394
PTP简介
PTP简介在通信网络中,许多业务的正常运行都要求网络时钟同步,即整个网络各设备之间的时间或频率差保持在合理的误差水平内。网络时钟同步包括以下两个概念:l时间同步:也叫相位同步(Phase synchronization),是指信号之间的频率和相位都保持一致,即信号之间的相位差恒为零。l频率同步(Fr...
分类:其他好文   时间:2014-09-09 19:57:09    阅读次数:234
Oracle 集群心跳及其参数misscount/disktimeout/reboottime
在Oracle RAC中,可以从多个层次,多个不同的机制来检测RAC的健康状况,即可以通过心跳机制以及一定的投票算法来隔离故障。如果检测到某节点失败,则存在故障的节点将会被逐出集群以避免故障节点破坏数据。本文主要描述了Oracle RAC下的几种心跳机制以及心跳参数的调整。一、OCSSD与CSSOCSSD是一个管理及提供Cluster Synchronization Services (CSS)服...
分类:数据库   时间:2014-09-02 10:33:34    阅读次数:247
管理oracle 11g RAC 常用命令
1)、检查集群状态: [grid@rac02 ~]$ crsctl check cluster CRS-4537: Cluster Ready Services is online CRS-4529: Cluster Synchronization Services is online CR...
分类:数据库   时间:2014-08-18 23:32:53    阅读次数:449
System.Threading.Monitor的使用
1 class Target 2 { 3 } 4 class Synchronization 5 { 6 7 public static void MonitorTest() 8 { 9 T...
分类:其他好文   时间:2014-08-18 17:47:52    阅读次数:163
248条   上一页 1 ... 21 22 23 24 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!