首先保证Lync与DC能互相ping通,然后将Lync服务器加入到域。然后配置域控服务器上面的DNS。配置DNS非常重要。创建admin,dialin,meeting三个主机,指向192.168.56.51。分别指的管理,电话语音,会议三个主机服务器,标准版可以同时装一个,企业版可以分布到多个服务器,指定好..
分类:
其他好文 时间:
2015-09-13 20:11:29
阅读次数:
189
Problem:Given an array of meeting time intervals consisting of start and end times[[s1,e1],[s2,e2],...](si= min_heap.peek()) { min_heap.poll(); ...
分类:
其他好文 时间:
2015-09-13 13:18:35
阅读次数:
634
Problem:Given an array of meeting time intervals consisting of start and end times[[s1,e1],[s2,e2],...](si interval_sort = new Comparator() { @Over...
分类:
其他好文 时间:
2015-09-13 10:28:33
阅读次数:
136
Meeting time: 2015.September.8th 1:00~2:00Chairperson: Serg Melikyan, PTL from MirantisMeeting summary:1.Future of stackforge/yaql. Action: The Op...
分类:
其他好文 时间:
2015-09-09 11:03:58
阅读次数:
115
Meeting RoomsGiven an array of meeting time intervals consisting of start and end times[[s1,e1],[s2,e2],...](si& intervals) {13 sort(intervals...
分类:
其他好文 时间:
2015-09-06 12:33:19
阅读次数:
143
Meeting time: 2015.August.18th 1:00~2:00Chairperson: Nikolay Starodubtsev, from MirantisMeeting summary:1.Migrating to yaql 1.0 status. PIC: St...
分类:
其他好文 时间:
2015-08-20 20:42:28
阅读次数:
184
Meeting time: 2015.August.11th 1:00~2:00Chairperson: Serg Melikyan, PTL from MirantisMeeting summary:1.Migrating to yaql 1.0 status. PIC: Stan ...
分类:
其他好文 时间:
2015-08-12 06:38:10
阅读次数:
112
可能英语很懒,但是作为菜鸟我会一点点的积累自己的英语和计算机的编程的。。
Last night,we had a meeting about the company staff.The big boss declared that in the August ,we ,all the coworkers in the company have to work untill 8:00pm ever...
分类:
其他好文 时间:
2015-08-11 10:13:40
阅读次数:
151
题意:给你一个排列,每次可以交换两个整数(不一定要相邻),求最少交换次数把排列变成一个1~n的环形排列。(正反都算)其实就是找环了,对于一个链状序列,最小交换次数等于不在对应位置的数字个数减去环的个数。至于证明这里讲的比较详细:http://www.dewen.io/q/7967#ans16319所...
分类:
其他好文 时间:
2015-08-10 01:38:03
阅读次数:
121
The idea is to group those non-overlapping meetings in the same room and then count how many rooms we need. You may refer to this link.The code is as ...
分类:
其他好文 时间:
2015-08-08 14:58:54
阅读次数:
690